LICENSE
README.md
pyproject.toml
cubing_algs/__init__.py
cubing_algs/algorithm.py
cubing_algs/commutator_conjugate.py
cubing_algs/constants.py
cubing_algs/cycles.py
cubing_algs/display.py
cubing_algs/effects.py
cubing_algs/ergonomics.py
cubing_algs/exceptions.py
cubing_algs/facelets.py
cubing_algs/impacts.py
cubing_algs/integrity.py
cubing_algs/masks.py
cubing_algs/metrics.py
cubing_algs/move.py
cubing_algs/palettes.py
cubing_algs/parsing.py
cubing_algs/patterns.py
cubing_algs/scrambler.py
cubing_algs/vcube.py
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/extensions/rotate.c
cubing_algs/tests/__init__.py
cubing_algs/tests/test_algorithm.py
cubing_algs/tests/test_commutator_conjugate.py
cubing_algs/tests/test_cycles.py
cubing_algs/tests/test_display.py
cubing_algs/tests/test_effects.py
cubing_algs/tests/test_ergonomics.py
cubing_algs/tests/test_facelets.py
cubing_algs/tests/test_impacts.py
cubing_algs/tests/test_masks.py
cubing_algs/tests/test_metrics.py
cubing_algs/tests/test_move.py
cubing_algs/tests/test_move_permutations.py
cubing_algs/tests/test_move_permutations_explicit.py
cubing_algs/tests/test_palettes.py
cubing_algs/tests/test_parsing.py
cubing_algs/tests/test_patterns.py
cubing_algs/tests/test_scrambler.py
cubing_algs/tests/test_transform_auf.py
cubing_algs/tests/test_transform_degrip.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_transform_wide.py
cubing_algs/tests/test_vcube.py
cubing_algs/tests/test_vcube_compute_orientation_moves.py
cubing_algs/transform/__init__.py
cubing_algs/transform/auf.py
cubing_algs/transform/degrip.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
cubing_algs/transform/wide.py