.aiderignore
.gitignore
.pylintrc
LICENSE
MANIFEST.in
README.md
RELEASE.md
TODO.md
build_exe.py
build_site.py
clean
install
lint
pyproject.toml
requirements.testing.txt
setup.py
test
upload_package.sh
.github/workflows/build_multi_docker_image.yml
.github/workflows/build_webpage.yml
.github/workflows/lint.yml
.github/workflows/publish_release.yml
.github/workflows/test_build_exe.yml
.github/workflows/test_macos.yml
.github/workflows/test_ubuntu.yml
.github/workflows/test_win.yml
.vscode/launch.json
.vscode/settings.json
.vscode/tasks.json
src/fastled/__init__.py
src/fastled/app.py
src/fastled/cli.py
src/fastled/client_server.py
src/fastled/compile_server.py
src/fastled/compile_server_impl.py
src/fastled/docker_manager.py
src/fastled/filewatcher.py
src/fastled/keyboard.py
src/fastled/live_client.py
src/fastled/open_browser.py
src/fastled/parse_args.py
src/fastled/paths.py
src/fastled/project_init.py
src/fastled/select_sketch_directory.py
src/fastled/settings.py
src/fastled/sketch.py
src/fastled/spinner.py
src/fastled/string_diff.py
src/fastled/types.py
src/fastled/util.py
src/fastled/web_compile.py
src/fastled.egg-info/PKG-INFO
src/fastled.egg-info/SOURCES.txt
src/fastled.egg-info/dependency_links.txt
src/fastled.egg-info/entry_points.txt
src/fastled.egg-info/requires.txt
src/fastled.egg-info/top_level.txt
src/fastled/assets/example.txt
src/fastled/site/build.py
src/fastled/test/can_run_local_docker_tests.py
src/fastled/test/examples.py
tests/test_api.py
tests/test_bad_ino.py
tests/test_build.py
tests/test_build_examples.py
tests/test_cli.py
tests/test_compile_server.py
tests/test_docker_linux_on_windows.py
tests/test_embedded_data.py
tests/test_examples.py
tests/test_filechanger.py
tests/test_project_init.py
tests/test_server_and_client_seperatly.py
tests/test_webcompile.py
tests/html/index.html
tests/test_ino/bad/bad.ino
tests/test_ino/embedded/wasm.ino
tests/test_ino/embedded/data/bigdata.dat
tests/test_ino/wasm/wasm.ino