Metadata-Version: 2.1
Name: rug
Version: 0.1.2
Summary: Library for fetching various stock data from the internet (official and unofficial APIs).
Home-page: https://github.com/im-n1/rug
License: MIT
Author: Pavel Hrdina, Patrick Roach
Requires-Python: >=3.7,<4.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries
Requires-Dist: httpx (>=0.11.1,<0.12.0)
Project-URL: Documentation, https://rug.readthedocs.io/en/latest/
Project-URL: Repository, https://github.com/im-n1/rug
Description-Content-Type: text/markdown

# Rug

* [PyPI](https://pypi.org/project/rug/)
* [documentation](https://rug.readthedocs.io/en/latest/) ![Documentation Status](https://readthedocs.org/projects/rug/badge/?version=latest)

## Changelog

### 0.1.2
* `get_dividends()` now returns dividend `amount` too

### 0.1.1
* dates are now `datetime.date` instance

### 0.1
* initial release

