COPYING
LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
F4RATK.egg-info/PKG-INFO
F4RATK.egg-info/SOURCES.txt
F4RATK.egg-info/dependency_links.txt
F4RATK.egg-info/entry_points.txt
F4RATK.egg-info/requires.txt
F4RATK.egg-info/top_level.txt
f4ratk/__init__.py
f4ratk/__main__.py
f4ratk/converter.py
f4ratk/data_reader.py
f4ratk/directories.py
f4ratk/domain.py
f4ratk/exchange.py
f4ratk/fama.py
f4ratk/history.py
f4ratk/infrastructure.py
f4ratk/shared.py
f4ratk/analyze/__init__.py
f4ratk/analyze/analyze.py
f4ratk/analyze/api.py
f4ratk/analyze/evaluation.py
f4ratk/analyze/regression.py
f4ratk/cli/__init__.py
f4ratk/cli/commands.py
f4ratk/cli/output.py
f4ratk/cli/types.py
f4ratk/file/__init__.py
f4ratk/file/analyze.py
f4ratk/file/api.py
f4ratk/file/reader.py
f4ratk/portfolio/__init__.py
f4ratk/portfolio/analyze.py
f4ratk/portfolio/api.py
f4ratk/portfolio/ports.py
f4ratk/portfolio/reader/__init__.py
f4ratk/portfolio/reader/api.py
f4ratk/portfolio/reader/nodes.py
f4ratk/portfolio/reader/reader.py
f4ratk/ticker/__init__.py
f4ratk/ticker/analyze.py
f4ratk/ticker/api.py
f4ratk/ticker/reader.py
f4ratk/web/__init__.py
f4ratk/web/__main__.py
f4ratk/web/controller.py
f4ratk/web/infrastructure.py
f4ratk/web/server.py
f4ratk/web/mail/__init__.py
f4ratk/web/mail/controller.py
f4ratk/web/mail/mail.py
tests/__init__.py
tests/conftest.py
tests/test_cache.py
tests/test_data_reader.py
tests/test_exchange.py
tests/test_fama.py
tests/test_fama_request.py
tests/test_historian.py