You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Hemna 1c2d0a4006 remove trace 4 months ago
aprsd_stock_plugin remove trace 4 months ago
docs Initial commit 1 year ago
tests Initial commit 1 year ago
.pre-commit-config.yaml Initial commit 1 year ago
AUTHORS Working plugin pulled from aprsd itself. 1 year ago
ChangeLog remove trace 4 months ago
LICENSE Initial commit 1 year ago
Makefile Initial commit 1 year ago
README.rst Updated README 1 year ago
requirements-dev.txt Initial commit 1 year ago
requirements.txt Working plugin pulled from aprsd itself. 1 year ago
setup.cfg Initial commit 1 year ago
setup.py Initial commit 1 year ago
tox.ini Initial commit 1 year ago

README.rst

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