exaflock 0.0.1__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.
exaflock/__init__.py ADDED
@@ -0,0 +1,6 @@
1
+ """Name reservation for the exaflock distributed query engine.
2
+
3
+ The real package is under active development. See https://github.com/exaflock.
4
+ """
5
+
6
+ __version__ = "0.0.1"
@@ -0,0 +1,16 @@
1
+ Metadata-Version: 2.4
2
+ Name: exaflock
3
+ Version: 0.0.1
4
+ Summary: Warm-pool distributed query engine. Name reservation — project under active development.
5
+ Project-URL: Homepage, https://github.com/exaflock
6
+ License-Expression: Apache-2.0
7
+ Keywords: analytics,distributed,duckdb,query-engine
8
+ Requires-Python: >=3.9
9
+ Description-Content-Type: text/markdown
10
+
11
+ # exaflock
12
+
13
+ Warm-pool distributed query engine.
14
+
15
+ This is a **name reservation**. The project is under active development;
16
+ the real release will land at https://github.com/exaflock.
@@ -0,0 +1,4 @@
1
+ exaflock/__init__.py,sha256=EKYJ2-0jxnrUM1rXD0ypsyj3NUu3ZQqeqJ8xuzokUdY,170
2
+ exaflock-0.0.1.dist-info/METADATA,sha256=1StkamTIQLz2cd6CSfkQxiOZqDJu3A-xcPWa8VY3BF4,531
3
+ exaflock-0.0.1.dist-info/WHEEL,sha256=lCkmxWfQsSc9CfIClYeavTdQeEX2toPqufh9gI35EQA,87
4
+ exaflock-0.0.1.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.31.0
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any