Python docker image (minidocks/python)
Python is an interpreted, high-level, general-purpose programming language.
VENV_PATH
- Path to a virtual environment that will be activated after the start.PIP_CACHE_DIR
(default/pip-cache
) - Path to directory with pip cache.PIP_NO_COMPILE
(default 1)PIPENV_VENV_IN_PROJECT
(default 1)
pyclean
- Remove all.pyc
,.pyo
and__pycache__
files from directory (default/
).- pipx - Install and Run Python Applications in Isolated Environments.
- micropipenv - A lightweight wrapper for pip to support requirements.txt, Pipenv and Poetry lock files or converting them to pip-tools compatible output.
- twine - Utilities for interacting with PyPI
- pipenv - Python Dev Workflow for Humans
- poetry - Python packaging and dependency management made easy
- flit- Simple way to put Python packages and modules on PyPI
uWSGI is used for serving Python web applications in conjunction with web servers Nginx, which offer direct support for uWSGI’s native uwsgi protocol.
Tag | Size |
---|---|
latest, 3, 3.12 | |
3, 3.12 | |
3-packaging | |
3-build | |
3-uwsgi | |
3.12 | |
3.12-packaging | |
3.12-build | |
3.12-uwsgi | |
3.11 | |
3.11-packaging | |
3.11-build | |
3.11-uwsgi |