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.7KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. Metadata-Version: 2.0
  2. Name: pyasn1-modules
  3. Version: 0.2.2
  4. Summary: A collection of ASN.1-based protocols modules.
  5. Home-page: https://github.com/etingof/pyasn1-modules
  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 :: System :: Monitoring
  33. Classifier: Topic :: System :: Networking :: Monitoring
  34. Classifier: Topic :: Software Development :: Libraries :: Python Modules
  35. Requires-Dist: pyasn1 (>=0.4.1,<0.5.0)
  36. A collection of ASN.1 modules expressed in form of pyasn1 classes. Includes protocols PDUs definition (SNMP, LDAP etc.) and various data structures (X.509, PKCS etc.).