amalgam-lang 20.0.4__py3-none-macosx_12_0_x86_64.whl → 20.1.0__py3-none-macosx_12_0_x86_64.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 amalgam-lang might be problematic. Click here for more details.

amalgam/api.py CHANGED
@@ -1256,7 +1256,7 @@ class Amalgam:
1256
1256
  def eval_on_entity(
1257
1257
  self,
1258
1258
  handle: str,
1259
- amlg: str
1259
+ amlg: str | bytes
1260
1260
  ) -> bytes:
1261
1261
  """
1262
1262
  Execute arbitrary Amalgam code against an entity.
@@ -1265,7 +1265,7 @@ class Amalgam:
1265
1265
  ----------
1266
1266
  handle : str
1267
1267
  The handle of the amalgam entity.
1268
- amlg : str
1268
+ amlg : str | bytes
1269
1269
  The code to execute.
1270
1270
 
1271
1271
  Returns
@@ -1284,7 +1284,7 @@ class Amalgam:
1284
1284
  self._log_execution((
1285
1285
  "EVAL_ON_ENTITY "
1286
1286
  f"\"{self.escape_double_quotes(handle)}\" "
1287
- f"\"{self.escape_double_quotes(amlg)}\""
1287
+ f"\"{self.escape_double_quotes(str(amlg))}\""
1288
1288
  ))
1289
1289
  result = self.char_p_to_bytes(self.amlg.EvalOnEntity(
1290
1290
  handle_buf, amlg_buf))
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: amalgam-lang
3
- Version: 20.0.4
3
+ Version: 20.1.0
4
4
  Summary: A direct interface with Amalgam compiled DLL, dylib, or so.
5
5
  Author: Howso Incorporated
6
6
  Author-email: support@howso.com
@@ -1,13 +1,13 @@
1
1
  amalgam/__init__.py,sha256=oHu7Zr4eGDUqj93pLwz8t7gLa8lpAx6Q-xbGiJ3nJx0,18
2
- amalgam/api.py,sha256=zS2h1oKrNmXNERicQt6dcpjrOQ9XVm5PTf37AIDlMTI,44799
2
+ amalgam/api.py,sha256=B6e_KQYQWb7YpsllrLebdq1h-zLxUnczZdQLHfHFN8g,44820
3
3
  amalgam/lib/version.json,sha256=KMzauksuh5Xuf4KrKUVnu00tgyhG2OCMbBwYl2a41mk,250
4
4
  amalgam/lib/darwin/amd64/amalgam-mt-noavx.dylib,sha256=BAMqSTgRFhYB6a3aLqqGqY4lRp24o_o8ar64Y4Q3Vf8,3498248
5
5
  amalgam/lib/darwin/amd64/amalgam-mt.dylib,sha256=vs4_pcqRofeaZIFyHjwFb9gKMCpqGAvrpvxMYXOptqw,3836600
6
6
  amalgam/lib/darwin/amd64/amalgam-omp.dylib,sha256=KDCnELg0Sm22U83YDs50Ce7AHEJkGw2leKCmiesbZas,4161224
7
7
  amalgam/lib/darwin/amd64/amalgam-st.dylib,sha256=kgpyLOVJdaeIrSOwhj1EL49X7SIB8u01IqUaRGJ-QzA,3640344
8
8
  amalgam/lib/darwin/amd64/docs/version.json,sha256=wwZCgnqQkjUIXKLxuhfAl-_kaaPK7CB8j8u_hMp3Ius,25
9
- amalgam_lang-20.0.4.dist-info/licenses/LICENSE.txt,sha256=2xqHuoHohba7gpcZZKtOICRjzeKsQANXG8WoV9V35KM,33893
10
- amalgam_lang-20.0.4.dist-info/METADATA,sha256=q1DuylP2zaaYTcLd0_ezWmfldm7vD3-S9fDnzh0KfRY,43886
11
- amalgam_lang-20.0.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
12
- amalgam_lang-20.0.4.dist-info/top_level.txt,sha256=rmPHU144SyaB25u5-FAQyECAQnJ39NvuJEcKXMRcdBo,8
13
- amalgam_lang-20.0.4.dist-info/RECORD,,
9
+ amalgam_lang-20.1.0.dist-info/licenses/LICENSE.txt,sha256=2xqHuoHohba7gpcZZKtOICRjzeKsQANXG8WoV9V35KM,33893
10
+ amalgam_lang-20.1.0.dist-info/METADATA,sha256=HJHN5H9EyKgspi-EqjHlvD7_glUk1H7qJtwNGN8Fkb4,43886
11
+ amalgam_lang-20.1.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
12
+ amalgam_lang-20.1.0.dist-info/top_level.txt,sha256=rmPHU144SyaB25u5-FAQyECAQnJ39NvuJEcKXMRcdBo,8
13
+ amalgam_lang-20.1.0.dist-info/RECORD,,