LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
harvest/api/__init__.py
harvest/api/_base.py
harvest/api/dummy.py
harvest/api/paper.py
harvest/api/polygon.py
harvest/api/robinhood.py
harvest/api/yahoo.py
harvest/harvest_python.egg-info/PKG-INFO
harvest/harvest_python.egg-info/SOURCES.txt
harvest/harvest_python.egg-info/dependency_links.txt
harvest/harvest_python.egg-info/requires.txt
harvest/harvest_python.egg-info/top_level.txt
harvest/plugin/__init__.py
harvest/plugin/_base.py
harvest/plugin/dolt_options_plugin.py
harvest/storage/__init__.py
harvest/storage/base_logger.py
harvest/storage/base_storage.py
harvest/storage/csv_storage.py
harvest/storage/database_storage.py
harvest/storage/pickle_storage.py
harvest/trader/__init__.py
harvest/trader/tester.py
harvest/trader/trader.py
test/test_plugin.py