Go to file
Hemna 41468d5467 Fixed to work with utils_refactor 2021-10-06 15:55:53 -04:00
.github/workflows fixed tests for tox 2021-06-17 13:37:07 -04:00
aprsd_slack_plugin Fixed to work with utils_refactor 2021-10-06 15:55:53 -04:00
docs Added Makefile, pre-commit. Also update for 1.5.0 2021-01-12 16:00:18 -05:00
tests fixed tests after refactoring 2021-06-17 13:32:55 -04:00
.gitignore Added Makefile, pre-commit. Also update for 1.5.0 2021-01-12 16:00:18 -05:00
.pre-commit-config.yaml Added Makefile, pre-commit. Also update for 1.5.0 2021-01-12 16:00:18 -05:00
AUTHORS Added Makefile, pre-commit. Also update for 1.5.0 2021-01-12 16:00:18 -05:00
ChangeLog fixed tests for tox 2021-06-17 13:37:07 -04:00
LICENSE.txt Added Makefile, pre-commit. Also update for 1.5.0 2021-01-12 16:00:18 -05:00
MANIFEST.in Initial commit 2020-12-14 09:50:39 -05:00
Makefile Updated slack formatting 2021-06-15 17:28:35 -04:00
README.rst Added Makefile, pre-commit. Also update for 1.5.0 2021-01-12 16:00:18 -05:00
dev-requirements.in Updated slack formatting 2021-06-15 17:28:35 -04:00
dev-requirements.txt Updated slack formatting 2021-06-15 17:28:35 -04:00
pyproject.toml Initial commit 2020-12-14 09:50:39 -05:00
requirements.in prep for release 2021-06-17 13:26:31 -04:00
requirements.txt Added geo description in location. 2021-07-09 11:24:46 -04:00
setup.cfg Added Makefile, pre-commit. Also update for 1.5.0 2021-01-12 16:00:18 -05:00
setup.py Initial commit 2020-12-14 09:50:39 -05:00
tox.ini fixed tests for tox 2021-06-17 13:37:07 -04:00

README.rst

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.