@@ -9,30 +9,32 @@ programming language.
99Configuration by environment variables
1010--------------------------------------
1111
12- - ` VENV_PATH ` - Path to a virtual environment that will be activated after the
13- start.
14- - ` PIP_CACHE_DIR ` (default ` /pip-cache ` ) - Path to directory with pip cache.
15- - ` PIP_NO_COMPILE ` (default 1)
16- - ` PIPENV_VENV_IN_PROJECT ` (default 1)
12+ - ` VENV_PATH ` - Path to a virtual environment that will be activated after the
13+ start.
14+ - ` PIP_CACHE_DIR ` (default ` /pip-cache ` ) - Path to directory with pip cache.
15+ - ` PIP_NO_COMPILE ` (default 1)
16+ - ` PIPENV_VENV_IN_PROJECT ` (default 1)
1717
1818Utilities
1919---------
2020
21- - ` pyclean ` - Remove all ` .pyc ` , ` .pyo ` and ` __pycache__ ` files from directory
22- (default ` / ` ).
23- - [ micropipenv] ( https://pypi.org/project/micropipenv/ ) - A lightweight wrapper
24- for pip to support requirements.txt, Pipenv and Poetry lock files or
25- converting them to pip-tools compatible output.
21+ - ` pyclean ` - Remove all ` .pyc ` , ` .pyo ` and ` __pycache__ ` files from directory
22+ (default ` / ` ).
23+ - [ pipx] ( https://pipx.pypa.io ) - Install and Run Python Applications in Isolated
24+ Environments.
25+ - [ micropipenv] ( https://pypi.org/project/micropipenv/ ) - A lightweight wrapper
26+ for pip to support requirements.txt, Pipenv and Poetry lock files or
27+ converting them to pip-tools compatible output.
2628
2729Packaging
2830---------
2931
30- - [ twine] ( https://github.com/pypa/twine ) - Utilities for interacting with PyPI
31- - [ pipenv] ( https://pipenv.pypa.io ) - Python Dev Workflow for Humans
32- - [ poetry] ( https://python-poetry.org/ ) - Python packaging and dependency
33- management made easy
34- - [ flit] ( https://flit.readthedocs.io ) - Simple way to put Python packages and
35- modules on PyPI
32+ - [ twine] ( https://github.com/pypa/twine ) - Utilities for interacting with PyPI
33+ - [ pipenv] ( https://pipenv.pypa.io ) - Python Dev Workflow for Humans
34+ - [ poetry] ( https://python-poetry.org/ ) - Python packaging and dependency
35+ management made easy
36+ - [ flit] ( https://flit.readthedocs.io ) - Simple way to put Python packages and
37+ modules on PyPI
3638
3739uWSGI
3840-----
6264| 3.9-packaging | ![ ] ( https://img.shields.io/docker/image-size/minidocks/python/3.9-packaging?style=flat-square&logo=docker&label=size ) |
6365| 3.9-build | ![ ] ( https://img.shields.io/docker/image-size/minidocks/python/3.9-build?style=flat-square&logo=docker&label=size ) |
6466| 3.9-uwsgi | ![ ] ( https://img.shields.io/docker/image-size/minidocks/python/3.9-uwsgi?style=flat-square&logo=docker&label=size ) |
65- | 2 | ![ ] ( https://img.shields.io/docker/image-size/minidocks/python/2?style=flat-square&logo=docker&label=size ) |
66- | 2-packaging | ![ ] ( https://img.shields.io/docker/image-size/minidocks/python/2-packaging?style=flat-square&logo=docker&label=size ) |
67- | 2-build | ![ ] ( https://img.shields.io/docker/image-size/minidocks/python/2-build?style=flat-square&logo=docker&label=size ) |
68- | 2.7 | ![ ] ( https://img.shields.io/docker/image-size/minidocks/python/2.7?style=flat-square&logo=docker&label=size ) |
69- | 2.7-packaging | ![ ] ( https://img.shields.io/docker/image-size/minidocks/python/2.7-packaging?style=flat-square&logo=docker&label=size ) |
70- | 2.7-build | ![ ] ( https://img.shields.io/docker/image-size/minidocks/python/2.7-build?style=flat-square&logo=docker&label=size ) |
7167
7268Related images
7369--------------
7470
75- - [ PyInstaller] ( https://github.com/minidocks/pyinstaller )
71+ - [ PyInstaller] ( https://github.com/minidocks/pyinstaller )
0 commit comments