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

..--

pyasn1_modules/25-Apr-2025-20,59612,176

tests/25-Apr-2025-11,6368,897

tools/25-Apr-2025-783430

.gitignoreD25-Apr-2025149 1813

.travis.ymlD25-Apr-2025942 5143

Android.bpD25-Apr-20251,011 3229

CHANGES.txtD25-Apr-202512.1 KiB303253

LICENSE.txtD25-Apr-20251.3 KiB2520

MANIFEST.inD25-Apr-202593 54

METADATAD25-Apr-2025378 2019

MODULE_LICENSE_BSDD25-Apr-20250

NOTICED25-Apr-20251.3 KiB2520

OWNERSD25-Apr-2025230 65

README.mdD25-Apr-20251.5 KiB3022

requirements.txtD25-Apr-202521 21

setup.cfgD25-Apr-202567 64

setup.pyD25-Apr-20253.5 KiB138101

README.md

1
2ASN.1 modules for Python
3------------------------
4[![PyPI](https://img.shields.io/pypi/v/pyasn1-modules.svg?maxAge=2592000)](https://pypi.org/project/pyasn1-modules)
5[![Python Versions](https://img.shields.io/pypi/pyversions/pyasn1-modules.svg)](https://pypi.org/project/pyasn1-modules/)
6[![Build status](https://travis-ci.org/etingof/pyasn1-modules.svg?branch=master)](https://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
10The `pyasn1-modules` package contains a 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 as Python classes based on [pyasn1](https://github.com/etingof/pyasn1)
13data model.
14
15If ASN.1 module you need is not present in this collection, try using
16[Asn1ate](https://github.com/kimgr/asn1ate) tool that compiles ASN.1 documents
17into pyasn1 code.
18
19Feedback
20--------
21
22If something does not work as expected,
23[open an issue](https://github.com/etingof/pyasn1-modules/issues) at GitHub
24or post your question [on Stack Overflow](https://stackoverflow.com/questions/ask)
25
26New modules contributions are welcome via GitHub pull requests.
27
28Copyright (c) 2005-2019, [Ilya Etingof](mailto:[email protected]).
29All rights reserved.
30