.gitignore
.pre-commit-config.yaml
.python-version
CHANGELOG.md
README.md
pyproject.toml
uv.lock
.github/workflows/publish.yml
.github/workflows/unit_tests.yml
examples/huecycle.py
examples/onebyone.py
examples/randomsparkles.py
examples/rgb.py
src/rgbxmastree/__init__.py
src/rgbxmastree/__main__.py
src/rgbxmastree/cli.py
src/rgbxmastree/tree.py
src/rgbxmastree.egg-info/PKG-INFO
src/rgbxmastree.egg-info/SOURCES.txt
src/rgbxmastree.egg-info/dependency_links.txt
src/rgbxmastree.egg-info/entry_points.txt
src/rgbxmastree.egg-info/requires.txt
src/rgbxmastree.egg-info/top_level.txt
src/rgbxmastree/commands/color_shuffle.py
tests/commands/test_cli.py
tests/commands/test_color_shuffle.py
tests/tree/test_RGBXmasTree.py