TrisNol / python-sample-package

Sample repo for a Python pacakge incl. CI/CD

Home Page:https://TrisNol.github.io/python-sample-package/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub license GitHub release GitHub forks

Python sample package

This repo contains a skeleton for Python packages containing some basic DevOps´ components like CI/CD pipelines.

You can download the module by executing the following command (replace <tag> with the version you would like to download): pip install git+https://github.com/TrisNol/python-sample-package@<tag>

The module can then be used as follows:

from example_package.example import add_one
add_one(41) # returns 42

About

Sample repo for a Python pacakge incl. CI/CD

https://TrisNol.github.io/python-sample-package/

License:MIT License


Languages

Language:Python 100.0%