Metadata-Version: 2.4
Name: radiocomm
Version: 2026.2.26
Summary: Radio communication library for Baofeng and compatible radios
Author-email: Ryan Malloy <ryan@supported.systems>
License-Expression: GPL-3.0-or-later
License-File: COPYING
License-File: LICENSE-NOTICE.md
Requires-Python: >=3.11
Requires-Dist: pydantic>=2.0
Requires-Dist: pyserial>=3.5
Description-Content-Type: text/markdown

# radiocomm

Standalone radio communication library for Baofeng and compatible radios.

## Attribution

This project is derived from [CHIRP](https://chirpmyradio.com/), an open-source
radio programming tool. The bitwise DSL parser, memory map, and driver logic are
extracted and refactored from CHIRP's codebase.

Original CHIRP authors:
- Dan Smith (dsmith@danplanet.com) — bitwise DSL, core framework, UV-5R driver
- Jim Unroe (rock.unroe@gmail.com) — baofeng_common, UV-17Pro driver
- Filippi Marco — wouxun_common
- And many other CHIRP contributors

## License

This program is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation, either version 3 of the License, or (at your option) any later
version.

See COPYING for the full license text.
