python3-installer – Python library for unpacking and installing wheels

“installer” is a low-level library for installing a Python package from a wheel distribution; the wheel is the basic unit of Python module distribution to end users. It provides basic functionality and abstractions for handling wheels and installing packages from wheels, including:

  • Logic for “unpacking” a wheel (i.e. installation).

  • Abstractions for various parts of the unpacking process.

  • Extensible simple implementations of the abstractions.

  • Platform-independent Python script wrapper generation.

Package availability chart

Distribution

Base version

Our version

Architectures

Debian GNU/Linux 11.0 (bullseye)

0.4.0+dfsg1-2~bpo11+1~nd110+1

i386, amd64, sparc, armel, arm64

Debian GNU/Linux 12.0 (bookworm)

0.6.0+dfsg1-1

0.4.0+dfsg1-2~bpo11+1~nd120+1

i386, amd64, sparc, armel, arm64

Debian testing (trixie)

0.7.0+dfsg1-3

Debian unstable (sid)

0.7.0+dfsg1-3

0.4.0+dfsg1-2~bpo11+1~nd+1

i386, amd64, sparc, armel, arm64

Ubuntu 22.04 “Jammy Jellyfish” (jammy)

0.5.0+dfsg1-2

0.4.0+dfsg1-2~bpo11+1~nd22.04+1

i386, amd64, sparc, armel, arm64

Comments

blog comments powered by Disqus