LICENSE
README.md
pyproject.toml
cubing_algs/__init__.py
cubing_algs/algorithm.py
cubing_algs/annotations.py
cubing_algs/commutator_conjugate.py
cubing_algs/constants.py
cubing_algs/cycles.py
cubing_algs/ergonomics.py
cubing_algs/exceptions.py
cubing_algs/face_transforms.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/parenthesis.py
cubing_algs/parsing.py
cubing_algs/patterns.py
cubing_algs/py.typed
cubing_algs/solved_state.py
cubing_algs/solver.py
cubing_algs/structure.py
cubing_algs/vcube.py
cubing_algs/visual_cube.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/cases/__init__.py
cubing_algs/cases/api.py
cubing_algs/cases/case.py
cubing_algs/cases/collection.py
cubing_algs/cases/CFOP/AF2L.json
cubing_algs/cases/CFOP/F2L.json
cubing_algs/cases/CFOP/OLL.json
cubing_algs/cases/CFOP/PLL.json
cubing_algs/cases/Ortega/OLL.json
cubing_algs/cases/Ortega/PBL.json
cubing_algs/display/__init__.py
cubing_algs/display/effects.py
cubing_algs/display/palettes.py
cubing_algs/display/styles.py
cubing_algs/display/vcube.py
cubing_algs/extensions/rotate_2x2x2.c
cubing_algs/extensions/rotate_3x3x3.c
cubing_algs/extensions/rotate_dynamic.c
cubing_algs/scrambler/__init__.py
cubing_algs/scrambler/constants.py
cubing_algs/scrambler/moves.py
cubing_algs/scrambler/nxn.py
cubing_algs/scrambler/parse.py
cubing_algs/scrambler/pieces.py
cubing_algs/scrambler/steps.py
cubing_algs/tests/__init__.py
cubing_algs/tests/test_algorithm.py
cubing_algs/tests/test_case.py
cubing_algs/tests/test_cases_api.py
cubing_algs/tests/test_collection.py
cubing_algs/tests/test_commutator_conjugate.py
cubing_algs/tests/test_cycles.py
cubing_algs/tests/test_display_effects.py
cubing_algs/tests/test_display_palettes.py
cubing_algs/tests/test_display_styles.py
cubing_algs/tests/test_display_vcube.py
cubing_algs/tests/test_ergonomics.py
cubing_algs/tests/test_face_transforms.py
cubing_algs/tests/test_facelets.py
cubing_algs/tests/test_impacts.py
cubing_algs/tests/test_integrity.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_parenthesis.py
cubing_algs/tests/test_parsing.py
cubing_algs/tests/test_patterns.py
cubing_algs/tests/test_scrambler_moves.py
cubing_algs/tests/test_scrambler_nxn.py
cubing_algs/tests/test_scrambler_parse.py
cubing_algs/tests/test_scrambler_pieces.py
cubing_algs/tests/test_scrambler_steps.py
cubing_algs/tests/test_solved_state.py
cubing_algs/tests/test_solver.py
cubing_algs/tests/test_structure.py
cubing_algs/tests/test_structure_roundtrip.py
cubing_algs/tests/test_transform_auf.py
cubing_algs/tests/test_transform_degrip.py
cubing_algs/tests/test_transform_kociemba.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_translate.py
cubing_algs/tests/test_transform_trim.py
cubing_algs/tests/test_transform_wide.py
cubing_algs/tests/test_vcube_2x2x2.py
cubing_algs/tests/test_vcube_3x3x3.py
cubing_algs/tests/test_vcube_4x4x4.py
cubing_algs/tests/test_vcube_5x5x5.py
cubing_algs/tests/test_vcube_compute_orientation_moves.py
cubing_algs/tests/test_visual_cube.py
cubing_algs/transform/__init__.py
cubing_algs/transform/auf.py
cubing_algs/transform/degrip.py
cubing_algs/transform/kociemba.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/translate.py
cubing_algs/transform/trim.py
cubing_algs/transform/wide.py