LICENSE.txt
README.md
pyproject.toml
scripts/generate_rule_classes.py
sigtech/__init__.py
sigtech.egg-info/PKG-INFO
sigtech.egg-info/SOURCES.txt
sigtech.egg-info/dependency_links.txt
sigtech.egg-info/requires.txt
sigtech.egg-info/top_level.txt
sigtech/api/__init__.py
sigtech/api/version.py
sigtech/api/client/__init__.py
sigtech/api/client/client.py
sigtech/api/client/response.py
sigtech/api/client/utils.py
sigtech/api/data/__init__.py
sigtech/api/data/utils.py
sigtech/api/data/validation.py
sigtech/api/data/rules/__init__.py
sigtech/api/data/rules/absolute_change_rule.py
sigtech/api/data/rules/large_gaps_rule.py
sigtech/api/data/rules/leading_zeros_rule.py
sigtech/api/data/rules/missing_reference_data_rule.py
sigtech/api/data/rules/no_null_rule.py
sigtech/api/data/rules/percentage_change_rule.py
sigtech/api/data/rules/stale_value_rule.py
sigtech/api/data/rules/value_in_range_rule.py
sigtech/api/data/rules/z_score_rule.py
sigtech/api/data/transforms/__init__.py
sigtech/api/data/transforms/fill_categorical_missing_value.py
sigtech/api/framework/__init__.py
sigtech/api/framework/basket_strategy.py
sigtech/api/framework/environment.py
sigtech/api/framework/framework_api_object.py
sigtech/api/framework/instrument_base.py
sigtech/api/framework/rolling_future_strategy.py
sigtech/api/framework/signal_strategy.py
sigtech/api/framework/strategy_base.py
tests/test_client.py
tests/test_examples.py
tests/test_response.py
tests/test_utils.py