Python module packaging template, with an example Pypi server.
Each moudle are separated into folders (Ex: db_model/
) for isolation.
Name | Version |
---|---|
Python | 3.8 |
pipenv(Python module) | 2018.11.26 or up |
- Initialize Python environment
make init
- Enter the environment and start developing
pipenv shell
- Start related components
make service_up
- Create python package
make package
- Publish to example Pypi server
make upload
- (Optional)Stop related components
make service_down
This project uses pylint
and flake8
for linting
make lint
- Darkborderman/Divik([email protected])