| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| pyasn1_modules/ | 03-May-2024 | - | 10,506 | 6,914 | ||
| tests/ | 03-May-2024 | - | 984 | 703 | ||
| tools/ | 03-May-2024 | - | 783 | 430 | ||
| .gitignore | D | 03-May-2024 | 119 | 15 | 11 | |
| .travis.yml | D | 03-May-2024 | 386 | 23 | 21 | |
| CHANGES.txt | D | 03-May-2024 | 3.8 KiB | 131 | 95 | |
| LICENSE.txt | D | 03-May-2024 | 1.3 KiB | 25 | 20 | |
| MANIFEST.in | D | 03-May-2024 | 93 | 5 | 4 | |
| METADATA | D | 03-May-2024 | 346 | 17 | 15 | |
| MODULE_LICENSE_BSD | D | 03-May-2024 | 0 | |||
| NOTICE | D | 03-May-2024 | 1.3 KiB | 25 | 20 | |
| OWNERS | D | 03-May-2024 | 230 | 6 | 5 | |
| README.md | D | 03-May-2024 | 1.5 KiB | 31 | 23 | |
| requirements.txt | D | 03-May-2024 | 21 | 2 | 1 | |
| setup.cfg | D | 03-May-2024 | 28 | 3 | 2 | |
| setup.py | D | 03-May-2024 | 3.4 KiB | 136 | 99 |
README.md
1 2ASN.1 modules for Python 3------------------------ 4[](https://pypi.python.org/pypi/pyasn1-modules) 5[](https://pypi.python.org/pypi/pyasn1-modules/) 6[](https://secure.travis-ci.org/etingof/pyasn1-modules) 7[](https://codecov.io/github/etingof/pyasn1-modules/) 8[](https://raw.githubusercontent.com/etingof/pyasn1-modules/master/LICENSE.txt) 9 10This is a small but growing collection of 11[ASN.1](https://www.itu.int/rec/dologin_pub.asp?lang=e&id=T-REC-X.208-198811-W!!PDF-E&type=items) 12data structures expressed in Python terms using [pyasn1](https://github.com/etingof/pyasn1) data model. 13 14If ASN.1 module you need is not present in this collection, try using 15[Asn1ate](https://github.com/kimgr/asn1ate) tool that compiles ASN.1 documents 16into pyasn1 code. 17 18Feedback 19-------- 20 21If something does not work as expected, try browsing pyasn1 22[mailing list archives](https://sourceforge.net/p/pyasn1/mailman/pyasn1-users/) 23or post your question 24[to Stack Overflow](http://stackoverflow.com/questions/ask). 25If you want to contribute ASN.1 modules you have converted into pyasn1, 26please send me a pull request. 27 28Copyright (c) 2005-2017, [Ilya Etingof](mailto:etingof@gmail.com). 29All rights reserved. 30 31