Metadata-Version: 2.0
Name: csodium
Version: 0.0.1
Summary: A standalone Python interface for libsodium.
Home-page: http://ereOn.github.io/csodium
Author: Julien Kauffmann
Author-email: julien.kauffmann@freelan.org
License: UNKNOWN
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Development Status :: 5 - Production/Stable
Requires-Dist: cffi (>=1.7.0,<2)
Requires-Dist: six (>=1.10.0,<2)

csodium is a pysodium-compatible Python package that provides libsodium
bindings. It does not require any libsodium installation on the target system.


