The pyasn1-alt-modules
package contains a collection of
ASN.1
data structures expressed as Python classes based on pyasn1
data model. Maintenance of pyasn1 has shifted to pyasn1-maint.
It seems that pyasn1-modules is no
longer being maintained. As a result, the pyasn1-alt-modules
package was
created to share new module developments. Previous modules are included in
the pyasn1-alt-modules
package so that both do not need to be installed.
However, the tools directory of the pyasn1-modules
package is not included.
If ASN.1 module you need is not present in this collection, try using Asn1ate tool that compiles (some) ASN.1 modules into pyasn1 code.
If something does not work as expected, open an issue on GitHub.
Additional module contributions are welcome via GitHub pull requests.
Copyright (c) 2005-2020, Ilya Etingof.
Copyright (c) 2021-2024, Vigil Security, LLC, (contact Russ Housley)
All rights reserved.