fastled 1.1.65__tar.gz → 1.1.67__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.
Files changed (114) hide show
  1. {fastled-1.1.65 → fastled-1.1.67}/PKG-INFO +12 -11
  2. {fastled-1.1.65 → fastled-1.1.67}/README.md +2 -1
  3. fastled-1.1.67/build_examples.py +46 -0
  4. {fastled-1.1.65 → fastled-1.1.67}/build_exe.py +1 -1
  5. {fastled-1.1.65 → fastled-1.1.67}/pyproject.toml +9 -9
  6. {fastled-1.1.65 → fastled-1.1.67}/src/fastled/__init__.py +1 -1
  7. {fastled-1.1.65 → fastled-1.1.67}/src/fastled/app.py +1 -0
  8. {fastled-1.1.65 → fastled-1.1.67}/src/fastled/cli.py +3 -0
  9. {fastled-1.1.65 → fastled-1.1.67}/src/fastled/client_server.py +14 -3
  10. {fastled-1.1.65 → fastled-1.1.67}/src/fastled/parse_args.py +1 -1
  11. {fastled-1.1.65 → fastled-1.1.67}/src/fastled/project_init.py +1 -0
  12. {fastled-1.1.65 → fastled-1.1.67}/src/fastled.egg-info/PKG-INFO +12 -11
  13. {fastled-1.1.65 → fastled-1.1.67}/src/fastled.egg-info/SOURCES.txt +1 -0
  14. fastled-1.1.67/src/fastled.egg-info/requires.txt +10 -0
  15. {fastled-1.1.65 → fastled-1.1.67}/tests/test_examples.py +0 -5
  16. fastled-1.1.65/src/fastled.egg-info/requires.txt +0 -10
  17. {fastled-1.1.65 → fastled-1.1.67}/.aiderignore +0 -0
  18. {fastled-1.1.65 → fastled-1.1.67}/.github/workflows/build_multi_docker_image.yml +0 -0
  19. {fastled-1.1.65 → fastled-1.1.67}/.github/workflows/lint.yml +0 -0
  20. {fastled-1.1.65 → fastled-1.1.67}/.github/workflows/publish_release.yml +0 -0
  21. {fastled-1.1.65 → fastled-1.1.67}/.github/workflows/test_build_exe.yml +0 -0
  22. {fastled-1.1.65 → fastled-1.1.67}/.github/workflows/test_macos.yml +0 -0
  23. {fastled-1.1.65 → fastled-1.1.67}/.github/workflows/test_ubuntu.yml +0 -0
  24. {fastled-1.1.65 → fastled-1.1.67}/.github/workflows/test_win.yml +0 -0
  25. {fastled-1.1.65 → fastled-1.1.67}/.gitignore +0 -0
  26. {fastled-1.1.65 → fastled-1.1.67}/.pylintrc +0 -0
  27. {fastled-1.1.65 → fastled-1.1.67}/.vscode/launch.json +0 -0
  28. {fastled-1.1.65 → fastled-1.1.67}/.vscode/settings.json +0 -0
  29. {fastled-1.1.65 → fastled-1.1.67}/.vscode/tasks.json +0 -0
  30. {fastled-1.1.65 → fastled-1.1.67}/LICENSE +0 -0
  31. {fastled-1.1.65 → fastled-1.1.67}/MANIFEST.in +0 -0
  32. {fastled-1.1.65 → fastled-1.1.67}/TODO.md +0 -0
  33. {fastled-1.1.65 → fastled-1.1.67}/clean +0 -0
  34. {fastled-1.1.65 → fastled-1.1.67}/docs/fastled.js +0 -0
  35. {fastled-1.1.65 → fastled-1.1.67}/docs/fastled.wasm +0 -0
  36. {fastled-1.1.65 → fastled-1.1.67}/docs/index.css +0 -0
  37. {fastled-1.1.65 → fastled-1.1.67}/docs/index.html +0 -0
  38. {fastled-1.1.65 → fastled-1.1.67}/docs/index.js +0 -0
  39. {fastled-1.1.65 → fastled-1.1.67}/examples/Blink/Blink.ino +0 -0
  40. {fastled-1.1.65 → fastled-1.1.67}/examples/Chromancer/Chromancer.ino +0 -0
  41. {fastled-1.1.65 → fastled-1.1.67}/examples/Chromancer/detail.h +0 -0
  42. {fastled-1.1.65 → fastled-1.1.67}/examples/Chromancer/gary_woos_wled_port/gary_woos_wled_ledmap.h +0 -0
  43. {fastled-1.1.65 → fastled-1.1.67}/examples/Chromancer/gary_woos_wled_port/presets.json +0 -0
  44. {fastled-1.1.65 → fastled-1.1.67}/examples/Chromancer/gary_woos_wled_port/presets.min.json +0 -0
  45. {fastled-1.1.65 → fastled-1.1.67}/examples/Chromancer/gen.py +0 -0
  46. {fastled-1.1.65 → fastled-1.1.67}/examples/Chromancer/mapping.h +0 -0
  47. {fastled-1.1.65 → fastled-1.1.67}/examples/Chromancer/net.h +0 -0
  48. {fastled-1.1.65 → fastled-1.1.67}/examples/Chromancer/output.json +0 -0
  49. {fastled-1.1.65 → fastled-1.1.67}/examples/Chromancer/ripple.h +0 -0
  50. {fastled-1.1.65 → fastled-1.1.67}/examples/Chromancer/screenmap.json.h +0 -0
  51. {fastled-1.1.65 → fastled-1.1.67}/examples/ColorPalette/ColorPalette.ino +0 -0
  52. {fastled-1.1.65 → fastled-1.1.67}/examples/ColorTemperature/ColorTemperature.ino +0 -0
  53. {fastled-1.1.65 → fastled-1.1.67}/examples/Cylon/Cylon.ino +0 -0
  54. {fastled-1.1.65 → fastled-1.1.67}/examples/DemoReel100/DemoReel100.ino +0 -0
  55. {fastled-1.1.65 → fastled-1.1.67}/examples/Esp32Rmt51/Esp32Rmt51.ino +0 -0
  56. {fastled-1.1.65 → fastled-1.1.67}/examples/EspI2SDemo/EspI2SDemo.ino +0 -0
  57. {fastled-1.1.65 → fastled-1.1.67}/examples/Fire2012/Fire2012.ino +0 -0
  58. {fastled-1.1.65 → fastled-1.1.67}/examples/Fire2012WithPalette/Fire2012WithPalette.ino +0 -0
  59. {fastled-1.1.65 → fastled-1.1.67}/examples/FirstLight/FirstLight.ino +0 -0
  60. {fastled-1.1.65 → fastled-1.1.67}/examples/FxEngine/FxEngine.ino +0 -0
  61. {fastled-1.1.65 → fastled-1.1.67}/examples/Noise/Noise.ino +0 -0
  62. {fastled-1.1.65 → fastled-1.1.67}/examples/NoisePlayground/NoisePlayground.ino +0 -0
  63. {fastled-1.1.65 → fastled-1.1.67}/examples/NoisePlusPalette/NoisePlusPalette.ino +0 -0
  64. {fastled-1.1.65 → fastled-1.1.67}/examples/OctoWS2811/OctoWS2811.ino +0 -0
  65. {fastled-1.1.65 → fastled-1.1.67}/examples/Pacifica/Pacifica.ino +0 -0
  66. {fastled-1.1.65 → fastled-1.1.67}/examples/Pride2015/Pride2015.ino +0 -0
  67. {fastled-1.1.65 → fastled-1.1.67}/examples/TwinkleFox/TwinkleFox.ino +0 -0
  68. {fastled-1.1.65 → fastled-1.1.67}/examples/Video/Gfx2Video/Gfx2Video.ino +0 -0
  69. {fastled-1.1.65 → fastled-1.1.67}/examples/WasmScreenCoords/WasmScreenCoords.ino +0 -0
  70. {fastled-1.1.65 → fastled-1.1.67}/examples/Water/Water.ino +0 -0
  71. {fastled-1.1.65 → fastled-1.1.67}/examples/XYMatrix/XYMatrix.ino +0 -0
  72. {fastled-1.1.65 → fastled-1.1.67}/examples/wasm/wasm.ino +0 -0
  73. {fastled-1.1.65 → fastled-1.1.67}/install +0 -0
  74. {fastled-1.1.65 → fastled-1.1.67}/lint +0 -0
  75. {fastled-1.1.65 → fastled-1.1.67}/requirements.testing.txt +0 -0
  76. {fastled-1.1.65 → fastled-1.1.67}/setup.cfg +0 -0
  77. {fastled-1.1.65 → fastled-1.1.67}/setup.py +0 -0
  78. {fastled-1.1.65 → fastled-1.1.67}/src/fastled/assets/example.txt +0 -0
  79. {fastled-1.1.65 → fastled-1.1.67}/src/fastled/compile_server.py +0 -0
  80. {fastled-1.1.65 → fastled-1.1.67}/src/fastled/compile_server_impl.py +0 -0
  81. {fastled-1.1.65 → fastled-1.1.67}/src/fastled/docker_manager.py +0 -0
  82. {fastled-1.1.65 → fastled-1.1.67}/src/fastled/filewatcher.py +0 -0
  83. {fastled-1.1.65 → fastled-1.1.67}/src/fastled/keyboard.py +0 -0
  84. {fastled-1.1.65 → fastled-1.1.67}/src/fastled/live_client.py +0 -0
  85. {fastled-1.1.65 → fastled-1.1.67}/src/fastled/open_browser.py +0 -0
  86. {fastled-1.1.65 → fastled-1.1.67}/src/fastled/paths.py +0 -0
  87. {fastled-1.1.65 → fastled-1.1.67}/src/fastled/select_sketch_directory.py +0 -0
  88. {fastled-1.1.65 → fastled-1.1.67}/src/fastled/settings.py +0 -0
  89. {fastled-1.1.65 → fastled-1.1.67}/src/fastled/sketch.py +0 -0
  90. {fastled-1.1.65 → fastled-1.1.67}/src/fastled/spinner.py +0 -0
  91. {fastled-1.1.65 → fastled-1.1.67}/src/fastled/string_diff.py +0 -0
  92. {fastled-1.1.65 → fastled-1.1.67}/src/fastled/test/examples.py +0 -0
  93. {fastled-1.1.65 → fastled-1.1.67}/src/fastled/types.py +0 -0
  94. {fastled-1.1.65 → fastled-1.1.67}/src/fastled/util.py +0 -0
  95. {fastled-1.1.65 → fastled-1.1.67}/src/fastled/web_compile.py +0 -0
  96. {fastled-1.1.65 → fastled-1.1.67}/src/fastled.egg-info/dependency_links.txt +0 -0
  97. {fastled-1.1.65 → fastled-1.1.67}/src/fastled.egg-info/entry_points.txt +0 -0
  98. {fastled-1.1.65 → fastled-1.1.67}/src/fastled.egg-info/top_level.txt +0 -0
  99. {fastled-1.1.65 → fastled-1.1.67}/test +0 -0
  100. {fastled-1.1.65 → fastled-1.1.67}/tests/test_api.py +0 -0
  101. {fastled-1.1.65 → fastled-1.1.67}/tests/test_bad_ino.py +0 -0
  102. {fastled-1.1.65 → fastled-1.1.67}/tests/test_cli.py +0 -0
  103. {fastled-1.1.65 → fastled-1.1.67}/tests/test_compile_server.py +0 -0
  104. {fastled-1.1.65 → fastled-1.1.67}/tests/test_docker_linux_on_windows.py +0 -0
  105. {fastled-1.1.65 → fastled-1.1.67}/tests/test_embedded_data.py +0 -0
  106. {fastled-1.1.65 → fastled-1.1.67}/tests/test_filechanger.py +0 -0
  107. {fastled-1.1.65 → fastled-1.1.67}/tests/test_ino/bad/bad.ino +0 -0
  108. {fastled-1.1.65 → fastled-1.1.67}/tests/test_ino/embedded/data/bigdata.dat +0 -0
  109. {fastled-1.1.65 → fastled-1.1.67}/tests/test_ino/embedded/wasm.ino +0 -0
  110. {fastled-1.1.65 → fastled-1.1.67}/tests/test_ino/wasm/wasm.ino +0 -0
  111. {fastled-1.1.65 → fastled-1.1.67}/tests/test_project_init.py +0 -0
  112. {fastled-1.1.65 → fastled-1.1.67}/tests/test_server_and_client_seperatly.py +0 -0
  113. {fastled-1.1.65 → fastled-1.1.67}/tests/test_webcompile.py +0 -0
  114. {fastled-1.1.65 → fastled-1.1.67}/upload_package.sh +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: fastled
