.gitignore
.pylintrc
CONTRIBUTORS
COPYRIGHT.txt
LICENSE
README.rst
TODO.txt
pyproject.toml
setup.py
tox.ini
.github/workflows/publish.yml
.github/workflows/pytest.yml
aprs/__init__.py
aprs/aprsis.py
aprs/base91.py
aprs/classes.py
aprs/constants.py
aprs/data_ext.py
aprs/decimaldegrees.py
aprs/geo_util.py
aprs/kiss.py
aprs/position.py
aprs/timestamp.py
aprs3.egg-info/PKG-INFO
aprs3.egg-info/SOURCES.txt
aprs3.egg-info/dependency_links.txt
aprs3.egg-info/requires.txt
aprs3.egg-info/top_level.txt
doc/APRS101.pdf
examples/aprsis_decode.py
examples/tcp_kiss_send_recv.py
tests/__init__.py
tests/test_decode_regression.py
tests/test_frames.log
tests/test_geo_util.py