[PYTHON] Books and links that helped me make my PyPI debut

We distributed the package to PyPI for the first time. Basically, I copied Introduction to Python Practice. At that time, I will introduce links that helped me to examine detailed settings and supplement my knowledge.

Getting Started with Python Practice

Chapter 11 introduces package management. Since the settings and distribution method required for package distribution are written, I was able to copy the PyPI package and distribute it.

Helpful link

--Regarding the description of setup.py

Distribution result

Successfully distributed: + 1:

$ twine upload -r testpypi dist/*
Enter your username: nassy
Enter your password: 
Uploading distributions to https://test.pypi.org/legacy/
Uploading py37nashiki-1.0.0-py3-none-any.whl
100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 6.73k/6.73k [00:02<00:00, 2.54kB/s]
Uploading py37nashiki-1.0.0.tar.gz
100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 6.93k/6.93k [00:01<00:00, 3.89kB/s]

View at:
https://test.pypi.org/project/py37nashiki/1.0.0/
(venv) 
$ twine upload -r pypi dist/*
Enter your username: nassy
Enter your password: 
Uploading distributions to https://upload.pypi.org/legacy/
Uploading py37nashiki-1.0.0-py3-none-any.whl
100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 6.83k/6.83k [00:05<00:00, 1.18kB/s]
Uploading py37nashiki-1.0.0.tar.gz
100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 7.04k/7.04k [00:00<00:00, 7.24kB/s]

View at:
https://pypi.org/project/py37nashiki/1.0.0/
(newenv) 
 ~/.ghq/github.com/nnashiki/play_py37_package 

Recommended Posts

Books and links that helped me make my PyPI debut
A site that helped me study Django
I made an AI that predicts from trivia and made me infer my trivia. Hee-AI