python-pem 19.1.0-1 source package in Ubuntu

Changelog

python-pem (19.1.0-1) unstable; urgency=medium

  * New upstream release.
  * Update copyright years.

 -- Andrej Shadura <email address hidden>  Fri, 19 Jul 2019 11:19:39 -0300

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc
Focal release universe misc

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-pem_19.1.0-1.dsc 1.7 KiB 492ab8f9aceb39acc6dceed7dcb4c7cd2dca02b9159588a88341f611e68f4f49
python-pem_19.1.0.orig.tar.gz 33.9 KiB 0f0428fbe22cafa3eb973619a1c329aa886a24bbdafe138d3a46a084059dc0b1
python-pem_19.1.0-1.debian.tar.xz 1.8 KiB c0d36c640bb4be1ea00b9d9695fa5b983dea0a2a29875bbbabe5ef13500352be

Available diffs

No changes file available.

Binary packages built by this source

python3-pem: easy PEM file parsing in Python

 pem is a Python module for parsing and splitting of PEM files,
 i.e. Base64 encoded DER keys and certificates.
 .
 pem does not attempt to interpret the certificate data in any way.
 .
 Additionally to the vanilla parsing code, pem also contains helpers
 for Twisted that save a lot of boilerplate code.