.gitignore
Cargo.toml
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements-docs.txt
requirements-kafka.txt
requirements.txt
setup.py
tox.ini
.github/workflows/ci.yml
.github/workflows/docs.yml
.github/workflows/publish.yml
docs/analytics_calculations.rst
docs/api.rst
docs/brand.rst
docs/concepts.rst
docs/conf.py
docs/finance_concepts.rst
docs/getting_started.rst
docs/index.rst
docs/schemas.rst
docs/streaming.rst
docs/_static/brand.css
docs/_static/fincore-wordmark.svg
examples/01_data_discovery.py
examples/02_batch_analytics.py
examples/03_streaming_metrics.py
examples/04_external_rows.py
examples/05_kafka_publish.py
examples/README.md
python/fincore/__init__.py
python/fincore/_version.py
python/fincore/analytics/__init__.py
python/fincore/analytics/engine.py
python/fincore/analytics/models.py
python/fincore/analytics/normalize.py
python/fincore/data/__init__.py
python/fincore/data/client.py
python/fincore/data/events.py
python/fincore/data/kafka.py
python/fincore/data/sources.py
python/fincore/data/utils.py
python/fincore_py.egg-info/PKG-INFO
python/fincore_py.egg-info/SOURCES.txt
python/fincore_py.egg-info/dependency_links.txt
python/fincore_py.egg-info/not-zip-safe
python/fincore_py.egg-info/requires.txt
python/fincore_py.egg-info/top_level.txt
src/analytics.rs
src/errors.rs
src/lib.rs
src/models.rs
src/pyconvert.rs
src/sources.rs
tests/conftest.py
tests/test_analytics.py
tests/test_data_client.py
tests/test_events.py
tests/test_utils.py