primary/subkey binding now fully works - closes #104; removed FileLoader class; renamed Exportable to Armorable; removed requests from requirements.txt; updated README.rst - closes #127; progress
This commit is contained in:
@@ -15,7 +15,7 @@ PGPy: Pretty Good Privacy for Python
|
||||
|
||||
Homepage: None yet.
|
||||
|
||||
`PGPy` is a Python (2 and 3) library for implementing Pretty Good Privacy into Python programs.
|
||||
`PGPy` is a Python (2 and 3) library for implementing Pretty Good Privacy into Python programs, conforming to the OpenPGP specification per RFC 4880.
|
||||
|
||||
Features
|
||||
--------
|
||||
@@ -45,12 +45,12 @@ Requirements
|
||||
|
||||
Tested with: 3.4, 3.3, 3.2, 2.7
|
||||
|
||||
- `Requests <https://pypi.python.org/pypi/requests>`_
|
||||
|
||||
- `Cryptography <https://pypi.python.org/pypi/cryptography>`_
|
||||
|
||||
- `enum34 <https://pypi.python.org/pypi/enum34>`_
|
||||
|
||||
- `singledispatch <https://pypi.python.org/pypi/singledispatch>`_
|
||||
|
||||
- `six <https://pypi.python.org/pypi/six>`_
|
||||
|
||||
License
|
||||
|
||||
Reference in New Issue
Block a user