.zenodo.json
CHANGELOG.md
CITATION.cff
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
REPRODUCIBILITY.md
SECURITY.md
codemeta.json
mkdocs.yml
pyproject.toml
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.yml
.github/workflows/ci.yml
.github/workflows/docs.yml
.github/workflows/release.yml
config/paper-public.yml
docs/dashboard.md
docs/data.md
docs/evaluation.md
docs/index.md
docs/methodology.md
docs/quickstart.md
docs/api/data.md
docs/api/evaluation.md
docs/api/fractal.md
docs/api/information.md
docs/api/mii.md
docs/api/networks.md
examples/notebooks/01_market_intelligence_index.ipynb
examples/notebooks/02_walk_forward_indicators.ipynb
examples/notebooks/03_information_network_diagnostics.ipynb
src/marketmind/__init__.py
src/marketmind/_validation.py
src/marketmind/backtest.py
src/marketmind/cli.py
src/marketmind/dashboard.py
src/marketmind/data.py
src/marketmind/fractal.py
src/marketmind/indicators.py
src/marketmind/information.py
src/marketmind/mii.py
src/marketmind/networks.py
src/marketmind/pipeline.py
src/marketmind/regimes.py
src/marketmind/robustness.py
src/marketmind/statistics.py
src/marketmind/synthetic.py
src/marketmind.egg-info/PKG-INFO
src/marketmind.egg-info/SOURCES.txt
src/marketmind.egg-info/dependency_links.txt
src/marketmind.egg-info/entry_points.txt
src/marketmind.egg-info/requires.txt
src/marketmind.egg-info/top_level.txt
tests/test_fractal_information.py
tests/test_indicators_backtest.py
tests/test_mii_data_pipeline.py
tests/test_networks_regimes.py
tests/test_robustness.py