https://github.com/coatl-dev/docker-python-tools
🐳 Docker images containing tools Python 2.7 and 3.12.
https://github.com/coatl-dev/docker-python-tools
docker docker-hub ghcr-io pip-tools python-build python-twine python27 python312 quay-io
Last synced: 6 months ago
JSON representation
🐳 Docker images containing tools Python 2.7 and 3.12.
- Host: GitHub
- URL: https://github.com/coatl-dev/docker-python-tools
- Owner: coatl-dev
- Created: 2025-06-27T21:34:27.000Z (6 months ago)
- Default Branch: coatl
- Last Pushed: 2025-06-27T22:13:12.000Z (6 months ago)
- Last Synced: 2025-06-27T22:27:33.862Z (6 months ago)
- Topics: docker, docker-hub, ghcr-io, pip-tools, python-build, python-twine, python27, python312, quay-io
- Language: Dockerfile
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-python-tools
[](https://results.pre-commit.ci/latest/github/coatl-dev/docker-python-tools/coatl)
This repository is a collection of Docker images containing tools Python 2.7 and 3.12.
## Catalog
### python-tools:2.7-build
Use this Docker image to build and upload Python packages with Python 2.7, using
the following tools:
- `build`: Creates distribution packages (like `.whl` and `.tar.gz`) from your
Python project.
- `twine`: Securely uploads these packages to PyPI or other package indexes.
### python-tools:3.12-build
Use this Docker image to build and upload Python packages with Python 3.12, using
the following tools:
- `build`: Creates distribution packages (like `.whl` and `.tar.gz`) from your
Python project.
- `twine`: Securely uploads these packages to PyPI or other package indexes.
### python-tools:2.7-pip-tools
Use this Docker image for running `pip-compile` or `pip-sync` on your Python 2.7
project.