LICENSE
README.md
pyproject.toml
src/framepipes_cli/__init__.py
src/framepipes_cli/assign.py
src/framepipes_cli/drop.py
src/framepipes_cli/groupby.py
src/framepipes_cli/help.py
src/framepipes_cli/query.py
src/framepipes_cli/resample.py
src/framepipes_cli/rolling.py
src/framepipes_cli/round.py
src/framepipes_cli/sort.py
src/framepipes_cli/sqlread.py
src/framepipes_cli/utils.py
src/framepipes_cli.egg-info/PKG-INFO
src/framepipes_cli.egg-info/SOURCES.txt
src/framepipes_cli.egg-info/dependency_links.txt
src/framepipes_cli.egg-info/entry_points.txt
src/framepipes_cli.egg-info/requires.txt
src/framepipes_cli.egg-info/top_level.txt
tests/test_assign.py
tests/test_groupby_resample.py
tests/test_round.py
tests/test_sort_drop_query.py
tests/test_sqlread.py
tests/test_transform.py