File: PKG-INFO

package info (click to toggle)
python-gnupg 0.5.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 332 kB
  • sloc: python: 2,720; makefile: 7
file content (51 lines) | stat: -rw-r--r-- 2,025 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Metadata-Version: 2.1
Name: python-gnupg
Version: 0.5.4
Summary: A wrapper for the Gnu Privacy Guard (GPG or GnuPG)
Home-page: https://github.com/vsajip/python-gnupg
Author: Vinay Sajip
Author-email: vinay_sajip@yahoo.co.uk
Maintainer: Vinay Sajip
Maintainer-email: vinay_sajip@yahoo.co.uk
License: BSD
Project-URL: Documentation, https://gnupg.readthedocs.io/
Project-URL: Source, https://github.com/vsajip/python-gnupg
Project-URL: Tracker, https://github.com/vsajip/python-gnupg/issues
Keywords: GnuPG,cryptography,encryption,decryption,signing,verification
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
License-File: LICENSE.txt


This module allows easy access to GnuPG's key management, encryption and signature
functionality from Python programs. It is intended for use with Python 2.4 or
greater.

Releases are normally signed using a GnuPG key with the user id
vinay_sajip@yahoo.co.uk and the following fingerprint:

CA74 9061 914E AC13 8E66  EADB 9147 B477 339A 9B86

As PyPI no longer shows signatures, you should be able to download release archives
and signatures from

https://github.com/vsajip/python-gnupg/releases/

The archives should be the same as those uploaded to PyPI.