Android 11.0.0 release 27
[automerger skipped] DO NOT MERGE - qt-qpr1-dev-plus-aosp-without-vendor@5915889 into stage-aosp-master am: f7e72735b6
am: eeb43cc103 -s ours
am skip reason: subject contains skip directive

Change-Id: I62f1079e81cef2db1cda361be262797fac7977d9
tree: 74ccc78f47c0f5e49729ef26516e4d524ff02833
  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
  16. TEST_MAPPING
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.