getmetatron 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.
getmetatron/__init__.py
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: getmetatron
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: Metatron — captured engineering decisions as priors for coding agents, served over MCP. Early scaffold; full release coming soon.
|
|
5
|
+
License: Proprietary
|
|
6
|
+
License-File: LICENSE
|
|
7
|
+
Classifier: Development Status :: 1 - Planning
|
|
8
|
+
Classifier: License :: Other/Proprietary License
|
|
9
|
+
Classifier: Programming Language :: Python :: 3
|
|
10
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
11
|
+
Requires-Python: >=3.12
|
|
12
|
+
Description-Content-Type: text/markdown
|
|
13
|
+
|
|
14
|
+
# getmetatron
|
|
15
|
+
|
|
16
|
+
Metatron captures engineering decisions and serves them as priors for coding agents over [MCP](https://modelcontextprotocol.io).
|
|
17
|
+
|
|
18
|
+
This release is a name reservation and early scaffold — the full package is coming soon. It currently contains no functional code.
|
|
19
|
+
|
|
20
|
+
All rights reserved.
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
getmetatron/__init__.py,sha256=ykhH3Oyrk0IMgkN-tFz8vEt9ta_ntdypORxsli0lT4g,119
|
|
2
|
+
getmetatron-0.0.1.dist-info/METADATA,sha256=8g53HQgtiV181TymNYRwvo32vxuMuY849RfCYTsoZHM,799
|
|
3
|
+
getmetatron-0.0.1.dist-info/WHEEL,sha256=QccIxa26bgl1E6uMy58deGWi-0aeIkkangHcxk2kWfw,87
|
|
4
|
+
getmetatron-0.0.1.dist-info/licenses/LICENSE,sha256=wk3RiUqwgalXiXiqtC4MKtDubatS3IfmppPLT5Msw8c,41
|
|
5
|
+
getmetatron-0.0.1.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Copyright (c) 2026. All rights reserved.
|