3
- Version: 1.1.65
3
+ Version: 1.1.67
4
4
  Summary: FastLED Wasm Compiler
5
5
  Home-page: https://github.com/zackees/fastled-wasm
6
6
  Maintainer: Zachary Vorhies
@@ -10,16 +10,16 @@ Classifier: Programming Language :: Python :: 3
10
10
  Requires-Python: >=3.9
11
11
  Description-Content-Type: text/markdown
12
12
  License-File: LICENSE
13
- Requires-Dist: docker
14
- Requires-Dist: httpx
15
- Requires-Dist: watchdog
16
- Requires-Dist: livereload
17
- Requires-Dist: download
18
- Requires-Dist: filelock
13
+ Requires-Dist: docker>=7.1.0
14
+ Requires-Dist: httpx>=0.28.1
15
+ Requires-Dist: watchdog>=6.0.0
16
+ Requires-Dist: livereload>=2.7.0
17
+ Requires-Dist: download>=0.3.5
18
+ Requires-Dist: filelock>=3.16.1
19
19
  Requires-Dist: disklru>=2.0.1
20
- Requires-Dist: appdirs
21
- Requires-Dist: rapidfuzz
22
- Requires-Dist: progress
20
+ Requires-Dist: appdirs>=1.4.4
21
+ Requires-Dist: rapidfuzz>=3.10.1
22
+ Requires-Dist: progress>=1.6
23
23
 
