#Creating and adding your own custom Python packages to PyPi (Python 3.7.2) ######Author: Joe Tilsed | Created: 04.02.2019 | Last Updated: 04.02.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 --repository-url https://pypi.org/legacy/ dist/*
Release files for jt-py-first-package 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| jt-py-first-package-0.0.1.tar.gz | 1.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| jt_py_first_package-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:4.8 kB
Release files / jt-py-first-package-0.0.1.tar.gz
| Download URL | jt-py-first-package-0.0.1.tar.gz |
|---|---|
| Size | 1.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ad05e29951e706a26a63cb49694b939ba59964d1b12a23b703e7c941c7cbe232
|
|
BLAKE2b-256 checksum How to use checksums |
ac45efb219cac02aef60e7426374acd8aa38ee171eb82235235ad3ca1019100a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.7.3 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/3.7.2
|
Release files / jt_py_first_package-0.0.1-py3-none-any.whl
| Download URL | jt_py_first_package-0.0.1-py3-none-any.whl |
|---|---|
| Size | 3.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
157d1d3b65818b44b1e86a676ff36683f8234af6acddf5ecac8450fce3c99efe
|
|
BLAKE2b-256 checksum How to use checksums |
4f9a4d2735a27d49a0ea4651afe6019b16402a12d56052af86513be2876cf487
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.7.3 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/3.7.2
|