lucidaflow 1.0.9__py3-none-any.whl → 1.1.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.
- lucidaflow/__main__.py +1 -1
- {lucidaflow-1.0.9.dist-info → lucidaflow-1.1.0.dist-info}/METADATA +1 -1
- {lucidaflow-1.0.9.dist-info → lucidaflow-1.1.0.dist-info}/RECORD +7 -7
- {lucidaflow-1.0.9.dist-info → lucidaflow-1.1.0.dist-info}/WHEEL +0 -0
- {lucidaflow-1.0.9.dist-info → lucidaflow-1.1.0.dist-info}/entry_points.txt +0 -0
- {lucidaflow-1.0.9.dist-info → lucidaflow-1.1.0.dist-info}/licenses/LICENSE +0 -0
- {lucidaflow-1.0.9.dist-info → lucidaflow-1.1.0.dist-info}/top_level.txt +0 -0
lucidaflow/__main__.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: lucidaflow
|
|
3
|
-
Version: 1.0
|
|
3
|
+
Version: 1.1.0
|
|
4
4
|
Summary: Uma linguagem de script moderna, extensível e com tipagem gradual, implementada em Python.
|
|
5
5
|
Author-email: Marco Lago <marconeed2@gmail.com>
|
|
6
6
|
Project-URL: Homepage, https://github.com/marconeed/Lucida-Flow
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
lucidaflow/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
-
lucidaflow/__main__.py,sha256=
|
|
2
|
+
lucidaflow/__main__.py,sha256=RcggmWFdsBDRSacO63i6K_Uzg2MR0FLkrBESkmcxST4,659
|
|
3
3
|
lucidaflow/cli.py,sha256=tix8le1L_ps4D93GxZCvzquRlWUfVBkqnkjXyiHQrj8,2820
|
|
4
4
|
lucidaflow/lucida_analyzer.py,sha256=q8lvfUI2FbG5hfv_34c0VTnT-JNd6MjkPPmkMw1SDPA,50799
|
|
5
5
|
lucidaflow/lucida_ast.py,sha256=TeomKhErVrXD9gdx3NpBivrXolK5j7qNWx-dbrlHHas,12302
|
|
@@ -13,9 +13,9 @@ lucidaflow/lib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
13
13
|
lucidaflow/lib/dado.py,sha256=7rHJ1cXVCOmQ5x5sxArRhxSk-yCED7K1jXLCK1dSqgs,1145
|
|
14
14
|
lucidaflow/lib/json.py,sha256=ZUHEBVAB6brH988u6zNQaN3ZB7SWOZ8iJkXYf8q9QsQ,1475
|
|
15
15
|
lucidaflow/lib/web.py,sha256=lmzNgV2stcytsD6JGEuEdOs4Db5y8cUkrUx9EOeyRfk,1122
|
|
16
|
-
lucidaflow-1.0.
|
|
17
|
-
lucidaflow-1.0.
|
|
18
|
-
lucidaflow-1.0.
|
|
19
|
-
lucidaflow-1.0.
|
|
20
|
-
lucidaflow-1.0.
|
|
21
|
-
lucidaflow-1.0.
|
|
16
|
+
lucidaflow-1.1.0.dist-info/licenses/LICENSE,sha256=Jh84joCKoVDVazEsQ-GeXr6K336bDgu5mGcjgFKM-RI,1088
|
|
17
|
+
lucidaflow-1.1.0.dist-info/METADATA,sha256=s3o_ss0WRgGRSi4IlEYaM92zAT7mMJkKr4VIvI64qhM,64557
|
|
18
|
+
lucidaflow-1.1.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
19
|
+
lucidaflow-1.1.0.dist-info/entry_points.txt,sha256=pHHq39ZoRw6PkeIohtiwf6vIBAvRpfwOVn5Tr9-2Rv8,51
|
|
20
|
+
lucidaflow-1.1.0.dist-info/top_level.txt,sha256=QAnM_ZQla0_f0t2FDkQ_U1faUfaZ-rcS_L6C5JYG8T4,11
|
|
21
|
+
lucidaflow-1.1.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|