Name | aprsd-wxnow-plugin JSON |
Version |
0.2.0
JSON |
| download |
home_page | |
Summary | APRSD Plugin for getting the closest wx reports to last beacon |
upload_time | 2023-10-08 01:27:31 |
maintainer | |
docs_url | None |
author | Walter A. Boring IV |
requires_python | |
license | Apache-2.0 |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
APRSD Plugin for getting the closest wx reports to last beacon
==============================================================
|PyPI| |Status| |Python Version| |License|
|Read the Docs| |Tests| |Codecov|
|pre-commit|
.. |PyPI| image:: https://img.shields.io/pypi/v/aprsd-wxnow-plugin.svg
:target: https://pypi.org/project/aprsd-wxnow-plugin/
:alt: PyPI
.. |Status| image:: https://img.shields.io/pypi/status/aprsd-wxnow-plugin.svg
:target: https://pypi.org/project/aprsd-wxnow-plugin/
:alt: Status
.. |Python Version| image:: https://img.shields.io/pypi/pyversions/aprsd-wxnow-plugin
:target: https://pypi.org/project/aprsd-wxnow-plugin
:alt: Python Version
.. |License| image:: https://img.shields.io/pypi/l/aprsd-wxnow-plugin
:target: https://opensource.org/licenses/Apache Software License 2.0
:alt: License
.. |Read the Docs| image:: https://img.shields.io/readthedocs/aprsd-wxnow-plugin/latest.svg?label=Read%20the%20Docs
:target: https://aprsd-wxnow-plugin.readthedocs.io/
:alt: Read the documentation at https://aprsd-wxnow-plugin.readthedocs.io/
.. |Tests| image:: https://github.com/hemna/aprsd-wxnow-plugin/workflows/Tests/badge.svg
:target: https://github.com/hemna/aprsd-wxnow-plugin/actions?workflow=Tests
:alt: Tests
.. |Codecov| image:: https://codecov.io/gh/hemna/aprsd-wxnow-plugin/branch/main/graph/badge.svg
:target: https://codecov.io/gh/hemna/aprsd-wxnow-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 Plugin for getting the closest wx reports to last beacon* via pip_ from PyPI_:
.. code:: console
$ pip install aprsd-wxnow-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 `Apache Software License 2.0 license`_,
*APRSD Plugin for getting the closest wx reports to last beacon* 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
.. _Apache Software License 2.0 license: https://opensource.org/licenses/Apache Software License 2.0
.. _PyPI: https://pypi.org/
.. _APRSD Plugin Python Cookiecutter: https://github.com/hemna/cookiecutter-aprsd-plugin
.. _file an issue: https://github.com/hemna/aprsd-wxnow-plugin/issues
.. _pip: https://pip.pypa.io/
.. github-only
.. _Contributor Guide: CONTRIBUTING.rst
.. _Usage: https://aprsd-wxnow-plugin.readthedocs.io/en/latest/usage.html
Raw data
{
"_id": null,
"home_page": "",
"name": "aprsd-wxnow-plugin",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "",
"author": "Walter A. Boring IV",
"author_email": "waboring@hemna.com",
"download_url": "https://files.pythonhosted.org/packages/59/36/c9db6fec4f584b4941531363950744c0bbcc660e47742f8d82847dad0951/aprsd_wxnow_plugin-0.2.0.tar.gz",
"platform": null,
"description": "APRSD Plugin for getting the closest wx reports to last beacon\n==============================================================\n\n|PyPI| |Status| |Python Version| |License|\n\n|Read the Docs| |Tests| |Codecov|\n\n|pre-commit|\n\n.. |PyPI| image:: https://img.shields.io/pypi/v/aprsd-wxnow-plugin.svg\n :target: https://pypi.org/project/aprsd-wxnow-plugin/\n :alt: PyPI\n.. |Status| image:: https://img.shields.io/pypi/status/aprsd-wxnow-plugin.svg\n :target: https://pypi.org/project/aprsd-wxnow-plugin/\n :alt: Status\n.. |Python Version| image:: https://img.shields.io/pypi/pyversions/aprsd-wxnow-plugin\n :target: https://pypi.org/project/aprsd-wxnow-plugin\n :alt: Python Version\n.. |License| image:: https://img.shields.io/pypi/l/aprsd-wxnow-plugin\n :target: https://opensource.org/licenses/Apache Software License 2.0\n :alt: License\n.. |Read the Docs| image:: https://img.shields.io/readthedocs/aprsd-wxnow-plugin/latest.svg?label=Read%20the%20Docs\n :target: https://aprsd-wxnow-plugin.readthedocs.io/\n :alt: Read the documentation at https://aprsd-wxnow-plugin.readthedocs.io/\n.. |Tests| image:: https://github.com/hemna/aprsd-wxnow-plugin/workflows/Tests/badge.svg\n :target: https://github.com/hemna/aprsd-wxnow-plugin/actions?workflow=Tests\n :alt: Tests\n.. |Codecov| image:: https://codecov.io/gh/hemna/aprsd-wxnow-plugin/branch/main/graph/badge.svg\n :target: https://codecov.io/gh/hemna/aprsd-wxnow-plugin\n :alt: Codecov\n.. |pre-commit| image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white\n :target: https://github.com/pre-commit/pre-commit\n :alt: pre-commit\n\n\nFeatures\n--------\n\n* TODO\n\n\nRequirements\n------------\n\n* TODO\n\n\nInstallation\n------------\n\nYou can install *APRSD Plugin for getting the closest wx reports to last beacon* via pip_ from PyPI_:\n\n.. code:: console\n\n $ pip install aprsd-wxnow-plugin\n\n\nUsage\n-----\n\nPlease see the `Command-line Reference <Usage_>`_ for details.\n\n\nContributing\n------------\n\nContributions are very welcome.\nTo learn more, see the `Contributor Guide`_.\n\n\nLicense\n-------\n\nDistributed under the terms of the `Apache Software License 2.0 license`_,\n*APRSD Plugin for getting the closest wx reports to last beacon* is free and open source software.\n\n\nIssues\n------\n\nIf you encounter any problems,\nplease `file an issue`_ along with a detailed description.\n\n\nCredits\n-------\n\nThis project was generated from `@hemna`_'s `APRSD Plugin Python Cookiecutter`_ template.\n\n.. _@hemna: https://github.com/hemna\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _Apache Software License 2.0 license: https://opensource.org/licenses/Apache Software License 2.0\n.. _PyPI: https://pypi.org/\n.. _APRSD Plugin Python Cookiecutter: https://github.com/hemna/cookiecutter-aprsd-plugin\n.. _file an issue: https://github.com/hemna/aprsd-wxnow-plugin/issues\n.. _pip: https://pip.pypa.io/\n.. github-only\n.. _Contributor Guide: CONTRIBUTING.rst\n.. _Usage: https://aprsd-wxnow-plugin.readthedocs.io/en/latest/usage.html\n\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "APRSD Plugin for getting the closest wx reports to last beacon",
"version": "0.2.0",
"project_urls": null,
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "785eeecf324f47e7c4f0869f5654d39cf6acff36ee185e8f46c4173269af3f6d",
"md5": "8e3ce42fd884c378405e7b6ed526376c",
"sha256": "1b47dd2f5b6ad090920217c1526412fabfb7162e28c3352b982fd40f58fe25bb"
},
"downloads": -1,
"filename": "aprsd_wxnow_plugin-0.2.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "8e3ce42fd884c378405e7b6ed526376c",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 11801,
"upload_time": "2023-10-08T01:27:29",
"upload_time_iso_8601": "2023-10-08T01:27:29.170979Z",
"url": "https://files.pythonhosted.org/packages/78/5e/eecf324f47e7c4f0869f5654d39cf6acff36ee185e8f46c4173269af3f6d/aprsd_wxnow_plugin-0.2.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "5936c9db6fec4f584b4941531363950744c0bbcc660e47742f8d82847dad0951",
"md5": "cd56dc7913f39c278c79f88e7668717a",
"sha256": "baf596a6f068927916a7846cd17c7caa201f3f7f945991b07e16933455d5ca50"
},
"downloads": -1,
"filename": "aprsd_wxnow_plugin-0.2.0.tar.gz",
"has_sig": false,
"md5_digest": "cd56dc7913f39c278c79f88e7668717a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 16737,
"upload_time": "2023-10-08T01:27:31",
"upload_time_iso_8601": "2023-10-08T01:27:31.015329Z",
"url": "https://files.pythonhosted.org/packages/59/36/c9db6fec4f584b4941531363950744c0bbcc660e47742f8d82847dad0951/aprsd_wxnow_plugin-0.2.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-10-08 01:27:31",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "aprsd-wxnow-plugin"
}