Metadata-Version: 1.1
Name: pygcrypt
Version: 0.9.8.post10
Summary: libgcrypt in Python
Home-page: https://phab.okhin.fr/diffusion/PGCRY/
Author: okhin
Author-email: okhin@okhin.fr
License: GPLv3
Description: # Libgcrypt
        The libgcrypt is the low-level API under gnupg and similar project.
        
        Originally written in C, this package provides - via cffi - an interface
        to it for use in python.
        
Keywords: gpg crypto libgcrypt
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
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
