aprsd-stock-plugin


Nameaprsd-stock-plugin JSON
Version 0.1.3 PyPI version JSON
download
home_page
SummaryHam Radio APRSD Plugin for fetching stock quotes
upload_time2022-12-02 18:56:20
maintainer
docs_urlNone
authorWalter A. Boring IV
requires_python
licenseApache-2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            APRSD Yahoo Finance Stock Quotes
================================

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

|Read the Docs| |Tests| |Codecov|

|pre-commit|

.. |PyPI| image:: https://img.shields.io/pypi/v/aprsd-stock-plugin.svg
   :target: https://pypi.org/project/aprsd-stock-plugin/
   :alt: PyPI
.. |Status| image:: https://img.shields.io/pypi/status/aprsd-stock-plugin.svg
   :target: https://pypi.org/project/aprsd-stock-plugin/
   :alt: Status
.. |Python Version| image:: https://img.shields.io/pypi/pyversions/aprsd-stock-plugin
   :target: https://pypi.org/project/aprsd-stock-plugin
   :alt: Python Version
.. |License| image:: https://img.shields.io/pypi/l/aprsd-stock-plugin
   :target: https://opensource.org/licenses/Apache Software License 2.0
   :alt: License
.. |Read the Docs| image:: https://img.shields.io/readthedocs/aprsd-stock-plugin/latest.svg?label=Read%20the%20Docs
   :target: https://aprsd-stock-plugin.readthedocs.io/
   :alt: Read the documentation at https://aprsd-stock-plugin.readthedocs.io/
.. |Tests| image:: https://github.com/hemna/aprsd-stock-plugin/workflows/Tests/badge.svg
   :target: https://github.com/hemna/aprsd-stock-plugin/actions?workflow=Tests
   :alt: Tests
.. |Codecov| image:: https://codecov.io/gh/hemna/aprsd-stock-plugin/branch/main/graph/badge.svg
   :target: https://codecov.io/gh/hemna/aprsd-stock-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
--------

* APRSD Plugin that gets a stock quote from Yahoo Finance python API and returns that.


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

You can install *APRSD Yahoo Finance Stock Quotes* via pip_ from PyPI_:

.. code:: console

   $ pip install aprsd-stock-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 Yahoo Finance Stock Quotes* 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-stock-plugin/issues
.. _pip: https://pip.pypa.io/
.. github-only
.. _Contributor Guide: CONTRIBUTING.rst
.. _Usage: https://aprsd-stock-plugin.readthedocs.io/en/latest/usage.html


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "aprsd-stock-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/8c/3f/792029ccfce10fb5d7dd66e8e4ccc60cafd04968bae039a6ec8a437fe093/aprsd_stock_plugin-0.1.3.tar.gz",
    "platform": null,
    "description": "APRSD Yahoo Finance Stock Quotes\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-stock-plugin.svg\n   :target: https://pypi.org/project/aprsd-stock-plugin/\n   :alt: PyPI\n.. |Status| image:: https://img.shields.io/pypi/status/aprsd-stock-plugin.svg\n   :target: https://pypi.org/project/aprsd-stock-plugin/\n   :alt: Status\n.. |Python Version| image:: https://img.shields.io/pypi/pyversions/aprsd-stock-plugin\n   :target: https://pypi.org/project/aprsd-stock-plugin\n   :alt: Python Version\n.. |License| image:: https://img.shields.io/pypi/l/aprsd-stock-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-stock-plugin/latest.svg?label=Read%20the%20Docs\n   :target: https://aprsd-stock-plugin.readthedocs.io/\n   :alt: Read the documentation at https://aprsd-stock-plugin.readthedocs.io/\n.. |Tests| image:: https://github.com/hemna/aprsd-stock-plugin/workflows/Tests/badge.svg\n   :target: https://github.com/hemna/aprsd-stock-plugin/actions?workflow=Tests\n   :alt: Tests\n.. |Codecov| image:: https://codecov.io/gh/hemna/aprsd-stock-plugin/branch/main/graph/badge.svg\n   :target: https://codecov.io/gh/hemna/aprsd-stock-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* APRSD Plugin that gets a stock quote from Yahoo Finance python API and returns that.\n\n\nInstallation\n------------\n\nYou can install *APRSD Yahoo Finance Stock Quotes* via pip_ from PyPI_:\n\n.. code:: console\n\n   $ pip install aprsd-stock-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 Yahoo Finance Stock Quotes* 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-stock-plugin/issues\n.. _pip: https://pip.pypa.io/\n.. github-only\n.. _Contributor Guide: CONTRIBUTING.rst\n.. _Usage: https://aprsd-stock-plugin.readthedocs.io/en/latest/usage.html\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Ham Radio APRSD Plugin for fetching stock quotes",
    "version": "0.1.3",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "4c5e44dc86ac4ad13f70127e44842ecf",
                "sha256": "7e4fa5f3caee536be0839e4eeaaa5e4eaab4f5ea2da4ea2a93fe51feabc37a26"
            },
            "downloads": -1,
            "filename": "aprsd_stock_plugin-0.1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4c5e44dc86ac4ad13f70127e44842ecf",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 8031,
            "upload_time": "2022-12-02T18:56:19",
            "upload_time_iso_8601": "2022-12-02T18:56:19.179594Z",
            "url": "https://files.pythonhosted.org/packages/ab/b8/4cedf6acec1f17e14940724d29c975ca6e40834464e318e720f556e2b2e1/aprsd_stock_plugin-0.1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "24afbb930fe8b3b1e1fd70a25e587fff",
                "sha256": "651ca0058eed7fe327432ce8885aa5bc86d27010a8b0cff4d08c8a4d3e9ce128"
            },
            "downloads": -1,
            "filename": "aprsd_stock_plugin-0.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "24afbb930fe8b3b1e1fd70a25e587fff",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 13808,
            "upload_time": "2022-12-02T18:56:20",
            "upload_time_iso_8601": "2022-12-02T18:56:20.957580Z",
            "url": "https://files.pythonhosted.org/packages/8c/3f/792029ccfce10fb5d7dd66e8e4ccc60cafd04968bae039a6ec8a437fe093/aprsd_stock_plugin-0.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-02 18:56:20",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "aprsd-stock-plugin"
}
        
Elapsed time: 0.01532s