python-installer 0.7.0+dfsg1-2 source package in Ubuntu

Changelog

python-installer (0.7.0+dfsg1-2) unstable; urgency=medium

  * Upload to unstable.

 -- Stefano Rivera <email address hidden>  Sat, 10 Jun 2023 17:36:07 -0400

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-installer_0.7.0+dfsg1-2.dsc 1.9 KiB 93fbc57dadbc52fa1042a45c24e1e612e6210092cd83066bb57cfb0a771c9514
python-installer_0.7.0+dfsg1.orig.tar.xz 30.8 KiB 2cdecf9a21045627a00fb0039946bff60103689249f691c49a26dc6c71546617
python-installer_0.7.0+dfsg1-2.debian.tar.xz 4.2 KiB d4c743dbdf66ff8ccbce4220813961ca1285620536cd4a593862183ab781d8cc

Available diffs

No changes file available.

Binary packages built by this source

python-installer-doc: Python library for unpacking and installing wheels (documentation)

 "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.
 .
 This package contains the Documentation for the python3-installer library.

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.