adaad-core 9.75.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,22 @@
1
+ Metadata-Version: 2.4
2
+ Name: adaad-core
3
+ Version: 9.75.0
4
+ Summary: ADAAD Constitutional Governance Kernel — stable API surface for governed autonomous software evolution
5
+ Author-email: Innovative AI LLC <devadaad@innovativeai.dev>
6
+ License: Apache-2.0
7
+ Project-URL: Homepage, https://github.com/InnovativeAI-adaad/adaad
8
+ Project-URL: Repository, https://github.com/InnovativeAI-adaad/adaad
9
+ Project-URL: Documentation, https://github.com/InnovativeAI-adaad/adaad/blob/main/docs/ADAAD_CORE_API.md
10
+ Keywords: adaad,governance,autonomous,constitutional,ai-safety
11
+ Classifier: Development Status :: 4 - Beta
12
+ Classifier: Intended Audience :: Developers
13
+ Classifier: License :: OSI Approved :: Apache Software License
14
+ Classifier: Programming Language :: Python :: 3
15
+ Classifier: Programming Language :: Python :: 3.11
16
+ Classifier: Programming Language :: Python :: 3.12
17
+ Classifier: Topic :: Software Development :: Libraries
18
+ Classifier: Topic :: Security
19
+ Requires-Python: >=3.11
20
+ Description-Content-Type: text/markdown
21
+ Requires-Dist: cryptography>=42.0
22
+ Requires-Dist: pydantic>=2.0
@@ -0,0 +1,38 @@
1
+ [build-system]
2
+ requires = ["setuptools>=68", "wheel"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "adaad-core"
7
+ version = "9.75.0"
8
+ description = "ADAAD Constitutional Governance Kernel — stable API surface for governed autonomous software evolution"
9
+ readme = "../../README.md"
10
+ license = { text = "Apache-2.0" }
11
+ authors = [
12
+ { name = "Innovative AI LLC", email = "devadaad@innovativeai.dev" }
13
+ ]
14
+ keywords = ["adaad", "governance", "autonomous", "constitutional", "ai-safety"]
15
+ classifiers = [
16
+ "Development Status :: 4 - Beta",
17
+ "Intended Audience :: Developers",
18
+ "License :: OSI Approved :: Apache Software License",
19
+ "Programming Language :: Python :: 3",
20
+ "Programming Language :: Python :: 3.11",
21
+ "Programming Language :: Python :: 3.12",
22
+ "Topic :: Software Development :: Libraries",
23
+ "Topic :: Security",
24
+ ]
25
+ requires-python = ">=3.11"
26
+ dependencies = [
27
+ "cryptography>=42.0",
28
+ "pydantic>=2.0",
29
+ ]
30
+
31
+ [project.urls]
32
+ Homepage = "https://github.com/InnovativeAI-adaad/adaad"
33
+ Repository = "https://github.com/InnovativeAI-adaad/adaad"
34
+ Documentation = "https://github.com/InnovativeAI-adaad/adaad/blob/main/docs/ADAAD_CORE_API.md"
35
+
36
+ [tool.setuptools.packages.find]
37
+ where = ["../.."]
38
+ include = ["adaad_core*"]
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+