dst-core 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.
dst_core/__init__.py
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
Metadata-Version: 2.5
|
|
2
|
+
Name: dst-core
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: dst — a governed data access layer. Placeholder release.
|
|
5
|
+
Author: Anton Heikinheimo
|
|
6
|
+
License-Expression: Apache-2.0
|
|
7
|
+
Keywords: data,governance,semantic-layer,warehouse
|
|
8
|
+
Classifier: Development Status :: 1 - Planning
|
|
9
|
+
Classifier: Intended Audience :: Developers
|
|
10
|
+
Classifier: Programming Language :: Python :: 3
|
|
11
|
+
Requires-Python: >=3.11
|
|
12
|
+
Description-Content-Type: text/markdown
|
|
13
|
+
|
|
14
|
+
# dst-core
|
|
15
|
+
|
|
16
|
+
Distribution name for **dst**, a governed data access layer. Installs the `dst`
|
|
17
|
+
console script.
|
|
18
|
+
|
|
19
|
+
This `0.0.1` is a placeholder reserving the name while the project is finished.
|
|
20
|
+
The functional release follows.
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
dst_core/__init__.py,sha256=WM4pgKBQDxe9PjZIseY4pE2JHPuS_34TzSzXzxE5LB0,160
|
|
2
|
+
dst_core-0.0.1.dist-info/METADATA,sha256=AHBICvl4c1G68R7kPTC9MktHJZ04vc2v5cw9oPQdrNM,653
|
|
3
|
+
dst_core-0.0.1.dist-info/WHEEL,sha256=zOwg4jB6zX2kU910N-cMawjivD6tO8NEWvE12je1bVk,87
|
|
4
|
+
dst_core-0.0.1.dist-info/RECORD,,
|