OLD | NEW |
(Empty) | |
| 1 Metadata-Version: 2.0 |
| 2 Name: pyasn1-modules |
| 3 Version: 0.0.8 |
| 4 Summary: A collection of ASN.1-based protocols modules. |
| 5 Home-page: http://sourceforge.net/projects/pyasn1/ |
| 6 Author: Ilya Etingof <ilya@glas.net> |
| 7 Author-email: ilya@glas.net |
| 8 License: BSD |
| 9 Platform: any |
| 10 Classifier: Development Status :: 5 - Production/Stable |
| 11 Classifier: Environment :: Console |
| 12 Classifier: Intended Audience :: Developers |
| 13 Classifier: Intended Audience :: Education |
| 14 Classifier: Intended Audience :: Information Technology |
| 15 Classifier: Intended Audience :: Science/Research |
| 16 Classifier: Intended Audience :: System Administrators |
| 17 Classifier: Intended Audience :: Telecommunications Industry |
| 18 Classifier: License :: OSI Approved :: BSD License |
| 19 Classifier: Natural Language :: English |
| 20 Classifier: Operating System :: OS Independent |
| 21 Classifier: Programming Language :: Python :: 2 |
| 22 Classifier: Programming Language :: Python :: 3 |
| 23 Classifier: Topic :: Communications |
| 24 Classifier: Topic :: Security :: Cryptography |
| 25 Classifier: Topic :: Software Development :: Libraries :: Python Modules |
| 26 Requires-Dist: pyasn1 (>=0.1.8) |
| 27 |
| 28 A collection of ASN.1 modules expressed in form of pyasn1 classes. Includes prot
ocols PDUs definition (SNMP, LDAP etc.) and various data structures (X.509, PKCS
etc.). |
| 29 |
| 30 |
OLD | NEW |