24
24
  # FastLED Wasm compiler
25
25
 
@@ -256,8 +256,9 @@ A: `delay()` will block `loop()` which blocks the main thread of the browser. Th
256
256
  Q: How can I get the compiled size of my FastLED sketch smaller?
257
257
  A: A big chunk of space is being used by unnecessary javascript `emscripten` bundling. The wasm_compiler_settings.py file in the FastLED repo can tweak this.
258
258
 
259
+
259
260
  # Revisions
260
-
261
+ * 1.1.67 - Pinned all the minimum versions of dependencies so we don't bind to an out of date py dep: https://github.com/zackees/fastled-wasm/issues/3
261
262
  * 1.1.61 - Excluded non compiling examples from the Test object as part of the api - no sense in having them if they won't compile.
262
263
  * 1.1.60 - Platform executables (macos-arm/macos-x86/windows/linux-x86) now auto building with each release. Add tests.
263
264
  * 1.1.52 - Add linux-arm
@@ -233,8 +233,9 @@ A: `delay()` will block `loop()` which blocks the main thread of the browser. Th
233
233
  Q: How can I get the compiled size of my FastLED sketch smaller?
234
234
  A: A big chunk of space is being used by unnecessary javascript `emscripten` bundling. The wasm_compiler_settings.py file in the FastLED repo can tweak this.
