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
Close
Hashes for jt-py-first-package-0.0.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | ad05e29951e706a26a63cb49694b939ba59964d1b12a23b703e7c941c7cbe232 |
|
MD5 | 12862cbff20a9144dbacd3f450475778 |
|
BLAKE2b-256 | ac45efb219cac02aef60e7426374acd8aa38ee171eb82235235ad3ca1019100a |
Close
Hashes for jt_py_first_package-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 157d1d3b65818b44b1e86a676ff36683f8234af6acddf5ecac8450fce3c99efe |
|
MD5 | ebad558254f6201e22f578bacaf577de |
|
BLAKE2b-256 | 4f9a4d2735a27d49a0ea4651afe6019b16402a12d56052af86513be2876cf487 |