Platform Tools Release 29.0.1 (5644136)
Snap for 5590969 from e31d62d6ea158d7db88bf5fde4268353b305af13 to sdk-release

Change-Id: I1ae059d72f7f238f3d00e865985db5d3ba295a38
tree: c20f3284dd456cb13b8ea5842d8d4c54668187d8
  1. pyasn1_modules/
  2. tests/
  3. tools/
  4. .gitignore
  5. .travis.yml
  6. CHANGES.txt
  7. LICENSE.txt
  8. MANIFEST.in
  9. METADATA
  10. MODULE_LICENSE_BSD
  11. OWNERS
  12. README.md
  13. requirements.txt
  14. setup.cfg
  15. setup.py
README.md

ASN.1 modules for Python

PyPI Python Versions Build status Coverage Status GitHub license

This is a small but growing collection of ASN.1 data structures expressed in Python terms using 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, try browsing pyasn1 mailing list archives or post your question to Stack Overflow. If you want to contribute ASN.1 modules you have converted into pyasn1, please send me a pull request.

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