How to Package Your Python Code

Learn how Python code should be packaged for PyPI

James Briggs
Towards Data Science
7 min readApr 2, 2021

--

Photo by Lawless Capture on Unsplash

The most powerful feature of Python is its community. Almost every use-case out there has a package built specifically for it.

Need to send mobile/email alerts? pip install knockknock — Build ML apps? pip install streamlit — Bored of your terminal? pip install colorama — It’s too easy!

--

--