Login
From:
pyOpenSci Python Package Guide
(Uncensored)
subscribe
Learn about Building a Python Package — Python Packaging Guide
https://www.pyopensci.org/python-package-guide/package-structure-code/python-package-distribution-files-sdist-wheel.html
links
backlinks
Roast topics
Find topics
Find it!
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...