|
You are here |
initialcommit.com | ||
| | | | |
blog.meain.io
|
|
| | | | | How to publish a console application to pypi | |
| | | | |
humberto.io
|
|
| | | | | Publish your first package to the Python Package Index (PyPI) | |
| | | | |
johnfraney.ca
|
|
| | | | | Poetry, a next-generation Python packaging tool, makes it easy to create and publish a Python package. | |
| | | | |
yasoob.me
|
|
| | | Hi there fellow coders. This post will go over the basics of packaging and deploying your python libraries. So without wasting a minute lets get started.. Folder structure So first thing first. What should be your folder structure? At minimum you can have only two files. The first one should be the setup.py file and the second one should be your module file. But today I am not going to talk about the very basics. | ||