quorum-llm 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.
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: quorum-llm
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: This name is reserved. Install the real package: pip install quorum-ai
|
|
5
|
+
Project-URL: Homepage, https://quorum-ai.dev
|
|
6
|
+
Project-URL: Repository, https://github.com/jaquelinejaque/sovereignchain
|
|
7
|
+
Author-email: Jaqueline Martins <jaqueline@hsp-protocol.com>
|
|
8
|
+
License-Expression: MIT
|
|
9
|
+
Requires-Python: >=3.9
|
|
10
|
+
Description-Content-Type: text/markdown
|
|
11
|
+
|
|
12
|
+
# quorum-llm — name reserved
|
|
13
|
+
|
|
14
|
+
This name is reserved to prevent typosquatting against [quorum-ai](https://pypi.org/project/quorum-ai/).
|
|
15
|
+
|
|
16
|
+
Install the real package:
|
|
17
|
+
|
|
18
|
+
```bash
|
|
19
|
+
pip install quorum-ai
|
|
20
|
+
```
|
|
21
|
+
|
|
22
|
+
Multi-LLM consensus engine. Source-available under FSL-1.1.
|
|
23
|
+
Visit https://quorum-ai.dev for docs.
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# quorum-llm — name reserved
|
|
2
|
+
|
|
3
|
+
This name is reserved to prevent typosquatting against [quorum-ai](https://pypi.org/project/quorum-ai/).
|
|
4
|
+
|
|
5
|
+
Install the real package:
|
|
6
|
+
|
|
7
|
+
```bash
|
|
8
|
+
pip install quorum-ai
|
|
9
|
+
```
|
|
10
|
+
|
|
11
|
+
Multi-LLM consensus engine. Source-available under FSL-1.1.
|
|
12
|
+
Visit https://quorum-ai.dev for docs.
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
[project]
|
|
2
|
+
name = "quorum-llm"
|
|
3
|
+
version = "0.0.1"
|
|
4
|
+
description = "This name is reserved. Install the real package: pip install quorum-ai"
|
|
5
|
+
authors = [{name = "Jaqueline Martins", email = "jaqueline@hsp-protocol.com"}]
|
|
6
|
+
license = "MIT"
|
|
7
|
+
readme = "README.md"
|
|
8
|
+
requires-python = ">=3.9"
|
|
9
|
+
|
|
10
|
+
[project.urls]
|
|
11
|
+
Homepage = "https://quorum-ai.dev"
|
|
12
|
+
Repository = "https://github.com/jaquelinejaque/sovereignchain"
|
|
13
|
+
|
|
14
|
+
[build-system]
|
|
15
|
+
requires = ["hatchling"]
|
|
16
|
+
build-backend = "hatchling.build"
|
|
17
|
+
|
|
18
|
+
[tool.hatch.build.targets.wheel]
|
|
19
|
+
packages = ["quorum_llm"]
|