Metadata-Version: 2.1
Name: aprsd-slack-plugin
Version: 1.2.0
Summary: Amateur radio APRS daemon which listens for messages and responds
Author: Walter A. Boring IV
Author-email: something@somewhere.com
Classifier: Topic :: Communications :: Ham Radio
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
Requires-Dist: aprsd (==3.0.0)
Requires-Dist: aprslib (==0.7.2)
Requires-Dist: attrs (==22.2.0)
Requires-Dist: ax253 (==0.1.5.post1)
Requires-Dist: beautifulsoup4 (==4.11.1)
Requires-Dist: bidict (==0.22.1)
Requires-Dist: bitarray (==2.6.2)
Requires-Dist: certifi (==2022.12.7)
Requires-Dist: cffi (==1.15.1)
Requires-Dist: charset-normalizer (==2.1.1)
Requires-Dist: click (==8.1.3)
Requires-Dist: click-completion (==0.5.2)
Requires-Dist: commonmark (==0.9.1)
Requires-Dist: cryptography (==38.0.1)
Requires-Dist: dacite2 (==2.0.0)
Requires-Dist: dataclasses (==0.6)
Requires-Dist: debtcollector (==2.5.0)
Requires-Dist: dnspython (==2.2.1)
Requires-Dist: eventlet (==0.33.2)
Requires-Dist: flask (==2.1.2)
Requires-Dist: flask-classful (==0.14.2)
Requires-Dist: flask-httpauth (==4.7.0)
Requires-Dist: flask-socketio (==5.3.2)
Requires-Dist: greenlet (==2.0.1)
Requires-Dist: idna (==3.4)
Requires-Dist: imapclient (==2.3.1)
Requires-Dist: importlib-metadata (==6.0.0)
Requires-Dist: itsdangerous (==2.1.2)
Requires-Dist: jinja2 (==3.1.2)
Requires-Dist: kiss3 (==8.0.0)
Requires-Dist: markupsafe (==2.1.1)
Requires-Dist: netaddr (==0.8.0)
Requires-Dist: oslo-config (==9.1.0)
Requires-Dist: oslo-i18n (==5.1.0)
Requires-Dist: pbr (==5.11.0)
Requires-Dist: pluggy (==1.0.0)
Requires-Dist: plumbum (==1.8.1)
Requires-Dist: pycparser (==2.21)
Requires-Dist: pyee (==9.0.4)
Requires-Dist: pygments (==2.14.0)
Requires-Dist: pyopenssl (==23.0.0)
Requires-Dist: pyserial (==3.5)
Requires-Dist: pyserial-asyncio (==0.6)
Requires-Dist: python-engineio (==4.3.4)
Requires-Dist: python-socketio (==5.7.2)
Requires-Dist: pytz (==2022.7)
Requires-Dist: pyyaml (==6.0)
Requires-Dist: requests (==2.28.1)
Requires-Dist: rfc3986 (==2.0.0)
Requires-Dist: rich (==12.6.0)
Requires-Dist: rpyc (==5.3.0)
Requires-Dist: shellingham (==1.5.0.post1)
Requires-Dist: six (==1.16.0)
Requires-Dist: slack-sdk (==3.19.5)
Requires-Dist: slackeventsapi (==3.0.1)
Requires-Dist: soupsieve (==2.3.2.post1)
Requires-Dist: stevedore (==4.1.1)
Requires-Dist: tabulate (==0.9.0)
Requires-Dist: thesmuggler (==1.0.1)
Requires-Dist: typing-extensions (==4.4.0)
Requires-Dist: ua-parser (==0.16.1)
Requires-Dist: update-checker (==0.18.0)
Requires-Dist: urllib3 (==1.26.13)
Requires-Dist: user-agents (==2.2.0)
Requires-Dist: werkzeug (==2.1.2)
Requires-Dist: wrapt (==1.14.1)
Requires-Dist: zipp (==3.11.0)

aprsd_slack_plugin
==================

.. image:: https://github.com/hemna/aprsd-slack-plugin/workflows/python/badge.svg
    :target: https://github.com/hemna/aprsd-slack-plugin/actions

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
    :target: https://black.readthedocs.io/en/stable/

.. image:: https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336
    :target: https://timothycrosley.github.io/isort/

This project is a python plugin for the APRSD server daemon written by
Craig Lamparter.   The plugin looks for location APRS commands from a ham
radio, then reports that location to a slack channel.  This is basically a
location proxy.

Requirements
------------

Python 3.6+.
APRSD - http://github.com/craigerl/aprsd

.. note::

    Because `Python 2.7 supports ended January 1, 2020 <https://pythonclock.org/>`_, new projects
    should consider supporting Python 3 only, which is simpler than trying to support both.
    As a result, support for Python 2.7 in this example project has been dropped.

