-
-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
13 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,9 +7,10 @@ ASN.1 modules for Python | |
[![Coverage Status](https://img.shields.io/codecov/c/github/etingof/pyasn1-modules.svg)](https://codecov.io/github/etingof/pyasn1-modules/) | ||
[![GitHub license](https://img.shields.io/badge/license-BSD-blue.svg)](https://raw.githubusercontent.com/etingof/pyasn1-modules/master/LICENSE.txt) | ||
|
||
This is a small but growing collection of | ||
The `pyasn1-modules` package contains a collection of | ||
[ASN.1](https://www.itu.int/rec/dologin_pub.asp?lang=e&id=T-REC-X.208-198811-W!!PDF-E&type=items) | ||
data structures expressed in Python terms using [pyasn1](https://github.com/etingof/pyasn1) data model. | ||
data structures expressed as Python classes based on [pyasn1](https://github.com/etingof/pyasn1) | ||
data model. | ||
|
||
If ASN.1 module you need is not present in this collection, try using | ||
[Asn1ate](https://github.com/kimgr/asn1ate) tool that compiles ASN.1 documents | ||
|
@@ -18,13 +19,11 @@ into pyasn1 code. | |
Feedback | ||
-------- | ||
|
||
If something does not work as expected, try browsing pyasn1 | ||
[mailing list archives](https://sourceforge.net/p/pyasn1/mailman/pyasn1-users/) | ||
or post your question | ||
[to Stack Overflow](https://stackoverflow.com/questions/ask). | ||
If you want to contribute ASN.1 modules you have converted into pyasn1, | ||
please send me a pull request. | ||
If something does not work as expected, | ||
[open an issue](https://github.com/etingof/pyasn1-modules/issues) at GitHub | ||
or post your question [on Stack Overflow](https://stackoverflow.com/questions/ask) | ||
|
||
New modules contributions are welcome via GitHub pull requests. | ||
|
||
Copyright (c) 2005-2019, [Ilya Etingof](mailto:[email protected]). | ||
All rights reserved. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1 @@ | ||
#pyasn1>=0.4.1,<0.5.0 | ||
# pull unreleased pyasn1 | ||
-e git://github.com/etingof/pyasn1.git#egg=pyasn1 | ||
pyasn1>=0.4.6,<0.5.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters