syncraft 0.1.29__py3-none-any.whl → 0.1.30__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-0.1.29.dist-info → syncraft-0.1.30.dist-info}/METADATA +1 -3
- {syncraft-0.1.29.dist-info → syncraft-0.1.30.dist-info}/RECORD +5 -5
- {syncraft-0.1.29.dist-info → syncraft-0.1.30.dist-info}/WHEEL +0 -0
- {syncraft-0.1.29.dist-info → syncraft-0.1.30.dist-info}/licenses/LICENSE +0 -0
- {syncraft-0.1.29.dist-info → syncraft-0.1.30.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: syncraft
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.30
|
|
4
4
|
Summary: Parser combinator library
|
|
5
5
|
Author-email: Michael Afmokt <michael@esacca.com>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -29,8 +29,6 @@ pip install syncraft
|
|
|
29
29
|
|
|
30
30
|
|
|
31
31
|
## TODO
|
|
32
|
-
- [ ] simplify the result of then_left and then_right by bimap the result in syntax.
|
|
33
|
-
- [ ] simplify the result of sep_by and between by bimap the result in syntax
|
|
34
32
|
- [ ] convert to dict/dataclass via bimap in syntax
|
|
35
33
|
- [ ] define DSL over Variable to construct predicates
|
|
36
34
|
- [ ] Try the parsing, generation, and data processing machinery on SQLite3 syntax. So that I can have direct feedback on the usability of this library and a fully functional SQLite3 library.
|
|
@@ -9,8 +9,8 @@ syncraft/parser.py,sha256=RkQwFv00rOI-n4kvG4baGVTdK46T-_Hw7OJ0FB7g72g,11379
|
|
|
9
9
|
syncraft/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
10
10
|
syncraft/sqlite3.py,sha256=Pq09IHZOwuWg5W82l9D1flzd36QV0TOHQpTJ5U02V8g,34701
|
|
11
11
|
syncraft/syntax.py,sha256=a3g-qcTHpIicMO0KseHuKe5liNfYawLRO-M1eCBS6d4,16574
|
|
12
|
-
syncraft-0.1.
|
|
13
|
-
syncraft-0.1.
|
|
14
|
-
syncraft-0.1.
|
|
15
|
-
syncraft-0.1.
|
|
16
|
-
syncraft-0.1.
|
|
12
|
+
syncraft-0.1.30.dist-info/licenses/LICENSE,sha256=wHSV424U5csa3339dy1AZbsz2xsd0hrkMx2QK48CcUk,1062
|
|
13
|
+
syncraft-0.1.30.dist-info/METADATA,sha256=hS0hq05nMjQnQTPDCeFxrvlkybCLjdsowLHLayIgHJE,1041
|
|
14
|
+
syncraft-0.1.30.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
15
|
+
syncraft-0.1.30.dist-info/top_level.txt,sha256=Kq3t8ESXB2xW1Xt3uPmkENFc-c4f2pamNmaURBk7zc8,9
|
|
16
|
+
syncraft-0.1.30.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|