machine-dialect 0.1.0a1__py3-none-any.whl → 0.1.0a2__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.
- {machine_dialect-0.1.0a1.dist-info → machine_dialect-0.1.0a2.dist-info}/METADATA +7 -7
- {machine_dialect-0.1.0a1.dist-info → machine_dialect-0.1.0a2.dist-info}/RECORD +6 -6
- {machine_dialect-0.1.0a1.dist-info → machine_dialect-0.1.0a2.dist-info}/WHEEL +0 -0
- {machine_dialect-0.1.0a1.dist-info → machine_dialect-0.1.0a2.dist-info}/entry_points.txt +0 -0
- {machine_dialect-0.1.0a1.dist-info → machine_dialect-0.1.0a2.dist-info}/licenses/LICENSE +0 -0
- {machine_dialect-0.1.0a1.dist-info → machine_dialect-0.1.0a2.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: machine-dialect
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.0a2
|
4
4
|
Summary: Machine Dialect™ - Natural language programming in Markdown
|
5
5
|
Author: Lajara AI, LLC
|
6
6
|
Project-URL: Homepage, https://github.com/kennylajara/machine-dialect
|
@@ -17,14 +17,14 @@ Classifier: Programming Language :: Python :: 3.13
|
|
17
17
|
Classifier: Topic :: Software Development :: Code Generators
|
18
18
|
Classifier: Topic :: Software Development :: Compilers
|
19
19
|
Classifier: Topic :: Software Development :: Interpreters
|
20
|
-
Requires-Python:
|
20
|
+
Requires-Python: <=13,>=3.10
|
21
21
|
Description-Content-Type: text/markdown
|
22
22
|
License-File: LICENSE
|
23
|
-
Requires-Dist: rfc3986
|
24
|
-
Requires-Dist: click
|
25
|
-
Requires-Dist: lark
|
26
|
-
Requires-Dist: openai
|
27
|
-
Requires-Dist: machine-dialect-vm
|
23
|
+
Requires-Dist: rfc3986==2.0.0
|
24
|
+
Requires-Dist: click==8.2.1
|
25
|
+
Requires-Dist: lark==1.2.2
|
26
|
+
Requires-Dist: openai==1.99.9
|
27
|
+
Requires-Dist: machine-dialect-vm==0.1.0a2
|
28
28
|
Dynamic: license-file
|
29
29
|
|
30
30
|
# Machine Dialect™
|
@@ -259,10 +259,10 @@ machine_dialect/type_checking/__init__.py,sha256=8Hn4Tku2OaqCZcR92kRHSL3J9D8M9H0
|
|
259
259
|
machine_dialect/type_checking/type_system.py,sha256=_0KwPySFXX19c5GBxxdHJRHqOyygKAdBMEkmw-VX1L0,8496
|
260
260
|
machine_dialect/type_checking/tests/__init__.py,sha256=4c3lf1Qiw2c_oC9exXoCsrfsv1pcPrKqgJaBEcep_KU,52
|
261
261
|
machine_dialect/type_checking/tests/test_type_system.py,sha256=SB7vJABYYDBKSjYe2sP7lw9kAN-EwkiVDgQAk0cIFrQ,9532
|
262
|
-
machine_dialect-0.1.
|
262
|
+
machine_dialect-0.1.0a2.dist-info/licenses/LICENSE,sha256=4eDxgHEv174pvSoKQ1SHHxU4Rg8fwPU9_ZAYX-jPLBQ,11545
|
263
263
|
machine_dialect_vm/__init__.pyi,sha256=CUnbGvsS7OqCEeNi2Cb5Fgb5uhBrMMoWVNFXeQDZNVk,418
|
264
|
-
machine_dialect-0.1.
|
265
|
-
machine_dialect-0.1.
|
266
|
-
machine_dialect-0.1.
|
267
|
-
machine_dialect-0.1.
|
268
|
-
machine_dialect-0.1.
|
264
|
+
machine_dialect-0.1.0a2.dist-info/METADATA,sha256=C5y-s-E3bGWCTyzk2yMlwweaXerLD9SnWnkdTYL0yK4,4510
|
265
|
+
machine_dialect-0.1.0a2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
266
|
+
machine_dialect-0.1.0a2.dist-info/entry_points.txt,sha256=p6bQ7sDSeFKrGD_QeXyNDGylPPb0FlP1t-cf1T9Rjxo,101
|
267
|
+
machine_dialect-0.1.0a2.dist-info/top_level.txt,sha256=5BAY-nZJM1P3DswA5yluZTjQDCuScDHt9vEqsYgJvZ8,35
|
268
|
+
machine_dialect-0.1.0a2.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|