Explore >> Select a destination


You are here

initialcommit.com
| | blog.meain.io
0.9 parsecs away

Travel
| | How to publish a console application to pypi
| | humberto.io
0.3 parsecs away

Travel
| | Publish your first package to the Python Package Index (PyPI)
| | johnfraney.ca
1.0 parsecs away

Travel
| | Poetry, a next-generation Python packaging tool, makes it easy to create and publish a Python package.
| | yasoob.me
17.9 parsecs away

Travel
| 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.