Create FUNDING.yml
1 file changed
tree: 8b9d209e6906daba34c8212aa30e9556aaad8319
  1. .github/
  2. pyasn1_modules/
  3. tests/
  4. tools/
  5. .gitignore
  6. .travis.yml
  7. CHANGES.txt
  8. LICENSE.txt
  9. MANIFEST.in
  10. README.md
  11. requirements.txt
  12. setup.cfg
  13. setup.py
README.md

ASN.1 modules for Python

PyPI Python Versions Build status Coverage Status GitHub license

The pyasn1-modules package contains a collection of ASN.1 data structures expressed as Python classes based on pyasn1 data model.

If ASN.1 module you need is not present in this collection, try using Asn1ate tool that compiles ASN.1 documents into pyasn1 code.

Feedback

If something does not work as expected, open an issue at GitHub or post your question on Stack Overflow

New modules contributions are welcome via GitHub pull requests.

Copyright (c) 2005-2019, Ilya Etingof. All rights reserved.