syncraft 0.1.7__py3-none-any.whl → 0.1.8__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 syncraft might be problematic. Click here for more details.

syncraft/py.typed ADDED
File without changes
@@ -1,16 +1,17 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: syncraft
3
- Version: 0.1.7
3
+ Version: 0.1.8
4
4
  Summary: Parser combinator library
5
5
  Author-email: Michael Afmokt <michael@esacca.com>
6
6
  License-Expression: MIT
7
- License-File: LICENSE
8
- Keywords: combinator,generator,parser,printer,sql,sqlite
7
+ Keywords: parser,combinator,sql,sqlite,generator,printer
9
8
  Requires-Python: >=3.9
9
+ Description-Content-Type: text/markdown
10
+ License-File: LICENSE
10
11
  Requires-Dist: rich>=14.1.0
11
12
  Requires-Dist: rstr>=3.2.2
12
13
  Requires-Dist: sqlglot>=27.7.0
13
- Description-Content-Type: text/markdown
14
+ Dynamic: license-file
14
15
 
15
16
  # Syncraft
16
17
 
@@ -5,8 +5,10 @@ syncraft/diagnostic.py,sha256=_kLbl1LlU4Y2PtsLLZFA_OLqeZqq1f2rjT_LRXLnDaI,2813
5
5
  syncraft/dsl.py,sha256=cUBBB8upivOJDfZteTgwppoRg8Z_e5Bo4urDgdUG_QU,16503
6
6
  syncraft/generator.py,sha256=Co7xfGOf-BIAkeq0RFZX87ERiWbSxk52XeiHyPCbwOI,12327
7
7
  syncraft/parser.py,sha256=wDiRJuNLsBsTBv0HZlGUGtkKMbDpIA8sTfsV3tA4BU0,22835
8
+ syncraft/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
8
9
  syncraft/sqlite3.py,sha256=2JNGDymSJti3mdc7hdeXIF78S6SsSLpKJwe6AzivskQ,34757
9
- syncraft-0.1.7.dist-info/METADATA,sha256=E1ryj8qIWEUXYOXkzXOC2TAssrGfNVOau6bdWIBTK7M,922
10
- syncraft-0.1.7.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
11
- syncraft-0.1.7.dist-info/licenses/LICENSE,sha256=wHSV424U5csa3339dy1AZbsz2xsd0hrkMx2QK48CcUk,1062
12
- syncraft-0.1.7.dist-info/RECORD,,
10
+ syncraft-0.1.8.dist-info/licenses/LICENSE,sha256=wHSV424U5csa3339dy1AZbsz2xsd0hrkMx2QK48CcUk,1062
11
+ syncraft-0.1.8.dist-info/METADATA,sha256=8m4zjfkA1-hLWlM7jVwAc039a73U0t5uj1Ve_e_0w3E,944
12
+ syncraft-0.1.8.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
13
+ syncraft-0.1.8.dist-info/top_level.txt,sha256=Kq3t8ESXB2xW1Xt3uPmkENFc-c4f2pamNmaURBk7zc8,9
14
+ syncraft-0.1.8.dist-info/RECORD,,
@@ -1,4 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: hatchling 1.27.0
2
+ Generator: setuptools (80.9.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
+
@@ -0,0 +1 @@
1
+ syncraft