Android Mainline 12.0.0 Release 119 (8431650,com.google.android.media)
Snap for 7474514 from 03b207c2af40e4cdd251411a070c8aae5790b2e6 to mainline-media-release

Change-Id: I8ad14b3714d3882376636767dc0de60030249360
tree: 0112f0dbbb6d332f757d6c9deee9c9529c794771
  1. pyasn1_modules/
  2. tests/
  3. tools/
  4. .gitignore
  5. .travis.yml
  6. Android.bp
  7. CHANGES.txt
  8. LICENSE.txt
  9. MANIFEST.in
  10. METADATA
  11. MODULE_LICENSE_BSD
  12. OWNERS
  13. README.md
  14. requirements.txt
  15. setup.cfg
  16. 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.