niobe 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.
niobe-0.0.1/PKG-INFO ADDED
@@ -0,0 +1,23 @@
1
+ Metadata-Version: 2.4
2
+ Name: niobe
3
+ Version: 0.0.1
4
+ Summary: Runtime intelligence for AI agents — local-first runtime observation via MCP
5
+ Author: evo-hydra
6
+ License: MIT
7
+ Project-URL: Homepage, https://github.com/evo-hydra/niobe
8
+ Classifier: Development Status :: 1 - Planning
9
+ Classifier: License :: OSI Approved :: MIT License
10
+ Classifier: Programming Language :: Python :: 3
11
+ Classifier: Programming Language :: Python :: 3.10
12
+ Classifier: Programming Language :: Python :: 3.11
13
+ Classifier: Programming Language :: Python :: 3.12
14
+ Requires-Python: >=3.10
15
+ Description-Content-Type: text/markdown
16
+
17
+ # Niobe
18
+
19
+ Runtime intelligence for AI agents.
20
+
21
+ Niobe is a local-first runtime observer that watches your running development and staging applications and exposes structured runtime intelligence via MCP. It answers the question: **"What is the system doing right now, and did my change make it worse?"**
22
+
23
+ > Coming soon.
niobe-0.0.1/README.md ADDED
@@ -0,0 +1,7 @@
1
+ # Niobe
2
+
3
+ Runtime intelligence for AI agents.
4
+
5
+ Niobe is a local-first runtime observer that watches your running development and staging applications and exposes structured runtime intelligence via MCP. It answers the question: **"What is the system doing right now, and did my change make it worse?"**
6
+
7
+ > Coming soon.
@@ -0,0 +1,23 @@
1
+ [build-system]
2
+ requires = ["setuptools>=68.0", "wheel"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "niobe"
7
+ version = "0.0.1"
8
+ description = "Runtime intelligence for AI agents — local-first runtime observation via MCP"
9
+ readme = "README.md"
10
+ license = {text = "MIT"}
11
+ requires-python = ">=3.10"
12
+ authors = [{name = "evo-hydra"}]
13
+ classifiers = [
14
+ "Development Status :: 1 - Planning",
15
+ "License :: OSI Approved :: MIT License",
16
+ "Programming Language :: Python :: 3",
17
+ "Programming Language :: Python :: 3.10",
18
+ "Programming Language :: Python :: 3.11",
19
+ "Programming Language :: Python :: 3.12",
20
+ ]
21
+
22
+ [project.urls]
23
+ Homepage = "https://github.com/evo-hydra/niobe"
niobe-0.0.1/setup.cfg ADDED
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -0,0 +1,3 @@
1
+ """Niobe — Runtime intelligence for AI agents."""
2
+
3
+ __version__ = "0.0.1"
@@ -0,0 +1,23 @@
1
+ Metadata-Version: 2.4
2
+ Name: niobe
3
+ Version: 0.0.1
4
+ Summary: Runtime intelligence for AI agents — local-first runtime observation via MCP
5
+ Author: evo-hydra
6
+ License: MIT
7
+ Project-URL: Homepage, https://github.com/evo-hydra/niobe
8
+ Classifier: Development Status :: 1 - Planning
9
+ Classifier: License :: OSI Approved :: MIT License
10
+ Classifier: Programming Language :: Python :: 3
11
+ Classifier: Programming Language :: Python :: 3.10
12
+ Classifier: Programming Language :: Python :: 3.11
13
+ Classifier: Programming Language :: Python :: 3.12
14
+ Requires-Python: >=3.10
15
+ Description-Content-Type: text/markdown
16
+
17
+ # Niobe
18
+
19
+ Runtime intelligence for AI agents.
20
+
21
+ Niobe is a local-first runtime observer that watches your running development and staging applications and exposes structured runtime intelligence via MCP. It answers the question: **"What is the system doing right now, and did my change make it worse?"**
22
+
23
+ > Coming soon.
@@ -0,0 +1,7 @@
1
+ README.md
2
+ pyproject.toml
3
+ src/niobe/__init__.py
4
+ src/niobe.egg-info/PKG-INFO
5
+ src/niobe.egg-info/SOURCES.txt
6
+ src/niobe.egg-info/dependency_links.txt
7
+ src/niobe.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ niobe