The Python Paketo Buildpack provides a set of collaborating buildpacks to build a Python-based application These buildpacks include:
- CPython CNB
- Pipenv CNB
- Pipenv Install CNB
- Pip CNB
- Pip Install CNB
- Miniconda CNB
- Conda Env Update CNB
- Poetry CNB
- Poetry Install CNB
- Poetry Run CNB
- Python Start CNB
- Python Package Managers Install CNB
- Python Package Managers Run CNB
Additionally, the following utility buildpacks are included for all application types
The buildpack supports building simple Python applications or applications which utilize either Conda, Pipenv, Pip, Poetry, uv, or pixi for managing their dependencies.
Check out the Python Paketo Buildpack docs for sample usage and more information.