Metadata-Version: 2.3
Name: pax25
Version: 0.6.2
Summary: A complete AX.25 stack and application library.
Author: Fox Piacenti, Lion Templin
Author-email: Fox Piacenti <fox@artconomy.com>, Lion Templin <lion@lion.fm>
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Operating System :: OS Independent
Requires-Dist: pyserial>=3.5
Requires-Python: >=3.13
Project-URL: Homepage, https://docs.pax25.com/
Project-URL: Bug Tracker, https://gitlab.com/FoxyFoxie/pax25/-/issues
Description-Content-Type: text/markdown

# PAX25

pax25 is intended to be a full AX.25 stack.

It implements V2 of the AX.25 stack (not 2.2-- so no MOD128, no SREJ, no XID)
Multiple interfaces (KISS/Serial, AX over IP, file) support.

Target Python is 3.13. Earlier versions of the 3.X branch will not work, but later versions will likely work.

## Documentation

[Documentation for Pax25](https://foxyfoxie.gitlab.io/pax25/) is built and published based on the contents of the `documentation` directory. It is based on [mkdocs](https://www.mkdocs.org/), the configuration for which is found in the repository root.
