instar-harness 0.0.0__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,29 @@
1
+ Metadata-Version: 2.4
2
+ Name: instar-harness
3
+ Version: 0.0.0
4
+ Summary: Placeholder for Instar (import/CLI: instar), an open-source LLM measurement harness. Not yet released.
5
+ Author: Purple Blossom AI
6
+ License: Apache-2.0
7
+ Project-URL: Homepage, https://github.com/PurpleBlossomAI/instar
8
+ Project-URL: Source, https://github.com/PurpleBlossomAI/instar
9
+ Keywords: llm,evaluation,measurement,harness,routing
10
+ Classifier: Development Status :: 1 - Planning
11
+ Classifier: Intended Audience :: Developers
12
+ Classifier: Programming Language :: Python :: 3
13
+ Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
14
+ Requires-Python: >=3.10
15
+ Description-Content-Type: text/markdown
16
+
17
+ # Instar
18
+
19
+ **Name placeholder — not yet released.**
20
+
21
+ Instar is an open-source LLM measurement harness (Apache-2.0). It runs your own
22
+ workloads through candidate models, providers, and routing policies and produces
23
+ defensible cost / quality / latency numbers.
24
+
25
+ This `0.0.0` release reserves the **`instar-harness`** distribution name on PyPI
26
+ (the bare `instar` name is disallowed by PyPI's name policy). The import package
27
+ and CLI remain `instar` — you will `pip install instar-harness` and then use
28
+ `import instar` / the `instar` command. The first usable release will be `0.1.0`.
29
+ Follow development at https://github.com/PurpleBlossomAI/instar
@@ -0,0 +1,13 @@
1
+ # Instar
2
+
3
+ **Name placeholder — not yet released.**
4
+
5
+ Instar is an open-source LLM measurement harness (Apache-2.0). It runs your own
6
+ workloads through candidate models, providers, and routing policies and produces
7
+ defensible cost / quality / latency numbers.
8
+
9
+ This `0.0.0` release reserves the **`instar-harness`** distribution name on PyPI
10
+ (the bare `instar` name is disallowed by PyPI's name policy). The import package
11
+ and CLI remain `instar` — you will `pip install instar-harness` and then use
12
+ `import instar` / the `instar` command. The first usable release will be `0.1.0`.
13
+ Follow development at https://github.com/PurpleBlossomAI/instar
@@ -0,0 +1,26 @@
1
+ [build-system]
2
+ requires = ["setuptools>=68"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "instar-harness"
7
+ version = "0.0.0"
8
+ description = "Placeholder for Instar (import/CLI: instar), an open-source LLM measurement harness. Not yet released."
9
+ readme = "README.md"
10
+ requires-python = ">=3.10"
11
+ license = { text = "Apache-2.0" }
12
+ authors = [{ name = "Purple Blossom AI" }]
13
+ keywords = ["llm", "evaluation", "measurement", "harness", "routing"]
14
+ classifiers = [
15
+ "Development Status :: 1 - Planning",
16
+ "Intended Audience :: Developers",
17
+ "Programming Language :: Python :: 3",
18
+ "Topic :: Scientific/Engineering :: Artificial Intelligence",
19
+ ]
20
+
21
+ [project.urls]
22
+ Homepage = "https://github.com/PurpleBlossomAI/instar"
23
+ Source = "https://github.com/PurpleBlossomAI/instar"
24
+
25
+ [tool.setuptools.packages.find]
26
+ where = ["src"]
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -0,0 +1,7 @@
1
+ """Instar — placeholder release.
2
+
3
+ This distribution reserves the ``instar`` name on PyPI. It is not the harness.
4
+ The first usable release will be 0.1.0. See https://github.com/PurpleBlossomAI/instar
5
+ """
6
+
7
+ __version__ = "0.0.0"
@@ -0,0 +1,29 @@
1
+ Metadata-Version: 2.4
2
+ Name: instar-harness
3
+ Version: 0.0.0
4
+ Summary: Placeholder for Instar (import/CLI: instar), an open-source LLM measurement harness. Not yet released.
5
+ Author: Purple Blossom AI
6
+ License: Apache-2.0
7
+ Project-URL: Homepage, https://github.com/PurpleBlossomAI/instar
8
+ Project-URL: Source, https://github.com/PurpleBlossomAI/instar
9
+ Keywords: llm,evaluation,measurement,harness,routing
10
+ Classifier: Development Status :: 1 - Planning
11
+ Classifier: Intended Audience :: Developers
12
+ Classifier: Programming Language :: Python :: 3
13
+ Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
14
+ Requires-Python: >=3.10
15
+ Description-Content-Type: text/markdown
16
+
17
+ # Instar
18
+
19
+ **Name placeholder — not yet released.**
20
+
21
+ Instar is an open-source LLM measurement harness (Apache-2.0). It runs your own
22
+ workloads through candidate models, providers, and routing policies and produces
23
+ defensible cost / quality / latency numbers.
24
+
25
+ This `0.0.0` release reserves the **`instar-harness`** distribution name on PyPI
26
+ (the bare `instar` name is disallowed by PyPI's name policy). The import package
27
+ and CLI remain `instar` — you will `pip install instar-harness` and then use
28
+ `import instar` / the `instar` command. The first usable release will be `0.1.0`.
29
+ Follow development at https://github.com/PurpleBlossomAI/instar
@@ -0,0 +1,7 @@
1
+ README.md
2
+ pyproject.toml
3
+ src/instar/__init__.py
4
+ src/instar_harness.egg-info/PKG-INFO
5
+ src/instar_harness.egg-info/SOURCES.txt
6
+ src/instar_harness.egg-info/dependency_links.txt
7
+ src/instar_harness.egg-info/top_level.txt