Metadata-Version: 2.0
Name: aprslib
Version: 0.6.43
Summary: Module for accessing APRS-IS and parsing APRS packets
Home-page: https://github.com/rossengeorgiev/aprs-python
Author: Rossen Georgiev
Author-email: hello@rgp.io
License: GPLv2
Keywords: aprs aprslib parse parsing aprs-is library base91
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Communications :: Ham Radio

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



