Python tools for packaging and distribution
August 14, 2024
Packaging:
- https://github.com/jazzband/pip-tools
- https://github.com/pypa/flit
- https://github.com/astral-sh/rye
- https://github.com/pdm-project/pdm
- https://github.com/pypa/hatch
Distribution:
- https://github.com/indygreg/PyOxidizer
- https://github.com/pyinstaller/pyinstaller
- https://github.com/marcelotduarte/cx_Freeze
- https://github.com/chef/omnibus
- https://github.com/pex-tool/pex
- https://github.com/python/cpython/blob/3.12/Lib/zipapp.py
Bindings: