Android p preview 4
Merge commit '5662c43' into pyasn1-modules_0.2.1

Initial commit of pyasn1-modules 0.2.1 with history.

Added:
- Android.bp
- MODULE_LICENSE_BSD
- NOTICE
- METADATA

Bug: b/80314772
Test: Compiled acloud with pyasn1-modules and was able to import pyasn1-modules.
Change-Id: I3f15a09e02bb7e6f12d8cc12eb999248463b98e4
tree: 62c5c35205bee146050e14cf5b56c4a0f95e4d6b
  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. README.md
  12. requirements.txt
  13. setup.cfg
  14. 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.