PKG-INFO 1.1 KB

1234567891011121314151617181920212223242526
  1. Metadata-Version: 1.0
  2. Name: pyasn1
  3. Version: 0.1.8
  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. Description: A pure-Python implementation of ASN.1 types and DER/BER/CER codecs (X.208).
  10. Platform: any
  11. Classifier: Development Status :: 5 - Production/Stable
  12. Classifier: Environment :: Console
  13. Classifier: Intended Audience :: Developers
  14. Classifier: Intended Audience :: Education
  15. Classifier: Intended Audience :: Information Technology
  16. Classifier: Intended Audience :: Science/Research
  17. Classifier: Intended Audience :: System Administrators
  18. Classifier: Intended Audience :: Telecommunications Industry
  19. Classifier: License :: OSI Approved :: BSD License
  20. Classifier: Natural Language :: English
  21. Classifier: Operating System :: OS Independent
  22. Classifier: Programming Language :: Python :: 2
  23. Classifier: Programming Language :: Python :: 3
  24. Classifier: Topic :: Communications
  25. Classifier: Topic :: Security :: Cryptography
  26. Classifier: Topic :: Software Development :: Libraries :: Python Modules