Planning Python Package Structure for Publishing to PyPI

Real Python
Real Python
PyPI is the public hosting service where open-source Python packages live. When you pip install a package, that’s where it fetch ...
PyPI is the public hosting service where open-source Python packages live. When you pip install a package, that’s where it fetches it from. In this video, you’ll learn all about the structures of a package for uploading to the PyPI server. You also will learn about why packages and virtual environments exist.

This is a portion of the complete course, which you can find here:
https://realpython.com/courses/pypi-p...

The rest of the course covers how to:
- How to use build systems
- The contents of the pyproject.toml file
- How to use the build and twine tools
- What the Flit and Poetry tools offer

همه توضیحات ...