Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rossengeorgiev/aprs-python
📡 Python module for working with APRS
https://github.com/rossengeorgiev/aprs-python
aprs aprs-is parser python
Last synced: 5 days ago
JSON representation
📡 Python module for working with APRS
- Host: GitHub
- URL: https://github.com/rossengeorgiev/aprs-python
- Owner: rossengeorgiev
- License: gpl-2.0
- Created: 2014-11-29T21:23:08.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-09-15T02:28:19.000Z (over 1 year ago)
- Last Synced: 2024-12-22T08:04:33.799Z (12 days ago)
- Topics: aprs, aprs-is, parser, python
- Language: Python
- Homepage: http://aprs-python.readthedocs.io/en/latest/
- Size: 295 KB
- Stars: 118
- Watchers: 22
- Forks: 40
- Open Issues: 29
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES
- License: LICENSE
Awesome Lists containing this project
README
APRS library for Python
~~~~~~~~~~~~~~~~~~~~~~~|pypi| |coverage| |master_build| |docs|
A python library for dealing with APRS.
It can be used to interact with APRS-IS servers, sending and receiving.
Parsing functionally is also included, but currently doesn't implement the full spec.See `the documentation `_.
Installation
============To install the latest release from ``pypi``::
pip install aprslib
To install the latest dev version from the `Github repo `_::
pip install git+https://github.com/rossengeorgiev/aprs-python
Contribution
============| Suggestions, issues and pull requests are welcome.
| Just visit the repository at https://github.com/rossengeorgiev/aprs-python.. |pypi| image:: https://img.shields.io/pypi/v/aprslib.svg?style=flat&label=latest%20version
:target: https://pypi.python.org/pypi/aprslib
:alt: Latest version released on PyPi.. |coverage| image:: https://img.shields.io/coveralls/rossengeorgiev/aprs-python/master.svg?style=flat
:target: https://coveralls.io/r/rossengeorgiev/aprs-python?branch=master
:alt: Test coverage.. |master_build| image:: https://github.com/rossengeorgiev/aprs-python/workflows/Tests/badge.svg?branch=master
:target: https://github.com/rossengeorgiev/aprs-python/actions?query=workflow%3A%22Tests%22+branch%3Amaster
:alt: Build status of master branch.. |docs| image:: https://readthedocs.org/projects/aprs-python/badge/?version=latest
:target: http://aprs-python.readthedocs.io/en/latest/?badge=latest
:alt: Documentation status