.gitignore
CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
examples/data_loading_example.py
examples/factor_api_example.py
examples/performance_example.py
examples/quickstart.py
examples/sqlite_example.py
factr/__init__.py
factr/classifiers.py
factr/custom.py
factr/datasets.py
factr/factors.py
factr/pipeline.py
factr/py.typed
factr/universe.py
factr.egg-info/PKG-INFO
factr.egg-info/SOURCES.txt
factr.egg-info/dependency_links.txt
factr.egg-info/requires.txt
factr.egg-info/top_level.txt
factr/core/__init__.py
factr/core/factor.py
factr/core/scope.py
factr/data/__init__.py
factr/data/alignment.py
factr/data/binding.py
factr/data/config.py
factr/data/context.py
factr/data/loaders.py
factr/data/sources.py
tests/__init__.py
tests/test_column_fields.py
tests/test_column_name_collision.py
tests/test_column_selection.py
tests/test_core.py
tests/test_correctness_chains.py
tests/test_correctness_edge_cases.py
tests/test_correctness_golden.py
tests/test_correctness_point_in_time.py
tests/test_correctness_scope.py
tests/test_custom.py
tests/test_custom_factor.py
tests/test_data_binding.py
tests/test_data_sources.py
tests/test_dataset_dependencies.py
tests/test_dataset_loading.py
tests/test_datasets.py
tests/test_factors.py
tests/test_new_indicators.py
tests/test_pipeline_factors.py
tests/test_point_in_time.py
tests/test_scope_transition.py
tests/test_sql_source.py
tests/test_universe.py