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,6 @@
1
+ """dst — a governed data access layer. Placeholder release.
2
+
3
+ The functional release follows; it installs the `dst` console script.
4
+ """
5
+
6
+ __version__ = "0.0.1"
@@ -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,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.32.0
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any