fastled 1.3.21__py3-none-any.whl → 1.3.22__py3-none-any.whl

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/__version__.py CHANGED
@@ -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.21"
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"
fastled/client_server.py CHANGED
@@ -372,7 +372,7 @@ def run_client(
372
372
  if has_update:
373
373
  print(f"\n🔄 {message}")
374
374
  print(
375
- "Run with --auto-update to automatically update to the latest version."
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.21
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
- ### Ubuntu Binaries
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
 
@@ -1,11 +1,11 @@
1
1
  fastled/__init__.py,sha256=YLikXGRWKlKAqj7bpvGmJLejGTFF-FC1lv2z1jwRinA,6852
2
- fastled/__version__.py,sha256=ke-hACaa44J6OCv_0dwW_IPw4pAR2bTHXEmd5-4eWFA,373
2
+ fastled/__version__.py,sha256=_4AgBx0G-FHJeXJewp3u6XWWmAYOQfwJfMiH_LbBdY4,373
3
3
  fastled/app.py,sha256=zfSipnCZ6w9_aXCynGrqf7OE--mKzbhT0mEfCNW5XjA,5736
4
4
  fastled/args.py,sha256=d9CaarQ1yw7w0REwgrNQ78zOUQSk94fTXwXHtFZPTSY,3281
5
5
  fastled/cli.py,sha256=drgR2AOxVrj3QEz58iiKscYAumbbin2vIV-k91VCOAA,561
6
6
  fastled/cli_test.py,sha256=qJB9yLRFR3OwOwdIWSQ0fQsWLnA37v5pDccufiP_hTs,512
7
7
  fastled/cli_test_interactive.py,sha256=BjNhveZOk5aCffHbcrxPQQjWmAuj4ClVKKcKX5eY6yM,542
8
- fastled/client_server.py,sha256=uK-reqTN4umtVm8K3fcLo2Op_P_jFKVFtKFJRpBF1Xs,18598
8
+ fastled/client_server.py,sha256=1pHJsAchO4imTH-TxcMPDIDTJ5j5Ev6nk_vtOL1JPJs,18600
9
9
  fastled/compile_server.py,sha256=rkXvrvdav5vDG8lv_OlBX3YSCHtnHMt25nXbfeg_r78,2960
10
10
  fastled/compile_server_impl.py,sha256=S9jaAMgaprrjW9oF0J4_H-QJc6OeNRmoFCt07RsXTkI,11644
11
11
  fastled/docker_manager.py,sha256=RzXeTyGTtzeAclUkk_RPk_eksUSjOOgPND3Mehu5zRs,40232
@@ -36,9 +36,9 @@ fastled/site/build.py,sha256=2YKU_UWKlJdGnjdbAbaL0co6kceFMSTVYwH1KCmgPZA,13987
36
36
  fastled/site/examples.py,sha256=s6vj2zJc6BfKlnbwXr1QWY1mzuDBMt6j5MEBOWjO_U8,155
37
37
  fastled/test/can_run_local_docker_tests.py,sha256=LEuUbHctRhNNFWcvnz2kEGmjDJeXO4c3kNpizm3yVJs,400
38
38
  fastled/test/examples.py,sha256=GfaHeY1E8izBl6ZqDVjz--RHLyVR4NRnQ5pBesCFJFY,1673
39
- fastled-1.3.21.dist-info/licenses/LICENSE,sha256=b6pOoifSXiUaz_lDS84vWlG3fr4yUKwB8fzkrH9R8bQ,1064
40
- fastled-1.3.21.dist-info/METADATA,sha256=WgxYkCiom0zPiryUQmig0On8E8TUoANlbJWmvhrmJ8A,30045
41
- fastled-1.3.21.dist-info/WHEEL,sha256=zaaOINJESkSfm_4HQVc5ssNzHCPXhJm0kEUakpsEHaU,91
42
- fastled-1.3.21.dist-info/entry_points.txt,sha256=RCwmzCSOS4-C2i9EziANq7Z2Zb4KFnEMR1FQC0bBwAw,101
43
- fastled-1.3.21.dist-info/top_level.txt,sha256=Bbv5kpJpZhWNCvDF4K0VcvtBSDMa8B7PTOrZa9CezHY,8
44
- fastled-1.3.21.dist-info/RECORD,,
39
+ fastled-1.3.22.dist-info/licenses/LICENSE,sha256=b6pOoifSXiUaz_lDS84vWlG3fr4yUKwB8fzkrH9R8bQ,1064
40
+ fastled-1.3.22.dist-info/METADATA,sha256=qulriPCzgr67OuJOgOd3D0oNnPruOiIS4bqplSsRb8c,30811
41
+ fastled-1.3.22.dist-info/WHEEL,sha256=zaaOINJESkSfm_4HQVc5ssNzHCPXhJm0kEUakpsEHaU,91
42
+ fastled-1.3.22.dist-info/entry_points.txt,sha256=RCwmzCSOS4-C2i9EziANq7Z2Zb4KFnEMR1FQC0bBwAw,101
43
+ fastled-1.3.22.dist-info/top_level.txt,sha256=Bbv5kpJpZhWNCvDF4K0VcvtBSDMa8B7PTOrZa9CezHY,8
44
+ fastled-1.3.22.dist-info/RECORD,,