Warning
This project is in early development and should not be used in production.
A lightweight Python client for easy access to EODH APIs.
pip install pyeodh
See example notebooks.
Install poetry - https://python-poetry.org/docs/#installation
Install package dependencies:
make install
Run QA checks and tests:
make check
make test
To recreate all VCR cassettes run:
make record=rewrite test
or only extend with new requests by using record=new_episodes