Python Package Template
Project description
py_package_template (Python 3.7+)
######Author: Joe Tilsed | Created: 28.10.2019 | Last Updated: 28.10.2019
Requirements:
- setuptools
- wheel
- twine
Helpful Articles:
File Structure:
Generating the distribution:
python setup.py sdist bdist_wheel
Uploading the distributions to PyPi:
- TEST
- python -m twine upload --repository-url https://test.pypi.org/legacy/ dist/*
- PROD
- python -m twine upload dist/*
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
jt_package_name-0.0.3.tar.gz
(1.8 kB
view hashes)
Built Distribution
Close
Hashes for jt_package_name-0.0.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 777dd4011bf0054cda5583c45fca8097f417b100213dc4017bdbbff29c844ee2 |
|
MD5 | bee6192496551eeab0375142b04f3e6a |
|
BLAKE2b-256 | a609445d412cd0008a4910d1bdb7b03c9bcb81c9550f12bba3abfaeb13042693 |