Learning how to create and deploy my own python packages onto PyPi.
Project description
#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/*
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file jt-py-first-package-0.0.1.tar.gz
.
File metadata
- Download URL: jt-py-first-package-0.0.1.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ad05e29951e706a26a63cb49694b939ba59964d1b12a23b703e7c941c7cbe232 |
|
MD5 | 12862cbff20a9144dbacd3f450475778 |
|
BLAKE2b-256 | ac45efb219cac02aef60e7426374acd8aa38ee171eb82235235ad3ca1019100a |
File details
Details for the file jt_py_first_package-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: jt_py_first_package-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 157d1d3b65818b44b1e86a676ff36683f8234af6acddf5ecac8450fce3c99efe |
|
MD5 | ebad558254f6201e22f578bacaf577de |
|
BLAKE2b-256 | 4f9a4d2735a27d49a0ea4651afe6019b16402a12d56052af86513be2876cf487 |