Image showing the progression of creating a Python package, building it and then publishing to PyPI and conda-forge. You take your code and turn it into distribution files (sdist and wheel) that Py...| pyOpenSci Python Package Guide
A completely incomplete guide to packaging a Python module and sharing it with the world on PyPI.| Hynek Schlawack