Go to file
Hemna 872ffd6ce4 don't dump the packet when you get it from weewx 2023-10-06 16:28:56 -04:00
.github Create FUNDING.yml 2021-12-14 11:15:11 -05:00
aprsd_weewx_plugin don't dump the packet when you get it from weewx 2023-10-06 16:28:56 -04:00
docs Initial commit 2021-09-12 12:04:35 -04:00
tests Initial commit 2021-09-12 12:04:35 -04:00
.pre-commit-config.yaml Initial commit 2021-09-12 12:04:35 -04:00
AUTHORS Update to aprsd 3.0.0 and include config options! 2022-12-29 12:18:16 -05:00
ChangeLog Update building WeatherPacket 2023-10-06 16:26:51 -04:00
LICENSE Initial commit 2021-09-12 12:04:35 -04:00
Makefile Working with pre 2.7.0 2022-12-20 12:23:31 -05:00
README.rst Fixed README.rst formatting 2021-09-14 14:52:43 -04:00
requirements-dev.txt Initial commit 2021-09-12 12:04:35 -04:00
requirements.txt Update to aprsd 3.0.0 and include config options! 2022-12-29 12:18:16 -05:00
setup.cfg Update to aprsd 3.0.0 and include config options! 2022-12-29 12:18:16 -05:00
setup.py Initial commit 2021-09-12 12:04:35 -04:00
tox.ini Initial commit 2021-09-12 12:04:35 -04:00

README.rst

APRSD Weewx Plugin
===================

|PyPI| |Status| |Python Version| |License|

|Read the Docs| |Tests| |Codecov|

|pre-commit|

.. |PyPI| image:: https://img.shields.io/pypi/v/aprsd-weewx-plugin.svg
   :target: https://pypi.org/project/aprsd-weewx-plugin/
   :alt: PyPI
.. |Status| image:: https://img.shields.io/pypi/status/aprsd-weewx-plugin.svg
   :target: https://pypi.org/project/aprsd-weewx-plugin/
   :alt: Status
.. |Python Version| image:: https://img.shields.io/pypi/pyversions/aprsd-weewx-plugin
   :target: https://pypi.org/project/aprsd-weewx-plugin
   :alt: Python Version
.. |License| image:: https://img.shields.io/pypi/l/aprsd-weewx-plugin
   :target: https://opensource.org/licenses/GNU GPL v3.0
   :alt: License
.. |Read the Docs| image:: https://img.shields.io/readthedocs/aprsd-weewx-plugin/latest.svg?label=Read%20the%20Docs
   :target: https://aprsd-weewx-plugin.readthedocs.io/
   :alt: Read the documentation at https://aprsd-weewx-plugin.readthedocs.io/
.. |Tests| image:: https://github.com/hemna/aprsd-weewx-plugin/workflows/Tests/badge.svg
   :target: https://github.com/hemna/aprsd-weewx-plugin/actions?workflow=Tests
   :alt: Tests
.. |Codecov| image:: https://codecov.io/gh/hemna/aprsd-weewx-plugin/branch/main/graph/badge.svg
   :target: https://codecov.io/gh/hemna/aprsd-weewx-plugin
   :alt: Codecov
.. |pre-commit| image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white
   :target: https://github.com/pre-commit/pre-commit
   :alt: pre-commit


Features
--------

* TODO


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

* TODO


Installation
------------

You can install *APRSD Weewx Plugin* via pip_ from PyPI_:

.. code:: console

   $ pip install aprsd-weewx-plugin


Usage
-----

Please see the `Command-line Reference <Usage_>`_ for details.


Contributing
------------

Contributions are very welcome.
To learn more, see the `Contributor Guide`_.


License
-------

Distributed under the terms of the `GNU GPL v3.0 license`_,
*APRSD Weewx Plugin* is free and open source software.


Issues
------

If you encounter any problems,
please `file an issue`_ along with a detailed description.


Credits
-------

This project was generated from `@hemna`_'s `APRSD Plugin Python Cookiecutter`_ template.

.. _@hemna: https://github.com/hemna
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _GNU GPL v3.0 license: https://opensource.org/licenses/GNU GPL v3.0
.. _PyPI: https://pypi.org/
.. _APRSD Plugin Python Cookiecutter: https://github.com/hemna/cookiecutter-aprsd-plugin
.. _file an issue: https://github.com/hemna/aprsd-weewx-plugin/issues
.. _pip: https://pip.pypa.io/
.. github-only
.. _Contributor Guide: CONTRIBUTING.rst
.. _Usage: https://aprsd-weewx-plugin.readthedocs.io/en/latest/usage.html