blob: e271371573a1d713a40c44b94dde8cc5f20cc930 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>julien@jroy.ca</email>
<name>Julien Roy</name>
</maintainer>
<longdescription>PGPy is a Python library for implementing Pretty Good Privacy into Python programs, conforming to the OpenPGP specification per RFC 4880.</longdescription>
<upstream>
<changelog>https://github.com/SecurityInnovation/PGPy/releases</changelog>
<bugs-to>https://github.com/SecurityInnovation/PGPy/issues</bugs-to>
<doc>https://pgpy.readthedocs.io/en/latest/</doc>
</upstream>
<origin>gentoo-guru-overlay</origin>
</pkgmetadata>
|