truealter 0.0.1__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: truealter
3
+ Version: 0.0.1
4
+ Summary: Identity infrastructure for the AI economy — Python SDK
5
+ Author-email: ALTER <dev@truealter.com>
6
+ License: MIT
7
+ Project-URL: Homepage, https://truealter.com
8
+ Project-URL: Repository, https://github.com/true-alter/Alter
9
+ Keywords: identity,mcp,psychometric,ai-agents
10
+ Classifier: Development Status :: 1 - Planning
11
+ Classifier: Intended Audience :: Developers
12
+ Classifier: License :: OSI Approved :: MIT License
13
+ Classifier: Programming Language :: Python :: 3
14
+ Classifier: Topic :: Software Development :: Libraries
15
+ Requires-Python: >=3.10
16
+ Description-Content-Type: text/markdown
17
+
18
+ # truealter
19
+
20
+ Identity infrastructure for the AI economy — Python SDK.
21
+
22
+ Coming soon. Visit [truealter.com](https://truealter.com) for more information.
@@ -0,0 +1,5 @@
1
+ # truealter
2
+
3
+ Identity infrastructure for the AI economy — Python SDK.
4
+
5
+ Coming soon. Visit [truealter.com](https://truealter.com) for more information.
@@ -0,0 +1,24 @@
1
+ [project]
2
+ name = "truealter"
3
+ version = "0.0.1"
4
+ description = "Identity infrastructure for the AI economy — Python SDK"
5
+ readme = "README.md"
6
+ license = {text = "MIT"}
7
+ requires-python = ">=3.10"
8
+ authors = [{name = "ALTER", email = "dev@truealter.com"}]
9
+ keywords = ["identity", "mcp", "psychometric", "ai-agents"]
10
+ classifiers = [
11
+ "Development Status :: 1 - Planning",
12
+ "Intended Audience :: Developers",
13
+ "License :: OSI Approved :: MIT License",
14
+ "Programming Language :: Python :: 3",
15
+ "Topic :: Software Development :: Libraries",
16
+ ]
17
+
18
+ [project.urls]
19
+ Homepage = "https://truealter.com"
20
+ Repository = "https://github.com/true-alter/Alter"
21
+
22
+ [build-system]
23
+ requires = ["setuptools>=68.0"]
24
+ build-backend = "setuptools.build_meta"
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -0,0 +1,2 @@
1
+ """ALTER — Identity infrastructure for the AI economy."""
2
+ __version__ = "0.0.1"
@@ -0,0 +1,22 @@
1
+ Metadata-Version: 2.4
2
+ Name: truealter
3
+ Version: 0.0.1
4
+ Summary: Identity infrastructure for the AI economy — Python SDK
5
+ Author-email: ALTER <dev@truealter.com>
6
+ License: MIT
7
+ Project-URL: Homepage, https://truealter.com
8
+ Project-URL: Repository, https://github.com/true-alter/Alter
9
+ Keywords: identity,mcp,psychometric,ai-agents
10
+ Classifier: Development Status :: 1 - Planning
11
+ Classifier: Intended Audience :: Developers
12
+ Classifier: License :: OSI Approved :: MIT License
13
+ Classifier: Programming Language :: Python :: 3
14
+ Classifier: Topic :: Software Development :: Libraries
15
+ Requires-Python: >=3.10
16
+ Description-Content-Type: text/markdown
17
+
18
+ # truealter
19
+
20
+ Identity infrastructure for the AI economy — Python SDK.
21
+
22
+ Coming soon. Visit [truealter.com](https://truealter.com) for more information.
@@ -0,0 +1,7 @@
1
+ README.md
2
+ pyproject.toml
3
+ src/truealter/__init__.py
4
+ src/truealter.egg-info/PKG-INFO
5
+ src/truealter.egg-info/SOURCES.txt
6
+ src/truealter.egg-info/dependency_links.txt
7
+ src/truealter.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ truealter