Metadata-Version: 2.4
Name: pyasn1_alt_modules
Version: 0.4.9
Summary: An alternative collection of ASN.1-based protocol modules
Home-page: https://github.com/russhousley/pyasn1-alt-modules
Author: Russ Housley
Author-email: housley@vigilsec.com
Maintainer: Russ Housley
Maintainer-email: housley@vigilsec.com
License: BSD
Project-URL: Source, https://github.com/russhousley/pyasn1-alt-modules
Project-URL: Issues, https://github.com/russhousley/pyasn1-alt-modules/issues
Project-URL: Changelog, https://github.com/russhousley/pyasn1-alt-modules/blob/master/CHANGES.txt
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Telecommunications Industry
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: pyasn1>=0.6.0
Dynamic: license-file


Alternative ASN.1 modules for pyasn1
------------------------------------
[![PyPI](https://img.shields.io/pypi/v/pyasn1-alt-modules.svg?maxAge=2592000)](https://pypi.org/project/pyasn1-alt-modules)
[![Python Versions](https://img.shields.io/pypi/pyversions/pyasn1-alt-modules.svg)](https://pypi.org/project/pyasn1-alt-modules/)
[![GitHub license](https://img.shields.io/badge/license-BSD-blue.svg)](https://raw.githubusercontent.com/russhousley/pyasn1-alt-modules/master/LICENSE.txt)

The `pyasn1-alt-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 as Python classes based on [pyasn1](https://github.com/pyasn1/pyasn1)
data model.

Many years ago, maintenance of [pyasn1-modules](https://github.com/etingof/pyasn1-modules)
stopped.  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 packages do not need to be installed.

However, the tools directory of the `pyasn1-modules` package is not included in
the `pyasn1-alt-modules` package.

If ASN.1 module you need is not present in this collection, try using
[Asn1ate](https://github.com/kimgr/asn1ate) tool that compiles (some)
ASN.1 modules into pyasn1 code.

Feedback
--------

If something does not work as expected, 
[open an issue](https://github.com/russhousley/pyasn1-alt-modules/issues) on GitHub.
 
Additional module contributions are welcome via GitHub pull requests.

Copyright (c) 2005-2020, Ilya Etingof (deceased).<br/>
Copyright (c) 2021-2026, Vigil Security, LLC, (contact [Russ Housley](mailto:housley@vigilsec.com))<br/>
All rights reserved.
