LICENSE
README.md
pyproject.toml
src/sory/__init__.py
src/sory/client.py
src/sory/config.py
src/sory/errors.py
src/sory/licence.py
src/sory/py.typed
src/sory/types.py
src/sory.egg-info/PKG-INFO
src/sory.egg-info/SOURCES.txt
src/sory.egg-info/dependency_links.txt
src/sory.egg-info/requires.txt
src/sory.egg-info/top_level.txt
src/sory/execution/__init__.py
src/sory/execution/order.py
src/sory/execution/router.py
src/sory/execution/store.py
src/sory/marketdata/__init__.py
src/sory/marketdata/aggregator.py
src/sory/marketdata/book.py
src/sory/marketdata/health.py
src/sory/marketdata/trades.py
src/sory/utils/__init__.py
src/sory/utils/logger.py
src/sory/venues/__init__.py
src/sory/venues/base.py
src/sory/venues/bitfinex.py
src/sory/venues/bullish.py
src/sory/venues/bybit.py
src/sory/venues/coinbaseexchange.py
src/sory/venues/cryptocom.py
src/sory/venues/exchange.py
src/sory/venues/htx.py
src/sory/venues/kraken.py
src/sory/venues/kucoin.py
src/sory/venues/registry.py
src/sory/venues/woo.py
tests/test_aggregator.py
tests/test_client.py
tests/test_config.py
tests/test_docs.py
tests/test_execution.py
tests/test_fees.py
tests/test_licence.py
tests/test_playground_parity.py
tests/test_regressions.py
tests/test_replay.py
tests/test_router.py
tests/test_venue_adapters.py
tests/test_venues_live.py