LICENSE
README.md
pyproject.toml
src/binomialhash/__init__.py
src/binomialhash/_bootstrap_core.py
src/binomialhash/_manifold_methods.py
src/binomialhash/_stats_methods.py
src/binomialhash/context.py
src/binomialhash/core.py
src/binomialhash/extract.py
src/binomialhash/insights.py
src/binomialhash/middleware.py
src/binomialhash/predicates.py
src/binomialhash/schema.py
src/binomialhash/typing_model.py
src/binomialhash.egg-info/PKG-INFO
src/binomialhash.egg-info/SOURCES.txt
src/binomialhash.egg-info/dependency_links.txt
src/binomialhash.egg-info/requires.txt
src/binomialhash.egg-info/top_level.txt
src/binomialhash/adapters/__init__.py
src/binomialhash/adapters/anthropic.py
src/binomialhash/adapters/common.py
src/binomialhash/adapters/gemini.py
src/binomialhash/adapters/openai.py
src/binomialhash/adapters/xai.py
src/binomialhash/exporters/__init__.py
src/binomialhash/exporters/artifact.py
src/binomialhash/exporters/chunks.py
src/binomialhash/exporters/csv.py
src/binomialhash/exporters/excel.py
src/binomialhash/exporters/markdown.py
src/binomialhash/exporters/rows.py
src/binomialhash/manifold/__init__.py
src/binomialhash/manifold/axes.py
src/binomialhash/manifold/builder.py
src/binomialhash/manifold/diagnostics.py
src/binomialhash/manifold/grid.py
src/binomialhash/manifold/navigation.py
src/binomialhash/manifold/spatial.py
src/binomialhash/manifold/structures.py
src/binomialhash/manifold/topology.py
src/binomialhash/stats/__init__.py
src/binomialhash/stats/_helpers.py
src/binomialhash/stats/causal.py
src/binomialhash/stats/dependency.py
src/binomialhash/stats/drivers.py
src/binomialhash/stats/dynamics.py
src/binomialhash/stats/laws.py
src/binomialhash/stats/quality.py
src/binomialhash/stats/regression.py
src/binomialhash/stats/structure.py
src/binomialhash/tokenizers/__init__.py
src/binomialhash/tokenizers/anthropic.py
src/binomialhash/tokenizers/common.py
src/binomialhash/tokenizers/gemini.py
src/binomialhash/tokenizers/openai.py
src/binomialhash/tokenizers/xai.py
src/binomialhash/tools/__init__.py
src/binomialhash/tools/base.py
src/binomialhash/tools/export.py
src/binomialhash/tools/manifold.py
src/binomialhash/tools/retrieval.py
src/binomialhash/tools/stats.py