LICENSE
README.md
pyproject.toml
docs/performance/performance_test.py
examples/nested_selectors_example.py
examples/counter_example/__init__.py
examples/counter_example/counter_actions.py
examples/counter_example/counter_effects.py
examples/counter_example/counter_example_monolithic.py
examples/counter_example/counter_reducers.py
examples/counter_example/counter_selectors.py
examples/counter_example/counter_store.py
examples/counter_example/main.py
examples/detection_example/__init__.py
examples/detection_example/detection_example_monolithic.py
examples/detection_example/main.py
examples/detection_example/fence/__init__.py
examples/detection_example/fence/fence_actions.py
examples/detection_example/fence/fence_effects.py
examples/detection_example/fence/fence_reducer.py
examples/detection_example/fence/fence_selectors.py
examples/detection_example/helmet/__init__.py
examples/detection_example/helmet/helmet_actions.py
examples/detection_example/helmet/helmet_effects.py
examples/detection_example/helmet/helmet_reducer.py
examples/detection_example/helmet/helmet_selectors.py
examples/detection_example/shared/__init__.py
examples/detection_example/shared/constants.py
examples/detection_example/shared/detection_actions.py
examples/detection_example/shared/detection_store.py
examples/detection_example/shared/effects_utils.py
examples/detection_example/shared/utils.py
pystorex/__init__.py
pystorex/actions.py
pystorex/effects.py
pystorex/errors.py
pystorex/immutable_utils.py
pystorex/map_utils.py
pystorex/middleware.py
pystorex/reducers.py
pystorex/rx_operators.py
pystorex/store.py
pystorex/store_selectors.py
pystorex/types.py
pystorex.egg-info/PKG-INFO
pystorex.egg-info/SOURCES.txt
pystorex.egg-info/dependency_links.txt
pystorex.egg-info/requires.txt
pystorex.egg-info/top_level.txt
tests/test_pystorex_core.py