README.md
pyproject.toml
src/stepping/__init__.py
src/stepping/graph.py
src/stepping/run.py
src/stepping/serialize.py
src/stepping/store.py
src/stepping/types.py
src/stepping.egg-info/PKG-INFO
src/stepping.egg-info/SOURCES.txt
src/stepping.egg-info/dependency_links.txt
src/stepping.egg-info/requires.txt
src/stepping.egg-info/top_level.txt
src/stepping/datatypes/_btree.py
src/stepping/datatypes/default_dict.py
src/stepping/datatypes/sorted_set.py
src/stepping/operators/group.py
src/stepping/operators/lifted.py
src/stepping/operators/linear.py
src/stepping/operators/transform.py
src/stepping/operators/builder/__init__.py
src/stepping/operators/builder/ast.py
src/stepping/operators/builder/common.py
src/stepping/operators/builder/compile.py
src/stepping/operators/builder/traverse.py
src/stepping/zset/functions.py
src/stepping/zset/python.py
src/stepping/zset/sql/generic.py
src/stepping/zset/sql/postgres.py
src/stepping/zset/sql/sqlite.py
tests/test_builder.py
tests/test_datatypes.py
tests/test_postgres.py
tests/test_serialize.py
tests/test_sqlite.py
tests/test_transform.py
tests/test_types.py
tests/test_zset.py