Metadata-Version: 2.1
Name: gimodules
Version: 0.0.6
Summary: Python package to deliver a Gantner cloud interface
Author: gimodules devs
Author-email: 
Keywords: python
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
License-File: LICENSE


# gimodules-python

## Information on how to manually distribute this package can be found here

https://packaging.python.org/en/latest/tutorials/packaging-projects/

### Distribute with CI / CD
Edit setup.py version number and create a release.
-> Creating a release will trigger the workflow to push the package to PyPi

## tests

run tests locally:

$ `pipenv run test -v` 

or 

$ `pytest`

### requirements

To create project all current requirements automatically:

$ `pip3 freeze > requirements.txt`
**_NOTE:_** Remove the old gimodules version from requirements.txt before pushing (dependency conflict).
