LICENSE
README.md
pyproject.toml
quantalytics/__init__.py
quantalytics.egg-info/PKG-INFO
quantalytics.egg-info/SOURCES.txt
quantalytics.egg-info/dependency_links.txt
quantalytics.egg-info/requires.txt
quantalytics.egg-info/top_level.txt
quantalytics/analytics/__init__.py
quantalytics/analytics/benchmarks.py
quantalytics/analytics/metrics.py
quantalytics/analytics/stats.py
quantalytics/charts/__init__.py
quantalytics/charts/timeseries.py
quantalytics/reports/__init__.py
quantalytics/reports/metric_registry.py
quantalytics/reports/metrics.py
quantalytics/reports/tearsheet.py
quantalytics/reports/templates/tearsheet.html
quantalytics/utils/__init__.py
quantalytics/utils/timeseries.py
tests/test_benchmarks.py
tests/test_charts.py
tests/test_metrics_module.py
tests/test_performance_by_period.py
tests/test_reporting.py
tests/test_stats_module.py
tests/test_timeseries.py