bare-script 5.1.8__tar.gz → 5.1.9__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 (23) hide show
  1. {bare_script-5.1.8/src/bare_script.egg-info → bare_script-5.1.9}/PKG-INFO +14 -14
  2. {bare_script-5.1.8 → bare_script-5.1.9}/README.md +13 -13
  3. {bare_script-5.1.8 → bare_script-5.1.9}/pyproject.toml +1 -1
  4. bare_script-5.1.9/src/bare_script/include_source.py +1830 -0
  5. {bare_script-5.1.8 → bare_script-5.1.9/src/bare_script.egg-info}/PKG-INFO +14 -14
  6. bare_script-5.1.8/src/bare_script/include_source.py +0 -4666
  7. {bare_script-5.1.8 → bare_script-5.1.9}/LICENSE +0 -0
  8. {bare_script-5.1.8 → bare_script-5.1.9}/setup.cfg +0 -0
  9. {bare_script-5.1.8 → bare_script-5.1.9}/setup.py +0 -0
  10. {bare_script-5.1.8 → bare_script-5.1.9}/src/bare_script/__init__.py +0 -0
  11. {bare_script-5.1.8 → bare_script-5.1.9}/src/bare_script/__main__.py +0 -0
  12. {bare_script-5.1.8 → bare_script-5.1.9}/src/bare_script/bare.py +0 -0
  13. {bare_script-5.1.8 → bare_script-5.1.9}/src/bare_script/include.py +0 -0
  14. {bare_script-5.1.8 → bare_script-5.1.9}/src/bare_script/library.py +0 -0
  15. {bare_script-5.1.8 → bare_script-5.1.9}/src/bare_script/options.py +0 -0
  16. {bare_script-5.1.8 → bare_script-5.1.9}/src/bare_script/runtime.py +0 -0
  17. {bare_script-5.1.8 → bare_script-5.1.9}/src/bare_script/runtime_c.c +0 -0
  18. {bare_script-5.1.8 → bare_script-5.1.9}/src/bare_script/value.py +0 -0
  19. {bare_script-5.1.8 → bare_script-5.1.9}/src/bare_script.egg-info/SOURCES.txt +0 -0
  20. {bare_script-5.1.8 → bare_script-5.1.9}/src/bare_script.egg-info/dependency_links.txt +0 -0
  21. {bare_script-5.1.8 → bare_script-5.1.9}/src/bare_script.egg-info/entry_points.txt +0 -0
  22. {bare_script-5.1.8 → bare_script-5.1.9}/src/bare_script.egg-info/requires.txt +0 -0
  23. {bare_script-5.1.8 → bare_script-5.1.9}/src/bare_script.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bare-script
3
- Version: 5.1.8
3
+ Version: 5.1.9
4
4
  Summary: BareScript; a lightweight scripting and expression language
5
5
  Author-email: "Craig A. Hobbs" <craigahobbs@gmail.com>
6
6
  License-Expression: MIT
@@ -322,21 +322,21 @@ without a native Python equivalent are omitted.
322
322
 
323
323
  | Test | Language | Time (ms) | Multiple |
324
324
  | ---------------- | ---------------- | --------: | -------: |
325
- | mandelbrot | Python | 4630.9 | |
326
- | | BareScript (PyC) | 10900.0 | 2.4x |
327
- | | BareScript (Py) | 341300.0 | 73.7x |
328
- | schemaValidate | Python | 20.7 | |
329
- | | BareScript (PyC) | 105.6 | 5.1x |
330
- | | BareScript (Py) | 1433.2 | 69.2x |
331
- | urlEncode | Python | 1.1 | |
332
- | | BareScript (PyC) | 5.7 | 5.4x |
333
- | | BareScript (Py) | 39.6 | 37.5x |
325
+ | mandelbrot | Python | 4588.0 | |
326
+ | | BareScript (PyC) | 11100.0 | 2.4x |
327
+ | | BareScript (Py) | 340300.0 | 74.2x |
334
328
  | schemaParse | Python | 17.2 | |
335
- | | BareScript (PyC) | 123.6 | 7.2x |
336
- | | BareScript (Py) | 904.8 | 52.7x |
329
+ | | BareScript (PyC) | 110.0 | 6.4x |
330
+ | | BareScript (Py) | 878.4 | 51.1x |
331
+ | schemaValidate | Python | 20.4 | |
332
+ | | BareScript (PyC) | 103.6 | 5.1x |
333
+ | | BareScript (Py) | 1421.2 | 69.6x |
337
334
  | urlDecode | Python | 1.2 | |
338
- | | BareScript (PyC) | 13.2 | 11.2x |
339
- | | BareScript (Py) | 68.8 | 58.3x |
335
+ | | BareScript (PyC) | 11.1 | 9.3x |
336
+ | | BareScript (Py) | 66.0 | 55.5x |
337
+ | urlEncode | Python | 1.1 | |
338
+ | | BareScript (PyC) | 5.2 | 4.9x |
339
+ | | BareScript (Py) | 37.4 | 35.5x |
340
340
 
341
341
 
342
342
  ## Using BareScript with an AI Assistant
@@ -296,21 +296,21 @@ without a native Python equivalent are omitted.
296
296
 
297
297
  | Test | Language | Time (ms) | Multiple |
298
298
  | ---------------- | ---------------- | --------: | -------: |
299
- | mandelbrot | Python | 4630.9 | |
300
- | | BareScript (PyC) | 10900.0 | 2.4x |
301
- | | BareScript (Py) | 341300.0 | 73.7x |
302
- | schemaValidate | Python | 20.7 | |
303
- | | BareScript (PyC) | 105.6 | 5.1x |
304
- | | BareScript (Py) | 1433.2 | 69.2x |
305
- | urlEncode | Python | 1.1 | |
306
- | | BareScript (PyC) | 5.7 | 5.4x |
307
- | | BareScript (Py) | 39.6 | 37.5x |
299
+ | mandelbrot | Python | 4588.0 | |
300
+ | | BareScript (PyC) | 11100.0 | 2.4x |
301
+ | | BareScript (Py) | 340300.0 | 74.2x |
308
302
  | schemaParse | Python | 17.2 | |
309
- | | BareScript (PyC) | 123.6 | 7.2x |
310
- | | BareScript (Py) | 904.8 | 52.7x |
303
+ | | BareScript (PyC) | 110.0 | 6.4x |
304
+ | | BareScript (Py) | 878.4 | 51.1x |
305
+ | schemaValidate | Python | 20.4 | |
306
+ | | BareScript (PyC) | 103.6 | 5.1x |
307
+ | | BareScript (Py) | 1421.2 | 69.6x |
311
308
  | urlDecode | Python | 1.2 | |
312
- | | BareScript (PyC) | 13.2 | 11.2x |
313
- | | BareScript (Py) | 68.8 | 58.3x |
309
+ | | BareScript (PyC) | 11.1 | 9.3x |
310
+ | | BareScript (Py) | 66.0 | 55.5x |
311
+ | urlEncode | Python | 1.1 | |
312
+ | | BareScript (PyC) | 5.2 | 4.9x |
313
+ | | BareScript (Py) | 37.4 | 35.5x |
314
314
 
315
315
 
316
316
  ## Using BareScript with an AI Assistant
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "bare-script"
7
- version = "5.1.8"
7
+ version = "5.1.9"
8
8
  description = "BareScript; a lightweight scripting and expression language"
9
9
  readme = "README.md"
10
10
  license = "MIT"