📡 Python module for working with APRS
Go to file
Rossen Georgiev a04cb87a75 added PositionReport object 2016-01-24 06:42:39 +00:00
aprslib added PositionReport object 2016-01-24 06:42:39 +00:00
docs added doc source files (sphinx) [ci skip] 2016-01-20 09:28:35 +00:00
tests split parsing module into submodules 2016-01-21 04:38:57 +00:00
.gitignore init code clean up + code comments 2014-12-30 17:35:17 +00:00
.scrutinizer.yml added scrutinizer 2016-01-21 00:58:04 +00:00
.travis.yml run ocular on travis 2016-01-21 02:21:12 +00:00
CHANGES added PositionReport object 2016-01-24 06:42:39 +00:00
LICENSE applied GPLv2 license 2014-12-14 23:40:01 +00:00
MANIFEST.in updated README; bump v0.6.32 2014-12-31 21:41:38 +00:00
Makefile added bdist_wheel to Makefile 2015-07-18 06:51:30 +01:00
README.rst added scrutinizer 2016-01-21 00:58:04 +00:00
req.txt use unittest2, so tests run under py2.6 2015-05-16 22:04:22 +01:00
setup.py fix #12, fixed rounding error, code refactor 2016-01-19 22:22:09 +00:00

README.rst

APRS library for Python
~~~~~~~~~~~~~~~~~~~~~~~

|pypi| |coverage| |scru| |master_build|

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 `full documentation <http://rgp.io/aprs-python/>`_.

Installation
============

To install the latest release from ``pypi``::

    pip install aprslib

To install the latest dev version from the `Github repo <https://github.com/rossengeorgiev/aprs-python://github.com/rossengeorgiev/aprs-python/>`_::

    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

.. |scru| image:: https://scrutinizer-ci.com/g/rossengeorgiev/aprs-python/badges/quality-score.png?b=master
    :target: https://scrutinizer-ci.com/g/rossengeorgiev/aprs-python/?branch=master
    :alt: Scrutinizer score

.. |master_build| image:: https://img.shields.io/travis/rossengeorgiev/aprs-python/master.svg?style=flat&label=master%20build
    :target: http://travis-ci.org/rossengeorgiev/aprs-python
    :alt: Build status of master branch