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:
Michael Greene
2014-09-29 13:36:52 -07:00
parent 6ce75c6669
commit d00010ef04
9 changed files with 147 additions and 162 deletions

View File

@@ -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