Packaging your own Python projects#

Speaker: Claudia Rodríguez  • Date: 29-08-2025

Abstract#

Have you ever made a script that has facilitated the workflow of your Python projects? Could it benefit not only your peers, but perhaps the science community as a whole? Then you may want to share your code on the Python Package Index, abbreviated as PyPI, to allow others to pip install your work. In this Python Meeting we will go through the steps to package your Python project, from creating an account on PyPI, to creating the necessary files to make your code pip-installable, understanding important terms throughout this process and, finally, pip installing it to test it out.

Files#