dyngle 1.1.0__py3-none-any.whl → 1.2.0__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.

Potentially problematic release.


This version of dyngle might be problematic. Click here for more details.

@@ -108,9 +108,9 @@ def _evaluate(expression: str, locals: dict) -> str:
108
108
  """
109
109
  try:
110
110
  result = eval(expression, GLOBALS, locals)
111
- except KeyError:
111
+ except KeyError as error:
112
112
  raise DyngleError(f"The following expression contains " +
113
- f"at least one invalid name: {expression}")
113
+ f"invalid name '{error}:\n{expression}")
114
114
 
115
115
  # Allow the use of a comma to separate sub-expressions, which can then use
116
116
  # warus to set values, and only the last exxpression in the list returns a
@@ -1,16 +1,15 @@
1
- Metadata-Version: 2.3
1
+ Metadata-Version: 2.4
2
2
  Name: dyngle
3
- Version: 1.1.0
3
+ Version: 1.2.0
4
4
  Summary: Run lightweight local workflows
5
5
  License: MIT
6
6
  Author: Steampunk Wizard
7
7
  Author-email: dyngle@steamwiz.io
8
- Requires-Python: >=3.11,<4.0
8
+ Requires-Python: >=3.13,<4.0
9
9
  Classifier: License :: OSI Approved :: MIT License
10
10
  Classifier: Programming Language :: Python :: 3
11
- Classifier: Programming Language :: Python :: 3.11
12
- Classifier: Programming Language :: Python :: 3.12
13
11
  Classifier: Programming Language :: Python :: 3.13
12
+ Classifier: Programming Language :: Python :: 3.14
14
13
  Requires-Dist: requests (>=2.32.3,<3.0.0)
15
14
  Requires-Dist: wizlib (>=3.3.8,<3.4.0)
16
15
  Description-Content-Type: text/markdown
@@ -4,12 +4,12 @@ dyngle/command/__init__.py,sha256=1S86gbef8MYvG-TWD5JRIWzFg7qV5xKhp9QXx9zEx5c,94
4
4
  dyngle/command/run_command.py,sha256=gYTQjATRMu_81HLP-hrMz7GNw9Lcz2VjuhP7h_qYLcE,1514
5
5
  dyngle/error.py,sha256=CGcTa8L4O1qsHEYnzp_JBbkvntJTv2Qz46wj_TI8NLk,39
6
6
  dyngle/model/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
- dyngle/model/expression.py,sha256=giTf9DOsOrsl8ZmxV62WT80eYn9WWn-fHUVeaHnweD4,4425
7
+ dyngle/model/expression.py,sha256=9nwfahjOHtScjdDzjwWIleo60lJjtXGrPGfroCbslvg,4431
8
8
  dyngle/model/live_data.py,sha256=yWiTgb9w9KaJ2yynGEudfu89Z3hOoHcLdUXfEJRtZG4,1197
9
9
  dyngle/model/operation.py,sha256=nSz-8Eh03xAvQlc6Wzn56t-dMArp9uJWY_8XJJZEIwc,1743
10
10
  dyngle/model/safe_path.py,sha256=Hk2AhP6e3yKGh3kKrLLwhvAlMNx-j2jObBYJL-_doAU,3339
11
11
  dyngle/model/template.py,sha256=MeXu--ZNtj_ujABU1GjjcQ1Ea_o_M-50LocuXFeOLRE,887
12
- dyngle-1.1.0.dist-info/METADATA,sha256=BmbR_4NzuoA2ytFPFFkMj_M5ktX9UY1Xp052kDynwV4,9761
13
- dyngle-1.1.0.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
14
- dyngle-1.1.0.dist-info/entry_points.txt,sha256=rekiGhtweiHKm9g1jdGb3FhzqDrk1kigJDeSNollZSA,48
15
- dyngle-1.1.0.dist-info/RECORD,,
12
+ dyngle-1.2.0.dist-info/METADATA,sha256=0jg6HNybNbzJZZRr6-hEUDDMhHJVDNVrLdBZ3m8P7kA,9710
13
+ dyngle-1.2.0.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
14
+ dyngle-1.2.0.dist-info/entry_points.txt,sha256=rekiGhtweiHKm9g1jdGb3FhzqDrk1kigJDeSNollZSA,48
15
+ dyngle-1.2.0.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 2.1.3
2
+ Generator: poetry-core 2.2.1
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any