Metadata-Version: 1.1
Name: pyopenpgparse
Version: 0.1.1.dev1
Summary: parsing and create openpgp packets
Home-page: https://phab.okhin.fr/diffusion/POPP
Author: okhin
Author-email: okhin@okhin.fr
License: GPLv3
Description: # Python OpenPGP Packet parser and assembler
        
        This module has for puropse to parse and create openPGP packets, following the
        [RFC 4880](https://tools.ietf.org/html/rfc4880) specifications.
        
        It convert a nested S-Expression describing the packets to be converted in a
        stream of packets which can then be turned into a RADIX64 file.
        
        It can also take a RADIX64 file as an input and generate a nested S-Expression
        representing all the packets given in input.
        
Keywords: openpgp crypto libgcrypt rfc4880
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Security :: Cryptography
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
