Development of an internal social media platform with personalised dashboards for students
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

METADATA 1.4KB

123456789101112131415161718192021222324252627282930313233343536
  1. Metadata-Version: 2.0
  2. Name: pyasn1
  3. Version: 0.4.3
  4. Summary: ASN.1 types and codecs
  5. Home-page: https://github.com/etingof/pyasn1
  6. Author: Ilya Etingof <etingof@gmail.com>
  7. Author-email: etingof@gmail.com
  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 :: System Administrators
  16. Classifier: Intended Audience :: Telecommunications Industry
  17. Classifier: License :: OSI Approved :: BSD License
  18. Classifier: Natural Language :: English
  19. Classifier: Operating System :: OS Independent
  20. Classifier: Programming Language :: Python :: 2
  21. Classifier: Programming Language :: Python :: 2.4
  22. Classifier: Programming Language :: Python :: 2.5
  23. Classifier: Programming Language :: Python :: 2.6
  24. Classifier: Programming Language :: Python :: 2.7
  25. Classifier: Programming Language :: Python :: 3
  26. Classifier: Programming Language :: Python :: 3.2
  27. Classifier: Programming Language :: Python :: 3.3
  28. Classifier: Programming Language :: Python :: 3.4
  29. Classifier: Programming Language :: Python :: 3.5
  30. Classifier: Programming Language :: Python :: 3.6
  31. Classifier: Topic :: Communications
  32. Classifier: Topic :: Software Development :: Libraries :: Python Modules
  33. Pure-Python implementation of ASN.1 types and DER/BER/CER codecs (X.208)