• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

pyasn1_modules/H30-Mar-2022-10,3376,772

pyasn1_modules.egg-info/H03-May-2022-3635

tests/H30-Mar-2022-937686

tools/H30-Mar-2022-726400

MANIFEST.inH A D30-Mar-202293 54

PKG-INFOH A D30-Mar-20221.6 KiB3635

README.mdH A D30-Mar-20221.5 KiB3123

setup.cfgH A D30-Mar-202288 96

setup.pyH A D30-Mar-20223.4 KiB13699

README.md

1
2ASN.1 modules for Python
3------------------------
4[![PyPI](https://img.shields.io/pypi/v/pyasn1-modules.svg?maxAge=2592000)](https://pypi.python.org/pypi/pyasn1-modules)
5[![Python Versions](https://img.shields.io/pypi/pyversions/pyasn1-modules.svg)](https://pypi.python.org/pypi/pyasn1-modules/)
6[![Build status](https://travis-ci.org/etingof/pyasn1-modules.svg?branch=master)](https://secure.travis-ci.org/etingof/pyasn1-modules)
7[![Coverage Status](https://img.shields.io/codecov/c/github/etingof/pyasn1-modules.svg)](https://codecov.io/github/etingof/pyasn1-modules/)
8[![GitHub license](https://img.shields.io/badge/license-BSD-blue.svg)](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