duckrun 0.0.0__py3-none-any.whl → 0.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.
- duckrun-0.1.0.dist-info/METADATA +11 -0
- duckrun-0.1.0.dist-info/RECORD +7 -0
- duckrun-0.0.0.dist-info/METADATA +0 -5
- duckrun-0.0.0.dist-info/RECORD +0 -7
- {duckrun-0.0.0.dist-info → duckrun-0.1.0.dist-info}/WHEEL +0 -0
- {duckrun-0.0.0.dist-info → duckrun-0.1.0.dist-info}/licenses/LICENSE +0 -0
- {duckrun-0.0.0.dist-info → duckrun-0.1.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,11 @@
|
|
1
|
+
Metadata-Version: 2.4
|
2
|
+
Name: duckrun
|
3
|
+
Version: 0.1.0
|
4
|
+
Summary: Lakehouse task runner powered by DuckDB for Microsoft Fabric
|
5
|
+
License-Expression: MIT
|
6
|
+
Project-URL: Homepage, https://github.com/djouallah/duckrun
|
7
|
+
Project-URL: Repository, https://github.com/djouallah/duckrun
|
8
|
+
Project-URL: Issues, https://github.com/djouallah/duckrun/issues
|
9
|
+
Requires-Python: >=3.9
|
10
|
+
License-File: LICENSE
|
11
|
+
Dynamic: license-file
|
@@ -0,0 +1,7 @@
|
|
1
|
+
duckrun/__init__.py,sha256=L0jRtD9Ld8Ti4e6GRvPDdHvkQCFAPHM43GSP7ARh6EM,241
|
2
|
+
duckrun/core.py,sha256=-Vf2nYwhdsVpTZS9mGBtm8j_HNAcHR7Cj075pida3Yw,13133
|
3
|
+
duckrun-0.1.0.dist-info/licenses/LICENSE,sha256=b0pMNsWFx7PvXXtQo-XLqFnPRirAtdWBWwQp39phnWI,20
|
4
|
+
duckrun-0.1.0.dist-info/METADATA,sha256=U6-bDm1EQx47ELIzUfFXYwcalUU9ZxfBsDleowie9L4,410
|
5
|
+
duckrun-0.1.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
6
|
+
duckrun-0.1.0.dist-info/top_level.txt,sha256=BknMEwebbUHrVAp3SC92ps8MPhK7XSYsaogTvi_DmEU,8
|
7
|
+
duckrun-0.1.0.dist-info/RECORD,,
|
duckrun-0.0.0.dist-info/METADATA
DELETED
duckrun-0.0.0.dist-info/RECORD
DELETED
@@ -1,7 +0,0 @@
|
|
1
|
-
duckrun/__init__.py,sha256=L0jRtD9Ld8Ti4e6GRvPDdHvkQCFAPHM43GSP7ARh6EM,241
|
2
|
-
duckrun/core.py,sha256=-Vf2nYwhdsVpTZS9mGBtm8j_HNAcHR7Cj075pida3Yw,13133
|
3
|
-
duckrun-0.0.0.dist-info/licenses/LICENSE,sha256=b0pMNsWFx7PvXXtQo-XLqFnPRirAtdWBWwQp39phnWI,20
|
4
|
-
duckrun-0.0.0.dist-info/METADATA,sha256=lIxf9HnDm_FlrLTRid0-ByYLw40wiozlSeOpvPgTomE,100
|
5
|
-
duckrun-0.0.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
6
|
-
duckrun-0.0.0.dist-info/top_level.txt,sha256=BknMEwebbUHrVAp3SC92ps8MPhK7XSYsaogTvi_DmEU,8
|
7
|
-
duckrun-0.0.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|