Python image with the "build" package built right in
189
This is a Python image that includes the build package "built" right in.
You can use it to make Python packages that rely on 3.10 features when you don't have a Python 3.10 nearby or system administrators who are reluctant to upgrade your Python installation.
Suppose you have a source package in src/my.package whose setup metadata say it's version 1.0. Then do:
docker container run --rm --volume ${PWD}:/mnt nutjob4life/python-build:3.10 --outdir /mnt/dist /mnt/src/my.package
You'll then have dist/my.package-1.0-py3-none-any.whl and dist/my.package-1.0.tar.gz.
Content type
Image
Digest
sha256:cd6273c2b…
Size
29.1 MB
Last updated
almost 4 years ago
docker pull nutjob4life/python-build