+{"generator": "bdist_wheel (0.26.0)", "summary": "Pure-Python RSA implementation", "classifiers": ["Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Intended Audience :: Education", "Intended Audience :: Information Technology", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Security :: Cryptography"], "extensions": {"python.details": {"project_urls": {"Home": "https://stuvel.eu/rsa"}, "contacts": [{"email": "sybren@stuvel.eu", "name": "Sybren A. Stuvel", "role": "author"}], "document_names": {"description": "DESCRIPTION.rst"}}, "python.exports": {"console_scripts": {"pyrsa-decrypt": "rsa.cli:decrypt", "pyrsa-decrypt-bigfile": "rsa.cli:decrypt_bigfile", "pyrsa-encrypt": "rsa.cli:encrypt", "pyrsa-encrypt-bigfile": "rsa.cli:encrypt_bigfile", "pyrsa-keygen": "rsa.cli:keygen", "pyrsa-priv2pub": "rsa.util:private_to_public", "pyrsa-sign": "rsa.cli:sign", "pyrsa-verify": "rsa.cli:verify"}}, "python.commands": {"wrap_console": {"pyrsa-decrypt": "rsa.cli:decrypt", "pyrsa-decrypt-bigfile": "rsa.cli:decrypt_bigfile", "pyrsa-encrypt": "rsa.cli:encrypt", "pyrsa-encrypt-bigfile": "rsa.cli:encrypt_bigfile", "pyrsa-keygen": "rsa.cli:keygen", "pyrsa-priv2pub": "rsa.util:private_to_public", "pyrsa-sign": "rsa.cli:sign", "pyrsa-verify": "rsa.cli:verify"}}}, "license": "ASL 2", "metadata_version": "2.0", "name": "rsa", "run_requires": [{"requires": ["pyasn1 (>=0.1.3)"]}], "extras": [], "version": "3.4.2"}
|