LICENSE
README.md
pyproject.toml
setup.py
src/eoddata/__init__.py
src/eoddata/accounting.py
src/eoddata/client.py
src/eoddata/exceptions.py
src/eoddata/api/__init__.py
src/eoddata/api/base.py
src/eoddata/api/corporate.py
src/eoddata/api/exchanges.py
src/eoddata/api/fundamentals.py
src/eoddata/api/metadata.py
src/eoddata/api/quotes.py
src/eoddata/api/symbols.py
src/eoddata/api/technicals.py
src/eoddata_api.egg-info/PKG-INFO
src/eoddata_api.egg-info/SOURCES.txt
src/eoddata_api.egg-info/dependency_links.txt
src/eoddata_api.egg-info/requires.txt
src/eoddata_api.egg-info/top_level.txt
tests/test_accounting.py
tests/test_accounting_comprehensive.py
tests/test_api_modules.py
tests/test_client.py
tests/test_comprehensive.py
tests/test_init.py
tests/test_integration.py