protocol-governed-computing 2.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.
- protocol_governed_computing-2.0.0/PKG-INFO +80 -0
- protocol_governed_computing-2.0.0/README.md +52 -0
- protocol_governed_computing-2.0.0/pgc/__init__.py +2 -0
- protocol_governed_computing-2.0.0/pgc/cli.py +99 -0
- protocol_governed_computing-2.0.0/protocol_governed_computing.egg-info/PKG-INFO +80 -0
- protocol_governed_computing-2.0.0/protocol_governed_computing.egg-info/SOURCES.txt +10 -0
- protocol_governed_computing-2.0.0/protocol_governed_computing.egg-info/dependency_links.txt +1 -0
- protocol_governed_computing-2.0.0/protocol_governed_computing.egg-info/entry_points.txt +2 -0
- protocol_governed_computing-2.0.0/protocol_governed_computing.egg-info/requires.txt +11 -0
- protocol_governed_computing-2.0.0/protocol_governed_computing.egg-info/top_level.txt +1 -0
- protocol_governed_computing-2.0.0/pyproject.toml +56 -0
- protocol_governed_computing-2.0.0/setup.cfg +4 -0
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: protocol-governed-computing
|
|
3
|
+
Version: 2.0.0
|
|
4
|
+
Summary: Protocol-Governed Computing — installs the full toolchain and reports whether an environment is ready to compile, seal, and execute
|
|
5
|
+
Author-email: Bhash Ganti <bachipeachy@gmail.com>
|
|
6
|
+
License-Expression: Apache-2.0
|
|
7
|
+
Project-URL: Homepage, https://omnibachi.org/
|
|
8
|
+
Project-URL: Repository, https://github.com/protocol-governed-computing
|
|
9
|
+
Project-URL: Standard, https://doi.org/10.5281/zenodo.22150616
|
|
10
|
+
Keywords: protocol-governed-computing,pgc,governance,authorization,sdlc
|
|
11
|
+
Classifier: Development Status :: 4 - Beta
|
|
12
|
+
Classifier: Intended Audience :: Developers
|
|
13
|
+
Classifier: Programming Language :: Python :: 3
|
|
14
|
+
Classifier: Operating System :: OS Independent
|
|
15
|
+
Classifier: Topic :: Software Development :: Compilers
|
|
16
|
+
Requires-Python: >=3.10
|
|
17
|
+
Description-Content-Type: text/markdown
|
|
18
|
+
Requires-Dist: pgc-compiler==2.0.0
|
|
19
|
+
Requires-Dist: pgc-assembler==2.0.1
|
|
20
|
+
Requires-Dist: pgc-runtime==2.0.1
|
|
21
|
+
Requires-Dist: pgc-inspector==2.0.0
|
|
22
|
+
Requires-Dist: pgc-transformation==2.0.0
|
|
23
|
+
Requires-Dist: pgc-governance==2.0.0
|
|
24
|
+
Requires-Dist: pgc-workloads==2.0.0
|
|
25
|
+
Requires-Dist: pgc-domains==2.0.1
|
|
26
|
+
Provides-Extra: blockchain
|
|
27
|
+
Requires-Dist: pgc-domains[blockchain]==2.0.1; extra == "blockchain"
|
|
28
|
+
|
|
29
|
+
# pgc_install
|
|
30
|
+
|
|
31
|
+
**Protocol-Governed Computing — the whole toolchain in one install.**
|
|
32
|
+
|
|
33
|
+
This repository publishes the `pgc` distribution. It is the composition as *installable
|
|
34
|
+
software*, the counterpart to `pgc_release`, which is the same composition as *sealed
|
|
35
|
+
evidence* — assembled, immutable, and cited by DOI. The parallel is in role, not in citation:
|
|
36
|
+
a release is a thing a paper points at; an install is a thing that changes each version.
|
|
37
|
+
|
|
38
|
+
```bash
|
|
39
|
+
pip install pgc
|
|
40
|
+
```
|
|
41
|
+
|
|
42
|
+
That brings in the seven packages of the family, pinned to one composition.
|
|
43
|
+
|
|
44
|
+
## Two steps, not one
|
|
45
|
+
|
|
46
|
+
Installing the toolchain is half of a working environment. The compiler resolves the
|
|
47
|
+
governance surface from `PGC_PLATFORM_ROOT` — fail-hard, cwd-independent, zero
|
|
48
|
+
inference — so the **declarations come from a repository you point at, not from a
|
|
49
|
+
wheel**. A registry inside a package would be a second governance surface competing
|
|
50
|
+
with the repository's, and a build could then be governed by a stale copy.
|
|
51
|
+
|
|
52
|
+
```bash
|
|
53
|
+
git clone https://github.com/protocol-governed-computing/software_governance
|
|
54
|
+
export PGC_PLATFORM_ROOT=$PWD/software_governance
|
|
55
|
+
pgc # reports what is installed and whether the anchor resolves
|
|
56
|
+
```
|
|
57
|
+
|
|
58
|
+
## The family
|
|
59
|
+
|
|
60
|
+
| Package | Role |
|
|
61
|
+
|---|---|
|
|
62
|
+
| `pgc-compiler` | declarations → compiled projections |
|
|
63
|
+
| `pgc-assembler` | projections → sealed snapshot |
|
|
64
|
+
| `pgc-runtime` | snapshot → governed execution |
|
|
65
|
+
| `pgc-inspector` | snapshot → read-only inspection |
|
|
66
|
+
| `pgc-transformation` | change request → protocol artifacts |
|
|
67
|
+
| `pgc-governance` | the governance surface and its capability implementations |
|
|
68
|
+
| `pgc-workloads` | the workloads that make conformance observable |
|
|
69
|
+
| `pgc-domains` | the business domain implementations the composed snapshot binds |
|
|
70
|
+
|
|
71
|
+
**Versioning.** Two schemes. Each repository's `VERSION` is a monotonic composition ordinal —
|
|
72
|
+
internal build accounting, tagged `release-<N>`, never published. `PUBLIC_VERSION` is the platform's
|
|
73
|
+
public identity, tagged on every component repository; the platform is at **`v2`**.
|
|
74
|
+
|
|
75
|
+
**The published version is the public one: `v2` is `2.0.0`.** The family releases in lockstep, so `pgc`
|
|
76
|
+
pins exact versions rather than ranges. The standard these packages implement is a separate artifact on
|
|
77
|
+
its own track and is not this number.
|
|
78
|
+
|
|
79
|
+
The standard these packages implement is published separately:
|
|
80
|
+
https://doi.org/10.5281/zenodo.22150616
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
# pgc_install
|
|
2
|
+
|
|
3
|
+
**Protocol-Governed Computing — the whole toolchain in one install.**
|
|
4
|
+
|
|
5
|
+
This repository publishes the `pgc` distribution. It is the composition as *installable
|
|
6
|
+
software*, the counterpart to `pgc_release`, which is the same composition as *sealed
|
|
7
|
+
evidence* — assembled, immutable, and cited by DOI. The parallel is in role, not in citation:
|
|
8
|
+
a release is a thing a paper points at; an install is a thing that changes each version.
|
|
9
|
+
|
|
10
|
+
```bash
|
|
11
|
+
pip install pgc
|
|
12
|
+
```
|
|
13
|
+
|
|
14
|
+
That brings in the seven packages of the family, pinned to one composition.
|
|
15
|
+
|
|
16
|
+
## Two steps, not one
|
|
17
|
+
|
|
18
|
+
Installing the toolchain is half of a working environment. The compiler resolves the
|
|
19
|
+
governance surface from `PGC_PLATFORM_ROOT` — fail-hard, cwd-independent, zero
|
|
20
|
+
inference — so the **declarations come from a repository you point at, not from a
|
|
21
|
+
wheel**. A registry inside a package would be a second governance surface competing
|
|
22
|
+
with the repository's, and a build could then be governed by a stale copy.
|
|
23
|
+
|
|
24
|
+
```bash
|
|
25
|
+
git clone https://github.com/protocol-governed-computing/software_governance
|
|
26
|
+
export PGC_PLATFORM_ROOT=$PWD/software_governance
|
|
27
|
+
pgc # reports what is installed and whether the anchor resolves
|
|
28
|
+
```
|
|
29
|
+
|
|
30
|
+
## The family
|
|
31
|
+
|
|
32
|
+
| Package | Role |
|
|
33
|
+
|---|---|
|
|
34
|
+
| `pgc-compiler` | declarations → compiled projections |
|
|
35
|
+
| `pgc-assembler` | projections → sealed snapshot |
|
|
36
|
+
| `pgc-runtime` | snapshot → governed execution |
|
|
37
|
+
| `pgc-inspector` | snapshot → read-only inspection |
|
|
38
|
+
| `pgc-transformation` | change request → protocol artifacts |
|
|
39
|
+
| `pgc-governance` | the governance surface and its capability implementations |
|
|
40
|
+
| `pgc-workloads` | the workloads that make conformance observable |
|
|
41
|
+
| `pgc-domains` | the business domain implementations the composed snapshot binds |
|
|
42
|
+
|
|
43
|
+
**Versioning.** Two schemes. Each repository's `VERSION` is a monotonic composition ordinal —
|
|
44
|
+
internal build accounting, tagged `release-<N>`, never published. `PUBLIC_VERSION` is the platform's
|
|
45
|
+
public identity, tagged on every component repository; the platform is at **`v2`**.
|
|
46
|
+
|
|
47
|
+
**The published version is the public one: `v2` is `2.0.0`.** The family releases in lockstep, so `pgc`
|
|
48
|
+
pins exact versions rather than ranges. The standard these packages implement is a separate artifact on
|
|
49
|
+
its own track and is not this number.
|
|
50
|
+
|
|
51
|
+
The standard these packages implement is published separately:
|
|
52
|
+
https://doi.org/10.5281/zenodo.22150616
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
"""`pgc` — report what is installed and whether this environment can build.
|
|
2
|
+
|
|
3
|
+
Installing the toolchain is one of two steps. The compiler resolves the
|
|
4
|
+
governance surface from PGC_PLATFORM_ROOT rather than from a bundled copy —
|
|
5
|
+
fail-hard, cwd-independent, zero inference — so the declarations come from a
|
|
6
|
+
repository the operator points at, not from a wheel. A registry inside a wheel
|
|
7
|
+
would be a second governance surface competing with the repository's.
|
|
8
|
+
|
|
9
|
+
This command reports both halves so the gap is visible before a build fails.
|
|
10
|
+
"""
|
|
11
|
+
from __future__ import annotations
|
|
12
|
+
|
|
13
|
+
import importlib.metadata as md
|
|
14
|
+
import os
|
|
15
|
+
import sys
|
|
16
|
+
from pathlib import Path
|
|
17
|
+
|
|
18
|
+
FAMILY = [
|
|
19
|
+
("pgc-compiler", "declarations → compiled projections"),
|
|
20
|
+
("pgc-assembler", "projections → sealed snapshot"),
|
|
21
|
+
("pgc-runtime", "snapshot → governed execution"),
|
|
22
|
+
("pgc-inspector", "snapshot → read-only inspection"),
|
|
23
|
+
("pgc-transformation", "change request → protocol artifacts"),
|
|
24
|
+
("pgc-governance", "governance surface implementations"),
|
|
25
|
+
("pgc-workloads", "conformance workload implementations"),
|
|
26
|
+
("pgc-domains", "business domain implementations"),
|
|
27
|
+
]
|
|
28
|
+
|
|
29
|
+
STANDARD = "https://doi.org/10.5281/zenodo.22150616"
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
def _installed() -> list[tuple[str, str, str]]:
|
|
33
|
+
rows = []
|
|
34
|
+
for dist, role in FAMILY:
|
|
35
|
+
try:
|
|
36
|
+
rows.append((dist, md.version(dist), role))
|
|
37
|
+
except md.PackageNotFoundError:
|
|
38
|
+
rows.append((dist, "-", role))
|
|
39
|
+
return rows
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
def _environment() -> list[tuple[str, str, bool]]:
|
|
43
|
+
"""The anchors the toolchain reads. Absent is not an error here — it is a fact."""
|
|
44
|
+
checks = []
|
|
45
|
+
root = os.environ.get("PGC_PLATFORM_ROOT")
|
|
46
|
+
if not root:
|
|
47
|
+
checks.append(("PGC_PLATFORM_ROOT", "not set", False))
|
|
48
|
+
else:
|
|
49
|
+
p = Path(root).expanduser()
|
|
50
|
+
ok = (p / "registry").is_dir()
|
|
51
|
+
checks.append(("PGC_PLATFORM_ROOT", f"{p}{'' if ok else ' (no registry/ here)'}", ok))
|
|
52
|
+
for name in ("PGC_BUILD_ROOT", "PGC_DOMAIN_ROOTS"):
|
|
53
|
+
v = os.environ.get(name)
|
|
54
|
+
checks.append((name, v or "not set (optional)", True))
|
|
55
|
+
return checks
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
def main(argv: list[str] | None = None) -> int:
|
|
59
|
+
argv = argv if argv is not None else sys.argv[1:]
|
|
60
|
+
if argv and argv[0] not in ("status", "-h", "--help"):
|
|
61
|
+
print(f"pgc: unknown command {argv[0]!r}", file=sys.stderr)
|
|
62
|
+
return 2
|
|
63
|
+
if argv and argv[0] in ("-h", "--help"):
|
|
64
|
+
print(__doc__.strip())
|
|
65
|
+
return 0
|
|
66
|
+
|
|
67
|
+
print("Protocol-Governed Computing\n")
|
|
68
|
+
print(" toolchain")
|
|
69
|
+
missing = 0
|
|
70
|
+
for dist, ver, role in _installed():
|
|
71
|
+
if ver == "-":
|
|
72
|
+
missing += 1
|
|
73
|
+
print(f" {dist:<20} {ver:<8} {role}")
|
|
74
|
+
|
|
75
|
+
print("\n environment")
|
|
76
|
+
ready = True
|
|
77
|
+
for name, value, ok in _environment():
|
|
78
|
+
if not ok:
|
|
79
|
+
ready = False
|
|
80
|
+
print(f" {name:<20} {value}")
|
|
81
|
+
|
|
82
|
+
print()
|
|
83
|
+
if missing:
|
|
84
|
+
print(f" {missing} package(s) not installed — `pip install pgc` installs the family.")
|
|
85
|
+
if not ready:
|
|
86
|
+
print(" PGC_PLATFORM_ROOT must point at a governance repository (the directory")
|
|
87
|
+
print(" containing registry/). The declarations are not shipped in any wheel:")
|
|
88
|
+
print(" the compiler resolves them from this anchor, so one governance surface")
|
|
89
|
+
print(" governs a build rather than a wheel's stale copy competing with a repo.")
|
|
90
|
+
print("\n git clone https://github.com/protocol-governed-computing/software_governance")
|
|
91
|
+
print(" export PGC_PLATFORM_ROOT=$PWD/software_governance")
|
|
92
|
+
if not missing and ready:
|
|
93
|
+
print(" Ready: toolchain installed and a governance surface is anchored.")
|
|
94
|
+
print(f"\n standard: {STANDARD}")
|
|
95
|
+
return 0 if (ready and not missing) else 1
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
if __name__ == "__main__":
|
|
99
|
+
raise SystemExit(main())
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: protocol-governed-computing
|
|
3
|
+
Version: 2.0.0
|
|
4
|
+
Summary: Protocol-Governed Computing — installs the full toolchain and reports whether an environment is ready to compile, seal, and execute
|
|
5
|
+
Author-email: Bhash Ganti <bachipeachy@gmail.com>
|
|
6
|
+
License-Expression: Apache-2.0
|
|
7
|
+
Project-URL: Homepage, https://omnibachi.org/
|
|
8
|
+
Project-URL: Repository, https://github.com/protocol-governed-computing
|
|
9
|
+
Project-URL: Standard, https://doi.org/10.5281/zenodo.22150616
|
|
10
|
+
Keywords: protocol-governed-computing,pgc,governance,authorization,sdlc
|
|
11
|
+
Classifier: Development Status :: 4 - Beta
|
|
12
|
+
Classifier: Intended Audience :: Developers
|
|
13
|
+
Classifier: Programming Language :: Python :: 3
|
|
14
|
+
Classifier: Operating System :: OS Independent
|
|
15
|
+
Classifier: Topic :: Software Development :: Compilers
|
|
16
|
+
Requires-Python: >=3.10
|
|
17
|
+
Description-Content-Type: text/markdown
|
|
18
|
+
Requires-Dist: pgc-compiler==2.0.0
|
|
19
|
+
Requires-Dist: pgc-assembler==2.0.1
|
|
20
|
+
Requires-Dist: pgc-runtime==2.0.1
|
|
21
|
+
Requires-Dist: pgc-inspector==2.0.0
|
|
22
|
+
Requires-Dist: pgc-transformation==2.0.0
|
|
23
|
+
Requires-Dist: pgc-governance==2.0.0
|
|
24
|
+
Requires-Dist: pgc-workloads==2.0.0
|
|
25
|
+
Requires-Dist: pgc-domains==2.0.1
|
|
26
|
+
Provides-Extra: blockchain
|
|
27
|
+
Requires-Dist: pgc-domains[blockchain]==2.0.1; extra == "blockchain"
|
|
28
|
+
|
|
29
|
+
# pgc_install
|
|
30
|
+
|
|
31
|
+
**Protocol-Governed Computing — the whole toolchain in one install.**
|
|
32
|
+
|
|
33
|
+
This repository publishes the `pgc` distribution. It is the composition as *installable
|
|
34
|
+
software*, the counterpart to `pgc_release`, which is the same composition as *sealed
|
|
35
|
+
evidence* — assembled, immutable, and cited by DOI. The parallel is in role, not in citation:
|
|
36
|
+
a release is a thing a paper points at; an install is a thing that changes each version.
|
|
37
|
+
|
|
38
|
+
```bash
|
|
39
|
+
pip install pgc
|
|
40
|
+
```
|
|
41
|
+
|
|
42
|
+
That brings in the seven packages of the family, pinned to one composition.
|
|
43
|
+
|
|
44
|
+
## Two steps, not one
|
|
45
|
+
|
|
46
|
+
Installing the toolchain is half of a working environment. The compiler resolves the
|
|
47
|
+
governance surface from `PGC_PLATFORM_ROOT` — fail-hard, cwd-independent, zero
|
|
48
|
+
inference — so the **declarations come from a repository you point at, not from a
|
|
49
|
+
wheel**. A registry inside a package would be a second governance surface competing
|
|
50
|
+
with the repository's, and a build could then be governed by a stale copy.
|
|
51
|
+
|
|
52
|
+
```bash
|
|
53
|
+
git clone https://github.com/protocol-governed-computing/software_governance
|
|
54
|
+
export PGC_PLATFORM_ROOT=$PWD/software_governance
|
|
55
|
+
pgc # reports what is installed and whether the anchor resolves
|
|
56
|
+
```
|
|
57
|
+
|
|
58
|
+
## The family
|
|
59
|
+
|
|
60
|
+
| Package | Role |
|
|
61
|
+
|---|---|
|
|
62
|
+
| `pgc-compiler` | declarations → compiled projections |
|
|
63
|
+
| `pgc-assembler` | projections → sealed snapshot |
|
|
64
|
+
| `pgc-runtime` | snapshot → governed execution |
|
|
65
|
+
| `pgc-inspector` | snapshot → read-only inspection |
|
|
66
|
+
| `pgc-transformation` | change request → protocol artifacts |
|
|
67
|
+
| `pgc-governance` | the governance surface and its capability implementations |
|
|
68
|
+
| `pgc-workloads` | the workloads that make conformance observable |
|
|
69
|
+
| `pgc-domains` | the business domain implementations the composed snapshot binds |
|
|
70
|
+
|
|
71
|
+
**Versioning.** Two schemes. Each repository's `VERSION` is a monotonic composition ordinal —
|
|
72
|
+
internal build accounting, tagged `release-<N>`, never published. `PUBLIC_VERSION` is the platform's
|
|
73
|
+
public identity, tagged on every component repository; the platform is at **`v2`**.
|
|
74
|
+
|
|
75
|
+
**The published version is the public one: `v2` is `2.0.0`.** The family releases in lockstep, so `pgc`
|
|
76
|
+
pins exact versions rather than ranges. The standard these packages implement is a separate artifact on
|
|
77
|
+
its own track and is not this number.
|
|
78
|
+
|
|
79
|
+
The standard these packages implement is published separately:
|
|
80
|
+
https://doi.org/10.5281/zenodo.22150616
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
README.md
|
|
2
|
+
pyproject.toml
|
|
3
|
+
pgc/__init__.py
|
|
4
|
+
pgc/cli.py
|
|
5
|
+
protocol_governed_computing.egg-info/PKG-INFO
|
|
6
|
+
protocol_governed_computing.egg-info/SOURCES.txt
|
|
7
|
+
protocol_governed_computing.egg-info/dependency_links.txt
|
|
8
|
+
protocol_governed_computing.egg-info/entry_points.txt
|
|
9
|
+
protocol_governed_computing.egg-info/requires.txt
|
|
10
|
+
protocol_governed_computing.egg-info/top_level.txt
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
pgc
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
[build-system]
|
|
2
|
+
requires = ["setuptools>=77"]
|
|
3
|
+
build-backend = "setuptools.build_meta"
|
|
4
|
+
|
|
5
|
+
[project]
|
|
6
|
+
# PyPI prohibits the distribution name `pgc` outright ("The name 'pgc' isn't allowed"), so the
|
|
7
|
+
# composition takes the full project name. The import package and the console script are unaffected:
|
|
8
|
+
# a user still runs `pgc`.
|
|
9
|
+
name = "protocol-governed-computing"
|
|
10
|
+
version = "2.0.0"
|
|
11
|
+
description = "Protocol-Governed Computing — installs the full toolchain and reports whether an environment is ready to compile, seal, and execute"
|
|
12
|
+
readme = "README.md"
|
|
13
|
+
requires-python = ">=3.10"
|
|
14
|
+
license = "Apache-2.0"
|
|
15
|
+
authors = [{ name = "Bhash Ganti", email = "bachipeachy@gmail.com" }]
|
|
16
|
+
|
|
17
|
+
keywords = ["protocol-governed-computing", "pgc", "governance", "authorization", "sdlc"]
|
|
18
|
+
|
|
19
|
+
classifiers = [
|
|
20
|
+
"Development Status :: 4 - Beta",
|
|
21
|
+
"Intended Audience :: Developers",
|
|
22
|
+
"Programming Language :: Python :: 3",
|
|
23
|
+
"Operating System :: OS Independent",
|
|
24
|
+
"Topic :: Software Development :: Compilers",
|
|
25
|
+
]
|
|
26
|
+
|
|
27
|
+
# The whole family, pinned to one composition. PGC versions the composition:
|
|
28
|
+
# the repos release together and the governance closure forces lockstep, so a
|
|
29
|
+
# mixed-version install is not a supported configuration.
|
|
30
|
+
dependencies = [
|
|
31
|
+
"pgc-compiler==2.0.0",
|
|
32
|
+
"pgc-assembler==2.0.1",
|
|
33
|
+
"pgc-runtime==2.0.1",
|
|
34
|
+
"pgc-inspector==2.0.0",
|
|
35
|
+
"pgc-transformation==2.0.0",
|
|
36
|
+
"pgc-governance==2.0.0",
|
|
37
|
+
"pgc-workloads==2.0.0",
|
|
38
|
+
"pgc-domains==2.0.1",
|
|
39
|
+
]
|
|
40
|
+
|
|
41
|
+
# The blockchain domain's capability transforms need Keccak-256, which is optional in pgc-domains
|
|
42
|
+
# for the same reason it is optional there: the core compile path imports none of it.
|
|
43
|
+
[project.optional-dependencies]
|
|
44
|
+
blockchain = ["pgc-domains[blockchain]==2.0.1"]
|
|
45
|
+
|
|
46
|
+
[project.scripts]
|
|
47
|
+
pgc = "pgc.cli:main"
|
|
48
|
+
|
|
49
|
+
[project.urls]
|
|
50
|
+
Homepage = "https://omnibachi.org/"
|
|
51
|
+
Repository = "https://github.com/protocol-governed-computing"
|
|
52
|
+
Standard = "https://doi.org/10.5281/zenodo.22150616"
|
|
53
|
+
|
|
54
|
+
[tool.setuptools.packages.find]
|
|
55
|
+
where = ["."]
|
|
56
|
+
include = ["pgc*"]
|