python-shippinglabel 1.7.1+dfsg-1 source package in Ubuntu

Changelog

python-shippinglabel (1.7.1+dfsg-1) unstable; urgency=medium

  * New upstream version 1.7.1+dfsg

 -- Josenilson Ferreira da Silva <email address hidden>  Sat, 03 Feb 2024 14:14:44 -0300

Upload details

Uploaded by:
Josenilson Ferreira da Silva
Uploaded to:
Sid
Original maintainer:
Josenilson Ferreira da Silva
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-shippinglabel_1.7.1+dfsg-1.dsc 2.5 KiB 1baa39053ed4c853db348dee68c5a5d6876ac1f3a367a19e90d38bcb48c5db3e
python-shippinglabel_1.7.1+dfsg.orig.tar.xz 372.8 KiB c14061b8e62e9fb8b8dcfd6a3e3bc956b2601cba418e38e4669c4b0261d05934
python-shippinglabel_1.7.1+dfsg-1.debian.tar.xz 9.8 KiB 445d19cde859ab93bb436f2b83c67a0c7b8152bdaf203db05a4d28f13c583fbd

Available diffs

No changes file available.

Binary packages built by this source

python3-shippinglabel: Utilities for handling packages

 Module developed with the aim of assisting the developer in managing
 packages with the following functions:
  - Returns the web links for the given project.
  - Useful for creating and verifying sha256 checksums of files.
  - Useful for working with trove classifiers.
  - Useful for working with the Python Package Index (PyPI).
  - Useful for working with PEP 508 requirements.
  - Useful for working with source distributions.
  - Serves to assist in building conda packages.
  - Returns the subset of versions that do not end with -dev.
  - Returns the subset of versions that are not pre-releases
    (alpha, beta, dev, rc etc.).
    packages.
  - Reads the pyvenv.cfg for the given virtualenv and returns a key:
    value mapping of your content.
  - among other features.