Sign inSign up

nutjob4life/python-build

By nutjob4life

Updated almost 4 years ago

Python image with the "build" package built right in

Image
0

189

nutjob4life/python-build repository overview

👷‍♀️ Python Build

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.

🧱 Using this Image

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.

Tag summary

Content type

Image

Digest

sha256:cd6273c2b

Size

29.1 MB

Last updated

almost 4 years ago

docker pull nutjob4life/python-build