OLD | NEW |
(Empty) | |
| 1 Metadata-Version: 2.0 |
| 2 Name: pyasn1 |
| 3 Version: 0.1.9 |
| 4 Summary: ASN.1 types and codecs |
| 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 |
| 27 A pure-Python implementation of ASN.1 types and DER/BER/CER codecs (X.208). |
| 28 |
| 29 |
OLD | NEW |