How to create a Python package in 2022
How do you create a Python package? How do you set up automated testing and code coverage? How do you publish the package? That's what this article teaches you. In order to create a Python package, you need to write the code that implements the functionality you want to put in your package, and then you need to publish it to PyPI.
https://mathspp.com/blog/how-to-create-a-python-package-in-2022