METADATA 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. Metadata-Version: 2.1
  2. Name: pyasn1_modules
  3. Version: 0.4.1
  4. Summary: A collection of ASN.1-based protocols modules
  5. Home-page: https://github.com/pyasn1/pyasn1-modules
  6. Author: Ilya Etingof
  7. Author-email: etingof@gmail.com
  8. Maintainer: pyasn1 maintenance organization
  9. Maintainer-email: Christian Heimes <christian@python.org>
  10. License: BSD
  11. Project-URL: Source, https://github.com/pyasn1/pyasn1-modules
  12. Project-URL: Issues, https://github.com/pyasn1/pyasn1-modules/issues
  13. Project-URL: Changelog, https://github.com/pyasn1/pyasn1-modules/blob/master/CHANGES.txt
  14. Platform: any
  15. Classifier: Development Status :: 5 - Production/Stable
  16. Classifier: Environment :: Console
  17. Classifier: Intended Audience :: Developers
  18. Classifier: Intended Audience :: Education
  19. Classifier: Intended Audience :: Information Technology
  20. Classifier: Intended Audience :: System Administrators
  21. Classifier: Intended Audience :: Telecommunications Industry
  22. Classifier: License :: OSI Approved :: BSD License
  23. Classifier: Natural Language :: English
  24. Classifier: Operating System :: OS Independent
  25. Classifier: Programming Language :: Python :: 3
  26. Classifier: Programming Language :: Python :: 3.8
  27. Classifier: Programming Language :: Python :: 3.9
  28. Classifier: Programming Language :: Python :: 3.10
  29. Classifier: Programming Language :: Python :: 3.11
  30. Classifier: Programming Language :: Python :: 3.12
  31. Classifier: Programming Language :: Python :: 3.13
  32. Classifier: Programming Language :: Python :: Implementation :: CPython
  33. Classifier: Programming Language :: Python :: Implementation :: PyPy
  34. Classifier: Topic :: Communications
  35. Classifier: Topic :: Software Development :: Libraries :: Python Modules
  36. Requires-Python: >=3.8
  37. Description-Content-Type: text/markdown
  38. License-File: LICENSE.txt
  39. Requires-Dist: pyasn1 <0.7.0,>=0.4.6
  40. ASN.1 modules for Python
  41. ------------------------
  42. [![PyPI](https://img.shields.io/pypi/v/pyasn1-modules.svg?maxAge=2592000)](https://pypi.org/project/pyasn1-modules)
  43. [![Python Versions](https://img.shields.io/pypi/pyversions/pyasn1-modules.svg)](https://pypi.org/project/pyasn1-modules/)
  44. [![Build status](https://github.com/pyasn1/pyasn1-modules/actions/workflows/main.yml/badge.svg)](https://github.com/pyasn1/pyasn1-modules/actions/workflows/main.yml)
  45. [![Coverage Status](https://img.shields.io/codecov/c/github/pyasn1/pyasn1-modules.svg)](https://codecov.io/github/pyasn1/pyasn1-modules)
  46. [![GitHub license](https://img.shields.io/badge/license-BSD-blue.svg)](https://raw.githubusercontent.com/pyasn1/pyasn1-modules/master/LICENSE.txt)
  47. The `pyasn1-modules` package contains a collection of
  48. [ASN.1](https://www.itu.int/rec/dologin_pub.asp?lang=e&id=T-REC-X.208-198811-W!!PDF-E&type=items)
  49. data structures expressed as Python classes based on [pyasn1](https://github.com/pyasn1/pyasn1)
  50. data model.
  51. If ASN.1 module you need is not present in this collection, try using
  52. [Asn1ate](https://github.com/kimgr/asn1ate) tool that compiles ASN.1 documents
  53. into pyasn1 code.
  54. **NOTE:** The package is now maintained by *Christian Heimes* and
  55. *Simon Pichugin* in project https://github.com/pyasn1/pyasn1-modules.
  56. Feedback
  57. --------
  58. If something does not work as expected,
  59. [open an issue](https://github.com/pyasn1/pyasn1-modules/issues) at GitHub
  60. or post your question [on Stack Overflow](https://stackoverflow.com/questions/ask)
  61. New modules contributions are welcome via GitHub pull requests.
  62. Copyright (c) 2005-2020, [Ilya Etingof](mailto:etingof@gmail.com).
  63. All rights reserved.