summaryrefslogtreecommitdiff
path: root/debian/control
blob: a760ae198f7f3f88299c512713574ff0e9137ba5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: pem
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders:
 Andrej Shadura <andrewsh@debian.org>
Section: python
Priority: optional
Build-Depends: dh-python, python3-setuptools, python3-all, debhelper-compat (= 12)
Standards-Version: 4.3.0
Homepage: https://pem.readthedocs.io/
Vcs-Browser: https://salsa.debian.org/python-team/modules/pem
Vcs-Git: https://salsa.debian.org/python-team/modules/pem.git

Package: python3-pem
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${python3:Depends}
Description: 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.