Python Package Template
Project description
jt_package_name (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.5.tar.gz
(1.8 kB
view hashes)
Built Distribution
Close
Hashes for jt_package_name-0.0.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2445404b549a5278f0c1e59c4e007b8a440786677c7874c621882542997ab0f2 |
|
MD5 | 3814fe412e9b013ea8ac6aa7fe1159c5 |
|
BLAKE2b-256 | 880d1c240f09f872e064238ae8515e23e92bdd56e45cb10a5b8800701ee30b24 |