weiser-ai 0.1.0__tar.gz

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,12 @@
1
+ Metadata-Version: 2.1
2
+ Name: weiser-ai
3
+ Version: 0.1.0
4
+ Summary: Data Quality powered by AI
5
+ Author-Email: Paco Valdez <paco.valdez@berkeley.edu>
6
+ License: MIT
7
+ Requires-Python: >=3.10
8
+ Description-Content-Type: text/markdown
9
+
10
+ # weiser
11
+
12
+ Data Quality powered by AI
@@ -0,0 +1,3 @@
1
+ # weiser
2
+
3
+ Data Quality powered by AI
@@ -0,0 +1,24 @@
1
+ [project]
2
+ name = "weiser-ai"
3
+ version = "0.1.0"
4
+ description = "Data Quality powered by AI"
5
+ authors = [
6
+ { name = "Paco Valdez", email = "paco.valdez@berkeley.edu" },
7
+ ]
8
+ dependencies = []
9
+ requires-python = ">=3.10"
10
+ readme = "README.md"
11
+
12
+ [project.license]
13
+ text = "MIT"
14
+
15
+ [build-system]
16
+ requires = [
17
+ "pdm-backend",
18
+ ]
19
+ build-backend = "pdm.backend"
20
+
21
+ [tool.pdm.dev-dependencies]
22
+ test = [
23
+ "pytest>=7.4.0",
24
+ ]