LICENSE
README.md
pyproject.toml
setup.py
src/shift_nth_row_n_steps/__init__.py
src/shift_nth_row_n_steps/__main__.py
src/shift_nth_row_n_steps/_main.py
src/shift_nth_row_n_steps/_torch_like.py
src/shift_nth_row_n_steps/cli.py
src/shift_nth_row_n_steps/py.typed
src/shift_nth_row_n_steps.egg-info/PKG-INFO
src/shift_nth_row_n_steps.egg-info/SOURCES.txt
src/shift_nth_row_n_steps.egg-info/dependency_links.txt
src/shift_nth_row_n_steps.egg-info/entry_points.txt
src/shift_nth_row_n_steps.egg-info/requires.txt
src/shift_nth_row_n_steps.egg-info/top_level.txt
tests/test_cli.py
tests/test_dunder_main.py
tests/test_main.py
tests/test_torch_like.py