fastled 1.3.21__tar.gz → 1.3.22__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {fastled-1.3.21 → fastled-1.3.22}/PKG-INFO +34 -8
- {fastled-1.3.21 → fastled-1.3.22}/README.md +33 -7
- {fastled-1.3.21 → fastled-1.3.22}/src/fastled/__version__.py +1 -1
- {fastled-1.3.21 → fastled-1.3.22}/src/fastled/client_server.py +1 -1
- {fastled-1.3.21 → fastled-1.3.22}/src/fastled.egg-info/PKG-INFO +34 -8
- {fastled-1.3.21 → fastled-1.3.22}/.aiderignore +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/.dockerignore +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/.github/workflows/build_multi_docker_image.yml +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/.github/workflows/build_webpage.yml +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/.github/workflows/lint.yml +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/.github/workflows/publish_release.yml +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/.github/workflows/template_build_docker_image.yml +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/.github/workflows/test_build_exe.yml +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/.github/workflows/test_macos.yml +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/.github/workflows/test_ubuntu.yml +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/.github/workflows/test_win.yml +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/.gitignore +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/.pylintrc +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/.vscode/launch.json +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/.vscode/settings.json +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/.vscode/tasks.json +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/DEBUGGER.md +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/Dockerfile +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/FAQ.md +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/LICENSE +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/MANIFEST.in +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/RELEASE.md +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/TODO.md +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/build_exe.py +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/build_local_docker.py +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/build_site.py +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/clean +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/compiler/debug.sh +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/compiler/run.py +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/demo/100dots.html +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/demo/demo_threejs.html +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/demo/micdemo.html +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/demo/mp3upload.html +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/demo/webgl_postprocessing_unreal_bloom.html +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/docker-compose.yml +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/entrypoint.sh +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/install +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/install_linux.sh +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/lint +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/pyproject.toml +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/requirements.docker.txt +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/requirements.testing.txt +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/setup.cfg +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/setup.py +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/src/fastled/__init__.py +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/src/fastled/app.py +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/src/fastled/args.py +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/src/fastled/assets/example.txt +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/src/fastled/assets/localhost-key.pem +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/src/fastled/assets/localhost.pem +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/src/fastled/cli.py +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/src/fastled/cli_test.py +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/src/fastled/cli_test_interactive.py +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/src/fastled/compile_server.py +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/src/fastled/compile_server_impl.py +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/src/fastled/docker_manager.py +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/src/fastled/filewatcher.py +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/src/fastled/keyboard.py +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/src/fastled/keyz.py +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/src/fastled/live_client.py +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/src/fastled/open_browser.py +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/src/fastled/parse_args.py +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/src/fastled/paths.py +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/src/fastled/print_filter.py +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/src/fastled/project_init.py +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/src/fastled/select_sketch_directory.py +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/src/fastled/server_flask.py +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/src/fastled/server_start.py +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/src/fastled/settings.py +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/src/fastled/site/build.py +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/src/fastled/site/examples.py +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/src/fastled/sketch.py +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/src/fastled/spinner.py +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/src/fastled/string_diff.py +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/src/fastled/test/can_run_local_docker_tests.py +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/src/fastled/test/examples.py +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/src/fastled/types.py +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/src/fastled/util.py +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/src/fastled/version.py +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/src/fastled/web_compile.py +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/src/fastled.egg-info/SOURCES.txt +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/src/fastled.egg-info/dependency_links.txt +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/src/fastled.egg-info/entry_points.txt +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/src/fastled.egg-info/requires.txt +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/src/fastled.egg-info/top_level.txt +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/test +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/tests/integration/test_build_examples.py +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/tests/integration/test_examples.py +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/tests/unit/html/index.html +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/tests/unit/test_api.py +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/tests/unit/test_bad_ino.py +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/tests/unit/test_banner_string.py +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/tests/unit/test_cli.py +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/tests/unit/test_compile_server.py +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/tests/unit/test_debug_fetch_source_files.py +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/tests/unit/test_docker_linux_on_windows.py +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/tests/unit/test_embedded_data.py +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/tests/unit/test_filechanger.py +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/tests/unit/test_http_server.py +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/tests/unit/test_ino/bad/bad.ino +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/tests/unit/test_ino/bad_platformio/bad_platformio.ino +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/tests/unit/test_ino/bad_platformio/platformio.ini +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/tests/unit/test_ino/embedded/data/bigdata.dat +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/tests/unit/test_ino/embedded/wasm.ino +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/tests/unit/test_ino/wasm/wasm.ino +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/tests/unit/test_project_init.py +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/tests/unit/test_server_and_client_seperatly.py +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/tests/unit/test_string_diff.py +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/tests/unit/test_version.py +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/tests/unit/test_webcompile.py +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/upload_package.sh +0 -0
- {fastled-1.3.21 → fastled-1.3.22}/vscode-plugin/readme +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: fastled
|
3
|
-
Version: 1.3.
|
3
|
+
Version: 1.3.22
|
4
4
|
Summary: FastLED Wasm Compiler
|
5
5
|
Home-page: https://github.com/zackees/fastled-wasm
|
6
6
|
Maintainer: Zachary Vorhies
|
@@ -57,12 +57,44 @@ If you have docker installed, the compiler will download the docker image and ru
|
|
57
57
|
|
58
58
|
In every conceivable way, the local compiler will be much faster than the web version.
|
59
59
|
|
60
|
+
# Run
|
61
|
+
|
62
|
+
Once `fastled` is installed you'll just navigate to your sketch directory and run it.
|
63
|
+
|
64
|
+
Example:
|
65
|
+
|
66
|
+
```bash
|
67
|
+
$ cd mysketchdirectory
|
68
|
+
$ fastled
|
69
|
+
```
|
70
|
+
|
60
71
|
|
61
72
|
# Install
|
62
73
|
|
74
|
+
This is a python app, so any python package manager will work. We also provide python compiled binaries for Windows, MacOS, and Linux.
|
75
|
+
|
76
|
+
### Pip
|
77
|
+
|
63
78
|
`pip install fastled`
|
64
79
|
|
65
|
-
###
|
80
|
+
### UV
|
81
|
+
|
82
|
+
`uv pip install fastled --system`
|
83
|
+
|
84
|
+
### Pipx
|
85
|
+
|
86
|
+
`pipx install fastled`
|
87
|
+
|
88
|
+
### Executables
|
89
|
+
|
90
|
+
* Windows: https://github.com/zackees/fastled-wasm/releases/latest/download/fastled-windows-x64.zip
|
91
|
+
* MacOS (M1+): https://github.com/zackees/fastled-wasm/releases/latest/download/fastled-macos-arm64.zip
|
92
|
+
* MacOS (x86): https://github.com/zackees/fastled-wasm/releases/latest/download/fastled-macos-x64.zip
|
93
|
+
* Linux (x86): https://github.com/zackees/fastled-wasm/releases/latest/download/fastled-linux-x64.zip
|
94
|
+
|
95
|
+
|
96
|
+
|
97
|
+
### Ubuntu Install Script
|
66
98
|
|
67
99
|
You can get the latest ubuntu binary of the FastLED cli compiler like this:
|
68
100
|
|
@@ -70,12 +102,6 @@ You can get the latest ubuntu binary of the FastLED cli compiler like this:
|
|
70
102
|
curl -L https://raw.githubusercontent.com/zackees/fastled-wasm/refs/heads/main/install_linux.sh | /bin/bash
|
71
103
|
```
|
72
104
|
|
73
|
-
# Run
|
74
|
-
|
75
|
-
```bash
|
76
|
-
cd mysketchdirectory
|
77
|
-
fastled
|
78
|
-
```
|
79
105
|
|
80
106
|
# Tutorial video
|
81
107
|
|
@@ -30,12 +30,44 @@ If you have docker installed, the compiler will download the docker image and ru
|
|
30
30
|
|
31
31
|
In every conceivable way, the local compiler will be much faster than the web version.
|
32
32
|
|
33
|
+
# Run
|
34
|
+
|
35
|
+
Once `fastled` is installed you'll just navigate to your sketch directory and run it.
|
36
|
+
|
37
|
+
Example:
|
38
|
+
|
39
|
+
```bash
|
40
|
+
$ cd mysketchdirectory
|
41
|
+
$ fastled
|
42
|
+
```
|
43
|
+
|
33
44
|
|
34
45
|
# Install
|
35
46
|
|
47
|
+
This is a python app, so any python package manager will work. We also provide python compiled binaries for Windows, MacOS, and Linux.
|
48
|
+
|
49
|
+
### Pip
|
50
|
+
|
36
51
|
`pip install fastled`
|
37
52
|
|
38
|
-
###
|
53
|
+
### UV
|
54
|
+
|
55
|
+
`uv pip install fastled --system`
|
56
|
+
|
57
|
+
### Pipx
|
58
|
+
|
59
|
+
`pipx install fastled`
|
60
|
+
|
61
|
+
### Executables
|
62
|
+
|
63
|
+
* Windows: https://github.com/zackees/fastled-wasm/releases/latest/download/fastled-windows-x64.zip
|
64
|
+
* MacOS (M1+): https://github.com/zackees/fastled-wasm/releases/latest/download/fastled-macos-arm64.zip
|
65
|
+
* MacOS (x86): https://github.com/zackees/fastled-wasm/releases/latest/download/fastled-macos-x64.zip
|
66
|
+
* Linux (x86): https://github.com/zackees/fastled-wasm/releases/latest/download/fastled-linux-x64.zip
|
67
|
+
|
68
|
+
|
69
|
+
|
70
|
+
### Ubuntu Install Script
|
39
71
|
|
40
72
|
You can get the latest ubuntu binary of the FastLED cli compiler like this:
|
41
73
|
|
@@ -43,12 +75,6 @@ You can get the latest ubuntu binary of the FastLED cli compiler like this:
|
|
43
75
|
curl -L https://raw.githubusercontent.com/zackees/fastled-wasm/refs/heads/main/install_linux.sh | /bin/bash
|
44
76
|
```
|
45
77
|
|
46
|
-
# Run
|
47
|
-
|
48
|
-
```bash
|
49
|
-
cd mysketchdirectory
|
50
|
-
fastled
|
51
|
-
```
|
52
78
|
|
53
79
|
# Tutorial video
|
54
80
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# IMPORTANT! There's a bug in github which will REJECT any version update
|
2
2
|
# that has any other change in the repo. Please bump the version as the
|
3
3
|
# ONLY change in a commit, or else the pypi update and the release will fail.
|
4
|
-
__version__ = "1.3.
|
4
|
+
__version__ = "1.3.22"
|
5
5
|
|
6
6
|
__version_url_latest__ = "https://raw.githubusercontent.com/zackees/fastled-wasm/refs/heads/main/src/fastled/__version__.py"
|
@@ -372,7 +372,7 @@ def run_client(
|
|
372
372
|
if has_update:
|
373
373
|
print(f"\n🔄 {message}")
|
374
374
|
print(
|
375
|
-
"Run with
|
375
|
+
"Run with `fastled -u` to update the docker image to the latest version."
|
376
376
|
)
|
377
377
|
except Exception as e:
|
378
378
|
# Don't let Docker check failures interrupt the main flow
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: fastled
|
3
|
-
Version: 1.3.
|
3
|
+
Version: 1.3.22
|
4
4
|
Summary: FastLED Wasm Compiler
|
5
5
|
Home-page: https://github.com/zackees/fastled-wasm
|
6
6
|
Maintainer: Zachary Vorhies
|
@@ -57,12 +57,44 @@ If you have docker installed, the compiler will download the docker image and ru
|
|
57
57
|
|
58
58
|
In every conceivable way, the local compiler will be much faster than the web version.
|
59
59
|
|
60
|
+
# Run
|
61
|
+
|
62
|
+
Once `fastled` is installed you'll just navigate to your sketch directory and run it.
|
63
|
+
|
64
|
+
Example:
|
65
|
+
|
66
|
+
```bash
|
67
|
+
$ cd mysketchdirectory
|
68
|
+
$ fastled
|
69
|
+
```
|
70
|
+
|
60
71
|
|
61
72
|
# Install
|
62
73
|
|
74
|
+
This is a python app, so any python package manager will work. We also provide python compiled binaries for Windows, MacOS, and Linux.
|
75
|
+
|
76
|
+
### Pip
|
77
|
+
|
63
78
|
`pip install fastled`
|
64
79
|
|
65
|
-
###
|
80
|
+
### UV
|
81
|
+
|
82
|
+
`uv pip install fastled --system`
|
83
|
+
|
84
|
+
### Pipx
|
85
|
+
|
86
|
+
`pipx install fastled`
|
87
|
+
|
88
|
+
### Executables
|
89
|
+
|
90
|
+
* Windows: https://github.com/zackees/fastled-wasm/releases/latest/download/fastled-windows-x64.zip
|
91
|
+
* MacOS (M1+): https://github.com/zackees/fastled-wasm/releases/latest/download/fastled-macos-arm64.zip
|
92
|
+
* MacOS (x86): https://github.com/zackees/fastled-wasm/releases/latest/download/fastled-macos-x64.zip
|
93
|
+
* Linux (x86): https://github.com/zackees/fastled-wasm/releases/latest/download/fastled-linux-x64.zip
|
94
|
+
|
95
|
+
|
96
|
+
|
97
|
+
### Ubuntu Install Script
|
66
98
|
|
67
99
|
You can get the latest ubuntu binary of the FastLED cli compiler like this:
|
68
100
|
|
@@ -70,12 +102,6 @@ You can get the latest ubuntu binary of the FastLED cli compiler like this:
|
|
70
102
|
curl -L https://raw.githubusercontent.com/zackees/fastled-wasm/refs/heads/main/install_linux.sh | /bin/bash
|
71
103
|
```
|
72
104
|
|
73
|
-
# Run
|
74
|
-
|
75
|
-
```bash
|
76
|
-
cd mysketchdirectory
|
77
|
-
fastled
|
78
|
-
```
|
79
105
|
|
80
106
|
# Tutorial video
|
81
107
|
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|