@@ -7,15 +7,16 @@ Alternative ASN.1 modules for pyasn1
77
88The ` pyasn1-alt-modules ` package contains a collection of
99[ ASN.1] ( https://www.itu.int/rec/dologin_pub.asp?lang=e&id=T-REC-X.208-198811-W!!PDF-E&type=items )
10- data structures expressed as Python classes based on [ pyasn1] ( https://github.com/etingof /pyasn1 )
11- data model. Maintenance of pyasn1 has shifted to [ pyasn1-maint ] ( https://github.com/pyasn1/pyasn1 ) .
10+ data structures expressed as Python classes based on [ pyasn1] ( https://github.com/pyasn1 /pyasn1 )
11+ data model.
1212
13- It seems that [ pyasn1-modules] ( https://github.com/etingof/pyasn1-modules ) is no
14- longer being maintained . As a result, the ` pyasn1-alt-modules ` package was
15- created to share new module developments. Previous modules are included in
16- the ` pyasn1-alt-modules ` package so that both do not need to be installed.
13+ Many years ago, maintenance of [ pyasn1-modules] ( https://github.com/etingof/pyasn1-modules )
14+ stopped . As a result, the ` pyasn1-alt-modules ` package was created to share new
15+ module developments. Previous modules are included in the ` pyasn1-alt-modules `
16+ package so that both packages do not need to be installed.
1717
18- However, the tools directory of the ` pyasn1-modules ` package is not included.
18+ However, the tools directory of the ` pyasn1-modules ` package is not included in
19+ the ` pyasn1-alt-modules ` package.
1920
2021If ASN.1 module you need is not present in this collection, try using
2122[ Asn1ate] ( https://github.com/kimgr/asn1ate ) tool that compiles (some)
@@ -29,6 +30,6 @@ If something does not work as expected,
2930
3031Additional module contributions are welcome via GitHub pull requests.
3132
32- Copyright (c) 2005-2020, [ Ilya Etingof] ( mailto:etingof@gmail.com ) .<br />
33+ Copyright (c) 2005-2020, Ilya Etingof (deceased ).<br />
3334Copyright (c) 2021-2025, Vigil Security, LLC, (contact [ Russ Housley] ( mailto:housley@vigilsec.com ) )<br />
3435All rights reserved.
0 commit comments