auverndb 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,18 @@
1
+ Metadata-Version: 2.4
2
+ Name: auverndb
3
+ Version: 0.0.1
4
+ Summary: Placeholder for the official Auvern client SDK. The real package lands at launch — https://auvern.ai
5
+ License: Apache-2.0
6
+ Project-URL: Homepage, https://auvern.ai
7
+ Classifier: Development Status :: 1 - Planning
8
+ Classifier: License :: OSI Approved :: Apache Software License
9
+ Classifier: Programming Language :: Python :: 3
10
+ Requires-Python: >=3.10
11
+ Description-Content-Type: text/markdown
12
+
13
+ # auverndb
14
+
15
+ Name reservation for **Auvern** — the memory engine for AI agents. The
16
+ canonical package is [`auvern`](https://pypi.org/project/auvern/).
17
+
18
+ https://auvern.ai
@@ -0,0 +1,6 @@
1
+ # auverndb
2
+
3
+ Name reservation for **Auvern** — the memory engine for AI agents. The
4
+ canonical package is [`auvern`](https://pypi.org/project/auvern/).
5
+
6
+ https://auvern.ai
@@ -0,0 +1,22 @@
1
+ [build-system]
2
+ requires = ["setuptools>=68"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "auverndb"
7
+ version = "0.0.1"
8
+ description = "Placeholder for the official Auvern client SDK. The real package lands at launch — https://auvern.ai"
9
+ readme = "README.md"
10
+ license = { text = "Apache-2.0" }
11
+ requires-python = ">=3.10"
12
+ classifiers = [
13
+ "Development Status :: 1 - Planning",
14
+ "License :: OSI Approved :: Apache Software License",
15
+ "Programming Language :: Python :: 3",
16
+ ]
17
+
18
+ [project.urls]
19
+ Homepage = "https://auvern.ai"
20
+
21
+ [tool.setuptools.packages.find]
22
+ where = ["src"]
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -0,0 +1,9 @@
1
+ """Placeholder for the official Auvern client SDK (alias package).
2
+
3
+ The canonical package is ``auvern``. This name is reserved to prevent
4
+ typosquatting. Product: https://auvern.ai
5
+ """
6
+
7
+ __version__ = "0.0.1"
8
+
9
+ HOMEPAGE = "https://auvern.ai"
@@ -0,0 +1,18 @@
1
+ Metadata-Version: 2.4
2
+ Name: auverndb
3
+ Version: 0.0.1
4
+ Summary: Placeholder for the official Auvern client SDK. The real package lands at launch — https://auvern.ai
5
+ License: Apache-2.0
6
+ Project-URL: Homepage, https://auvern.ai
7
+ Classifier: Development Status :: 1 - Planning
8
+ Classifier: License :: OSI Approved :: Apache Software License
9
+ Classifier: Programming Language :: Python :: 3
10
+ Requires-Python: >=3.10
11
+ Description-Content-Type: text/markdown
12
+
13
+ # auverndb
14
+
15
+ Name reservation for **Auvern** — the memory engine for AI agents. The
16
+ canonical package is [`auvern`](https://pypi.org/project/auvern/).
17
+
18
+ https://auvern.ai
@@ -0,0 +1,7 @@
1
+ README.md
2
+ pyproject.toml
3
+ src/auverndb/__init__.py
4
+ src/auverndb.egg-info/PKG-INFO
5
+ src/auverndb.egg-info/SOURCES.txt
6
+ src/auverndb.egg-info/dependency_links.txt
7
+ src/auverndb.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ auverndb