memstead 0.0.1__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.
memstead/__init__.py ADDED
@@ -0,0 +1,8 @@
1
+ """Memstead — typed, validated knowledge models for AI agents.
2
+
3
+ Name reservation; the first real release lands with the public launch.
4
+ See https://memstead.com and https://github.com/memstead
5
+ """
6
+
7
+ __version__ = "0.0.1"
8
+ HOMEPAGE = "https://memstead.com"
@@ -0,0 +1,15 @@
1
+ Metadata-Version: 2.4
2
+ Name: memstead
3
+ Version: 0.0.1
4
+ Summary: Memstead — typed, validated knowledge models for AI agents, installable like packages. Name reservation; the first real release lands with the public launch.
5
+ Project-URL: Homepage, https://memstead.com
6
+ Project-URL: Repository, https://github.com/memstead
7
+ License: MIT OR Apache-2.0
8
+ Requires-Python: >=3.9
9
+ Description-Content-Type: text/markdown
10
+
11
+ # memstead
12
+
13
+ Memstead — typed, validated knowledge models for AI agents, installable like packages.
14
+
15
+ This package name is reserved for the Memstead project; the first real release lands with the public launch. See [memstead.com](https://memstead.com) and [github.com/memstead](https://github.com/memstead).
@@ -0,0 +1,4 @@
1
+ memstead/__init__.py,sha256=7tAloJ3vvkWBZLMYgojYbNwU9dqW9YM7a3ZGrhTyTKo,255
2
+ memstead-0.0.1.dist-info/METADATA,sha256=4Y5EAoFCKXZQRW61-ZsGt-Cple3o1msqgGqK6xcsxj4,717
3
+ memstead-0.0.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
4
+ memstead-0.0.1.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.27.0
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any