LICENSE
README.md
pyproject.toml
src/statequark/__init__.py
src/statequark/batch.py
src/statequark/config.py
src/statequark/derived.py
src/statequark/executor.py
src/statequark/factory.py
src/statequark/logger.py
src/statequark/py.typed
src/statequark/quark.py
src/statequark/store.py
src/statequark/types.py
src/statequark.egg-info/PKG-INFO
src/statequark.egg-info/SOURCES.txt
src/statequark.egg-info/dependency_links.txt
src/statequark.egg-info/requires.txt
src/statequark.egg-info/top_level.txt
src/statequark/utils/__init__.py
src/statequark/utils/family.py
src/statequark/utils/history.py
src/statequark/utils/loadable.py
src/statequark/utils/middleware.py
src/statequark/utils/reducer.py
src/statequark/utils/select.py
src/statequark/utils/storage.py
src/statequark/utils/timing.py
src/statequark/utils/validate.py
tests/test_async.py
tests/test_basic.py
tests/test_concurrency.py
tests/test_config.py
tests/test_derived.py
tests/test_executor.py
tests/test_family.py
tests/test_history.py
tests/test_integration.py
tests/test_loadable.py
tests/test_middleware.py
tests/test_new_features.py
tests/test_reducer.py
tests/test_select.py
tests/test_storage.py
tests/test_subscriptions.py
tests/test_timing.py
tests/test_validate.py