datavein 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.
datavein/__init__.py
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: datavein
|
|
3
|
+
Version: 0.1.0
|
|
4
|
+
Summary: Open source data ecosystem on Apache Iceberg
|
|
5
|
+
Project-URL: Homepage, https://github.com/yourusername/datavein
|
|
6
|
+
Author-email: Anup Moncy <n93181165@gmail.com>
|
|
7
|
+
License-Expression: Apache-2.0
|
|
8
|
+
Keywords: data,governance,iceberg,lakehouse,lineage,open-source
|
|
9
|
+
Classifier: Development Status :: 3 - Alpha
|
|
10
|
+
Classifier: License :: OSI Approved :: Apache Software License
|
|
11
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
12
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
13
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
14
|
+
Classifier: Topic :: Database
|
|
15
|
+
Requires-Python: >=3.9
|
|
16
|
+
Description-Content-Type: text/markdown
|
|
17
|
+
|
|
18
|
+
# datavein
|
|
19
|
+
Open source data ecosystem on Apache Iceberg.
|
|
20
|
+
Coming soon. Apache 2.0.
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
datavein/__init__.py,sha256=TNzUcrslU8tfwXqLWzvmJW_U_KMT73scfzHjq4SxM-M,42
|
|
2
|
+
datavein-0.1.0.dist-info/METADATA,sha256=maKVH_otrC6Oosi99pycG_Xfp777KW0rA5Xl2ZUTI94,747
|
|
3
|
+
datavein-0.1.0.dist-info/WHEEL,sha256=QccIxa26bgl1E6uMy58deGWi-0aeIkkangHcxk2kWfw,87
|
|
4
|
+
datavein-0.1.0.dist-info/RECORD,,
|