3 posts
Pleasantly surprised when revisiting python packaging with setuptools and TOML in 2024.
Feb 19, 2024I've got a good one for you today. What a ride. It seems I have caught "setuptools" at a transitional moment. Installing python packages in editable / development mode with TOML "pyproject.toml" files is now possible - but a little rough around the edges for now. Come on - let's take a look.
Aug 31, 2022You need to know how to package your python projects properly. Here I show you how to package, and submit your package to your very own pypi.org repository. I create the package "pkgexample" version 1.0.1 , your package name will vary if you follow along.
Aug 28, 2022
You must be logged in to post a comment.