LICENSE
README.md
pyproject.toml
setup.cfg
src/statefulpy/__init__.py
src/statefulpy/cli.py
src/statefulpy/config.py
src/statefulpy/decorator.py
src/statefulpy.egg-info/PKG-INFO
src/statefulpy.egg-info/SOURCES.txt
src/statefulpy.egg-info/dependency_links.txt
src/statefulpy.egg-info/entry_points.txt
src/statefulpy.egg-info/requires.txt
src/statefulpy.egg-info/top_level.txt
src/statefulpy/backends/__init__.py
src/statefulpy/backends/base.py
src/statefulpy/backends/redis.py
src/statefulpy/backends/sqlite.py
src/statefulpy/serializers/__init__.py
src/statefulpy/serializers/base.py
src/statefulpy/serializers/json_serializer.py
src/statefulpy/serializers/pickle_serializer.py
tests/test_backends.py
tests/test_cli.py
tests/test_decorator.py