dcvpg 1.0.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.
@@ -0,0 +1,35 @@
1
+ Metadata-Version: 2.4
2
+ Name: dcvpg
3
+ Version: 1.0.0
4
+ Summary: Data Contract Validator and Pipeline Guardian — generic, open-source
5
+ Author-email: Data Engineering <you@email.com>
6
+ License: Apache-2.0
7
+ Requires-Python: >=3.11
8
+ Description-Content-Type: text/markdown
9
+ Requires-Dist: pydantic>=2.0
10
+ Requires-Dist: great-expectations>=0.18
11
+ Requires-Dist: pyyaml>=6.0
12
+ Requires-Dist: httpx>=0.27
13
+ Requires-Dist: click>=8.0
14
+ Requires-Dist: fastapi>=0.110
15
+ Requires-Dist: streamlit>=1.32
16
+ Requires-Dist: psycopg2-binary>=2.9
17
+ Requires-Dist: pandas>=2.0
18
+ Provides-Extra: airflow
19
+ Requires-Dist: apache-airflow>=2.8; extra == "airflow"
20
+ Provides-Extra: prefect
21
+ Requires-Dist: prefect>=2.0; extra == "prefect"
22
+ Provides-Extra: dagster
23
+ Requires-Dist: dagster>=1.0; extra == "dagster"
24
+ Provides-Extra: mcp
25
+ Requires-Dist: mcp>=1.0; extra == "mcp"
26
+ Provides-Extra: ai
27
+ Requires-Dist: anthropic>=0.25; extra == "ai"
28
+ Requires-Dist: deepdiff>=6.0; extra == "ai"
29
+ Requires-Dist: scipy; extra == "ai"
30
+ Requires-Dist: numpy; extra == "ai"
31
+ Requires-Dist: pandas; extra == "ai"
32
+ Requires-Dist: PyGithub>=2.0; extra == "ai"
33
+ Requires-Dist: slack-bolt>=1.0; extra == "ai"
34
+ Provides-Extra: all
35
+ Requires-Dist: dcvpg[ai,airflow,dagster,mcp,prefect]; extra == "all"
@@ -0,0 +1,5 @@
1
+ dcvpg-1.0.0.dist-info/METADATA,sha256=IcTdM8ibheXSPk7TAi3aZqs6U68rzgEopm-C0Hj4F8A,1213
2
+ dcvpg-1.0.0.dist-info/WHEEL,sha256=YCfwYGOYMi5Jhw2fU4yNgwErybb2IX5PEwBKV4ZbdBo,91
3
+ dcvpg-1.0.0.dist-info/entry_points.txt,sha256=5flluSPG68bplNTj67Savp_Gs5OT3UYh7QdBciNFpKg,45
4
+ dcvpg-1.0.0.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
5
+ dcvpg-1.0.0.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (82.0.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ dcvpg = dcvpg.cli.main:cli
@@ -0,0 +1 @@
1
+