changed the travis badge to svg, and added some additional information

This commit is contained in:
Michael Greene
2014-04-30 12:59:19 -07:00
parent 9c7ed976ad
commit 6bbd12fe2a

View File

@@ -1,7 +1,7 @@
PGPy: Pretty Good Privacy for Python
====================================
.. image:: https://badge.fury.io/py/PGPy.png
.. image:: https://badge.fury.io/py/PGPy.svg
:target: http://badge.fury.io/py/PGPy
:alt: Latest version
@@ -52,12 +52,32 @@ RFC 4880 compliance with the following data:
- [x] Public-Subkey Packet (Tag 14)
- Actions
- [ ] Generate keys
- [x] Load Public Keys
- [x] Load Secret Keys
- [/] Load Keys
- [x] Public Keys
- [x] Secret Keys
- [x] From ASCII Armored blocks
- [x] From GPG Keyrings
- [/] Protected Secret Keys
- [ ] Encrypted with IDEA
- [x] Encrypted with CAST5
- [ ] Encrypted with Blowfish
- [ ] Encrypted with AES
- [ ] Encrypted with Twofish
- [ ] Encrypt Key Material
- [ ] with CAST5
- [ ] with AES
- [ ] Sign data
- [ ] Verify data signature
- [ ] with RSA
- [ ] with DSA
- [/] Verify data signature
- [x] with RSA
- [ ] with DSA
- [ ] Encrypt data
- [ ] with RSA
- [ ] with ElGamal
- [ ] Decrypt data
- [ ] with RSA
- [ ] with ElGamal
Installation
------------
@@ -87,6 +107,8 @@ Requirements
- `Requests <https://pypi.python.org/pypi/requests>`
- `Cryptography <https://pypi.python.org/pypi/cryptography>`
License
-------