LICENSE
README.md
pyproject.toml
cubing_algs/__init__.py
cubing_algs/algorithm.py
cubing_algs/commutator_conjugate.py
cubing_algs/constants.py
cubing_algs/facelets.py
cubing_algs/metrics.py
cubing_algs/move.py
cubing_algs/parsing.py
cubing_algs/patterns.py
cubing_algs/vcube.py
cubing_algs/vcube_print.py
cubing_algs/vcube_rotate.c
cubing_algs.egg-info/PKG-INFO
cubing_algs.egg-info/SOURCES.txt
cubing_algs.egg-info/dependency_links.txt
cubing_algs.egg-info/requires.txt
cubing_algs.egg-info/top_level.txt
cubing_algs/tests/__init__.py
cubing_algs/tests/test_algorithm.py
cubing_algs/tests/test_facelets.py
cubing_algs/tests/test_metrics.py
cubing_algs/tests/test_move.py
cubing_algs/tests/test_parsing.py
cubing_algs/tests/test_patterns.py
cubing_algs/tests/test_transform_auf.py
cubing_algs/tests/test_transform_degrip.py
cubing_algs/tests/test_transform_fat.py
cubing_algs/tests/test_transform_mirror.py
cubing_algs/tests/test_transform_offset.py
cubing_algs/tests/test_transform_optimize.py
cubing_algs/tests/test_transform_pause.py
cubing_algs/tests/test_transform_rotation.py
cubing_algs/tests/test_transform_sign.py
cubing_algs/tests/test_transform_size.py
cubing_algs/tests/test_transform_slice.py
cubing_algs/tests/test_transform_symmetry.py
cubing_algs/tests/test_transform_timing.py
cubing_algs/tests/test_transform_trim.py
cubing_algs/tests/test_vcube.py
cubing_algs/tests/test_vcube_print.py
cubing_algs/transform/__init__.py
cubing_algs/transform/auf.py
cubing_algs/transform/degrip.py
cubing_algs/transform/fat.py
cubing_algs/transform/mirror.py
cubing_algs/transform/offset.py
cubing_algs/transform/optimize.py
cubing_algs/transform/pause.py
cubing_algs/transform/rotation.py
cubing_algs/transform/sign.py
cubing_algs/transform/size.py
cubing_algs/transform/slice.py
cubing_algs/transform/symmetry.py
cubing_algs/transform/timing.py
cubing_algs/transform/trim.py