235
235
 
236
+
236
237
  # Revisions
237
-
238
+ * 1.1.67 - Pinned all the minimum versions of dependencies so we don't bind to an out of date py dep: https://github.com/zackees/fastled-wasm/issues/3
238
239
  * 1.1.61 - Excluded non compiling examples from the Test object as part of the api - no sense in having them if they won't compile.
239
240
  * 1.1.60 - Platform executables (macos-arm/macos-x86/windows/linux-x86) now auto building with each release. Add tests.
240
241
  * 1.1.52 - Add linux-arm
@@ -0,0 +1,46 @@
1
+
2
+
3
+ import os
4
+ from shutil import which, copytree, rmtree
5
+ from pathlib import Path
6
+ import subprocess
7
+
8
+ HERE = Path(__file__).parent.resolve()
9
+ DOCS = HERE / "docs"
10
+
11
+ EXAMPLES = [
12
+ "wasm",
13
+ "Chromancer",
14
+ "SdCard",
15
+ ]
16
+
17
+ def _exec(cmd: str) -> None:
18
+ subprocess.run(cmd, shell=True, check=True)
19
+
20
+ def build_example(example: str) -> None:
21
+ if not which("fastled"):
22
+ raise FileNotFoundError("fastled executable not found")
23
+ src_dir = DOCS / example / "src"
24
+ _exec(f"fastled --init={example} {src_dir}")
25
+ assert src_dir.exists()
26
+ _exec(f"fastled {src_dir / example} --just-compile")
27
+ fastled_dir = src_dir / example / "fastled_js"
28
+ assert fastled_dir.exists(), f"fastled dir {fastled_dir} not found"
29
+ # now copy it to the example dir
30
+ example_dir = DOCS / example
31
+ copytree(fastled_dir, example_dir, dirs_exist_ok=True)
32
+ # now remove the src dir
33
+ rmtree(src_dir, ignore_errors=True)
34
+ print(f"Built {example} example in {example_dir}")
35
+ assert (example_dir / "fastled.wasm").exists()
36
+
37
+
38
+ def main() -> int:
39
+
40
+ for example in EXAMPLES:
41
+ build_example(example)
42
+ return 0
43
+
44
+
45
+ if __name__ == "__main__":
46
+ main()
@@ -29,7 +29,7 @@ def main():
29
29
  # Run pyinstaller with the same arguments as the bash script
