LICENSE.txt
README.md
pyproject.toml
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/client/__init__.py
sigtech/api/client/client.py
sigtech/api/client/response.py
sigtech/api/client/utils.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