hypothex 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.
hypothex/__init__.py ADDED
@@ -0,0 +1,3 @@
1
+ """Hypothex: experiment tracker for AI researchers. Placeholder release."""
2
+
3
+ __version__ = "0.0.1"
@@ -0,0 +1,15 @@
1
+ Metadata-Version: 2.5
2
+ Name: hypothex
3
+ Version: 0.0.1
4
+ Summary: Experiment tracker and control panel for AI researchers and their agents. (Name reserved; first release coming soon.)
5
+ Project-URL: Homepage, https://github.com/hypothex/hypothex
6
+ Author-email: Shreyas Vinaya Sathyanarayana <shreyas.college@gmail.com>
7
+ License-Expression: Apache-2.0
8
+ Requires-Python: >=3.11
9
+ Description-Content-Type: text/markdown
10
+
11
+ # Hypothex
12
+
13
+ Experiment tracker and control panel for AI researchers and their agents.
14
+
15
+ This is a name reservation. The first real release is in progress at https://github.com/hypothex/hypothex.
@@ -0,0 +1,4 @@
1
+ hypothex/__init__.py,sha256=5Txc-ayZ-ZdzMWx_C0i-k1T5-CjpZb9tjMMyVS8uPwU,99
2
+ hypothex-0.0.1.dist-info/METADATA,sha256=-hMyu0Y1oAA02p4am7jfjEndLZ5kr0CRo_NaiQ_kQDg,601
3
+ hypothex-0.0.1.dist-info/WHEEL,sha256=W3fkpkm7-wf9vBI5Z-7s0eWkeM-spu78I8Neb98DeEg,87
4
+ hypothex-0.0.1.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.32.4
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any