30
30
  cmd = [
31
31
  "pyinstaller",
32
- "src/fastled/app.py",
32
+ "src/fastled/cli.py",
33
33
  "--onefile",
34
34
  "--clean",
35
35
  "--argv-emulation",
@@ -11,16 +11,16 @@ keywords = ["template-python-cmd"]
11
11
  license = { text = "BSD 3-Clause License" }
12
12
  classifiers = ["Programming Language :: Python :: 3"]
13
13
  dependencies = [
14
- "docker",
15
- "httpx",
16
- "watchdog",
17
- "livereload",
18
- "download",
19
- "filelock",
14
+ "docker>=7.1.0",
15
+ "httpx>=0.28.1",
16
+ "watchdog>=6.0.0",
17
+ "livereload>=2.7.0",
18
+ "download>=0.3.5",
19
+ "filelock>=3.16.1",
20
20
  "disklru>=2.0.1",
21
- "appdirs",
22
- "rapidfuzz",
23
- "progress"
21
+ "appdirs>=1.4.4",
22
+ "rapidfuzz>=3.10.1",
23
+ "progress>=1.6"
24
24
  ]
25
25
 
26
26
  dynamic = ["version"]
@@ -9,7 +9,7 @@ from .compile_server import CompileServer
9
9
  from .live_client import LiveClient
10
10
  from .types import BuildMode, CompileResult, CompileServerError
11
11
 
12
- __version__ = "1.1.65"
12
+ __version__ = "1.1.67"
13
13
 
14
14
 
15
15
  class Api:
@@ -57,6 +57,7 @@ def main() -> int:
57
57
 
58
58
 
59
59
  if __name__ == "__main__":
60
+ # Note that the entry point for the exe is in cli.py
60
61
  try:
61
62
  sys.exit(main())
62
63
  except KeyboardInterrupt:
@@ -2,6 +2,7 @@
2
2
  Main entry point.
3
3
  """
4
4
 
5
+ import multiprocessing
5
6
  import sys
6
7
 
7
8
  from fastled.app import main as app_main
@@ -12,5 +13,7 @@ def main() -> int:
12
13
  return app_main()
13
14
 
14
15
 
16
+ # Cli entry point for the pyinstaller generated exe
15
17
  if __name__ == "__main__":
18
+ multiprocessing.freeze_support() # needed by pyinstaller.
16
19
  sys.exit(main())
@@ -308,9 +308,20 @@ def run_client_server(args: argparse.Namespace) -> int:
308
308
  build_mode: BuildMode = BuildMode.from_args(args)
309
309
 
310
310
  if not force_compile and not looks_like_sketch_directory(directory):
311
- print(
312
- "Error: Not a valid FastLED sketch directory, if you are sure it is, use --force-compile"
313
- )
311
+ # if there is only one directory in the sketch directory, use that
312
+ found_valid_child = False
313
+ if len(list(directory.iterdir())) == 1:
314
+ child_dir = next(directory.iterdir())
315
+ if looks_like_sketch_directory(child_dir):
316
+ found_valid_child = True
317
+ print(
318
+ f"The selected directory is not a valid FastLED sketch directory, the child directory {child_dir} looks like a sketch directory, using that instead."
319
+ )
320
+ directory = child_dir
321
+ if not found_valid_child:
322
+ print(
323
+ f"Error: {directory} is not a valid FastLED sketch directory, if you are sure it is, use --force-compile"
324
+ )
314
325
  return 1
315
326
 
316
327
  # If not explicitly using web compiler, check Docker installation
@@ -105,7 +105,7 @@ def parse_args() -> argparse.Namespace:
105
105
 
106
106
  if args.init:
107
107
  example = args.init if args.init is not True else None
108
- args.directory = project_init(example)
108
+ args.directory = project_init(example, args.directory)
109
109
  print("\nInitialized FastLED project in", args.directory)
110
110
  print(f"Use 'fastled {args.directory}' to compile the project.")
111
111
  sys.exit(0)
@@ -51,6 +51,7 @@ def project_init(
51
51
  """
52
52
  host = host or DEFAULT_URL
53
53
  outputdir = Path(outputdir) if outputdir is not None else Path("fastled")
54
+ outputdir.mkdir(exist_ok=True, parents=True)
54
55
  if example == "PROMPT" or example is None:
55
56
  try:
56
57
  example = _prompt_for_example()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: fastled
3
- Version: 1.1.65
3
+ Version: 1.1.67
4
4
  Summary: FastLED Wasm Compiler
5
5
  Home-page: https://github.com/zackees/fastled-wasm
6
6
  Maintainer: Zachary Vorhies
@@ -10,16 +10,16 @@ Classifier: Programming Language :: Python :: 3
10
10
  Requires-Python: >=3.9
11
11
  Description-Content-Type: text/markdown
12
12
  License-File: LICENSE
13
- Requires-Dist: docker
14
- Requires-Dist: httpx
15
- Requires-Dist: watchdog
16
- Requires-Dist: livereload
17
- Requires-Dist: download
18
- Requires-Dist: filelock
13
+ Requires-Dist: docker>=7.1.0
14
+ Requires-Dist: httpx>=0.28.1
15
+ Requires-Dist: watchdog>=6.0.0
16
+ Requires-Dist: livereload>=2.7.0
17
+ Requires-Dist: download>=0.3.5
18
+ Requires-Dist: filelock>=3.16.1
19
19
  Requires-Dist: disklru>=2.0.1
20
- Requires-Dist: appdirs
21
- Requires-Dist: rapidfuzz
22
- Requires-Dist: progress
20
+ Requires-Dist: appdirs>=1.4.4
21
+ Requires-Dist: rapidfuzz>=3.10.1
22
+ Requires-Dist: progress>=1.6
23
23
 
24
24
  # FastLED Wasm compiler
25
25
 
@@ -256,8 +256,9 @@ A: `delay()` will block `loop()` which blocks the main thread of the browser. Th
256
256
  Q: How can I get the compiled size of my FastLED sketch smaller?
257
257
  A: A big chunk of space is being used by unnecessary javascript `emscripten` bundling. The wasm_compiler_settings.py file in the FastLED repo can tweak this.
258
258
 
259
+
259
260
  # Revisions
260
-
261
+ * 1.1.67 - Pinned all the minimum versions of dependencies so we don't bind to an out of date py dep: https://github.com/zackees/fastled-wasm/issues/3
261
262
  * 1.1.61 - Excluded non compiling examples from the Test object as part of the api - no sense in having them if they won't compile.
262
263
  * 1.1.60 - Platform executables (macos-arm/macos-x86/windows/linux-x86) now auto building with each release. Add tests.
263
264
  * 1.1.52 - Add linux-arm
@@ -5,6 +5,7 @@ LICENSE
5
5
  MANIFEST.in
6
6
  README.md
7
7
  TODO.md
8
+ build_examples.py
8
9
  build_exe.py
9
10
  clean
10
11
  install
@@ -0,0 +1,10 @@
1
+ docker>=7.1.0
2
+ httpx>=0.28.1
3
+ watchdog>=6.0.0
4
+ livereload>=2.7.0
5
+ download>=0.3.5
6
+ filelock>=3.16.1
7
+ disklru>=2.0.1
8
+ appdirs>=1.4.4
9
+ rapidfuzz>=3.10.1
10
+ progress>=1.6
@@ -5,17 +5,12 @@ from pathlib import Path
5
5
  from tempfile import TemporaryDirectory
6
6
 
7
7
  from fastled.compile_server import CompileServer
8
- from fastled.paths import PROJECT_ROOT
9
8
  from fastled.project_init import project_init
10
9
  from fastled.web_compile import CompileResult
11
10
 
12
11
  HERE = Path(__file__).parent
13
12
  TEST_DIR = HERE / "test_ino" / "wasm"
14
13
 
15
- _USE_LOCALHOST = False
16
- _HOST = "http://localhost" if _USE_LOCALHOST else None
17
- _PROJECT_ROOT = PROJECT_ROOT.resolve()
18
-
19
14
 
20
15
  EXAMPLES = [
21
16
  "Blink",
@@ -1,10 +0,0 @@
1
- docker
2
- httpx
3
- watchdog
4
- livereload
5
- download
6
- filelock
7
- disklru>=2.0.1
8
- appdirs
9
- rapidfuzz
10
- progress
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