Name | aprsd-timeopencage-plugin JSON |
Version |
0.2.0
JSON |
| download |
home_page | |
Summary | APRSD plugin for fetching time based on GPS location |
upload_time | 2023-01-10 17:07:12 |
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 Time using OpenCage
====================================
|PyPI| |Status| |Python Version| |License|
|Read the Docs| |Tests| |Codecov|
|pre-commit|
.. |PyPI| image:: https://img.shields.io/pypi/v/aprsd-timeopencage-plugin.svg
:target: https://pypi.org/project/aprsd-timeopencage-plugin/
:alt: PyPI
.. |Status| image:: https://img.shields.io/pypi/status/aprsd-timeopencage-plugin.svg
:target: https://pypi.org/project/aprsd-timeopencage-plugin/
:alt: Status
.. |Python Version| image:: https://img.shields.io/pypi/pyversions/aprsd-timeopencage-plugin
:target: https://pypi.org/project/aprsd-timeopencage-plugin
:alt: Python Version
.. |License| image:: https://img.shields.io/pypi/l/aprsd-timeopencage-plugin
:target: https://opensource.org/licenses/Apache Software License 2.0
:alt: License
.. |Read the Docs| image:: https://img.shields.io/readthedocs/aprsd-timeopencage-plugin/latest.svg?label=Read%20the%20Docs
:target: https://aprsd-timeopencage-plugin.readthedocs.io/
:alt: Read the documentation at https://aprsd-timeopencage-plugin.readthedocs.io/
.. |Tests| image:: https://github.com/hemna/aprsd-timeopencage-plugin/workflows/Tests/badge.svg
:target: https://github.com/hemna/aprsd-timeopencage-plugin/actions?workflow=Tests
:alt: Tests
.. |Codecov| image:: https://codecov.io/gh/hemna/aprsd-timeopencage-plugin/branch/main/graph/badge.svg
:target: https://codecov.io/gh/hemna/aprsd-timeopencage-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 Time using OpenCage* via pip_ from PyPI_:
.. code:: console
$ pip install aprsd-timeopencage-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 Time using OpenCage* 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-timeopencage-plugin/issues
.. _pip: https://pip.pypa.io/
.. github-only
.. _Contributor Guide: CONTRIBUTING.rst
.. _Usage: https://aprsd-timeopencage-plugin.readthedocs.io/en/latest/usage.html
Raw data
{
"_id": null,
"home_page": "",
"name": "aprsd-timeopencage-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/65/c4/e931e1eba0e2c09b6a7a528993dc3bf2cc7fdb29fbf5a6023892e4bbe0a9/aprsd_timeopencage_plugin-0.2.0.tar.gz",
"platform": null,
"description": "APRSD plugin for Time using OpenCage\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-timeopencage-plugin.svg\n :target: https://pypi.org/project/aprsd-timeopencage-plugin/\n :alt: PyPI\n.. |Status| image:: https://img.shields.io/pypi/status/aprsd-timeopencage-plugin.svg\n :target: https://pypi.org/project/aprsd-timeopencage-plugin/\n :alt: Status\n.. |Python Version| image:: https://img.shields.io/pypi/pyversions/aprsd-timeopencage-plugin\n :target: https://pypi.org/project/aprsd-timeopencage-plugin\n :alt: Python Version\n.. |License| image:: https://img.shields.io/pypi/l/aprsd-timeopencage-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-timeopencage-plugin/latest.svg?label=Read%20the%20Docs\n :target: https://aprsd-timeopencage-plugin.readthedocs.io/\n :alt: Read the documentation at https://aprsd-timeopencage-plugin.readthedocs.io/\n.. |Tests| image:: https://github.com/hemna/aprsd-timeopencage-plugin/workflows/Tests/badge.svg\n :target: https://github.com/hemna/aprsd-timeopencage-plugin/actions?workflow=Tests\n :alt: Tests\n.. |Codecov| image:: https://codecov.io/gh/hemna/aprsd-timeopencage-plugin/branch/main/graph/badge.svg\n :target: https://codecov.io/gh/hemna/aprsd-timeopencage-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 Time using OpenCage* via pip_ from PyPI_:\n\n.. code:: console\n\n $ pip install aprsd-timeopencage-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 Time using OpenCage* 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-timeopencage-plugin/issues\n.. _pip: https://pip.pypa.io/\n.. github-only\n.. _Contributor Guide: CONTRIBUTING.rst\n.. _Usage: https://aprsd-timeopencage-plugin.readthedocs.io/en/latest/usage.html\n\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "APRSD plugin for fetching time based on GPS location",
"version": "0.2.0",
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "6fdf276938d2b477994ae5465fe4ed7a375f0bea7b5fc593bcdfbb8a0d4885ec",
"md5": "0156bc0ca66ef5d2db480d8640728ac9",
"sha256": "74a8e67871acf32dfbe00e00ec15130e53f1dd5fdb3ef65fbed17d46f65cbaad"
},
"downloads": -1,
"filename": "aprsd_timeopencage_plugin-0.2.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "0156bc0ca66ef5d2db480d8640728ac9",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 11185,
"upload_time": "2023-01-10T17:07:11",
"upload_time_iso_8601": "2023-01-10T17:07:11.301956Z",
"url": "https://files.pythonhosted.org/packages/6f/df/276938d2b477994ae5465fe4ed7a375f0bea7b5fc593bcdfbb8a0d4885ec/aprsd_timeopencage_plugin-0.2.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "65c4e931e1eba0e2c09b6a7a528993dc3bf2cc7fdb29fbf5a6023892e4bbe0a9",
"md5": "4274bee13dd27944eaa4840869e98a5c",
"sha256": "c88d713fa01e5078c5c806cf9ec1752a4f53697eab2dc86df649ca9a34e6e41f"
},
"downloads": -1,
"filename": "aprsd_timeopencage_plugin-0.2.0.tar.gz",
"has_sig": false,
"md5_digest": "4274bee13dd27944eaa4840869e98a5c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 15660,
"upload_time": "2023-01-10T17:07:12",
"upload_time_iso_8601": "2023-01-10T17:07:12.831506Z",
"url": "https://files.pythonhosted.org/packages/65/c4/e931e1eba0e2c09b6a7a528993dc3bf2cc7fdb29fbf5a6023892e4bbe0a9/aprsd_timeopencage_plugin-0.2.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-01-10 17:07:12",
"github": false,
"gitlab": false,
"bitbucket": false,
"lcname": "aprsd-timeopencage-plugin"
}