Skip to content

Commit d786764

Browse files
committed
Add governance docs
1 parent 7d63d0e commit d786764

File tree

9 files changed

+860
-626
lines changed

9 files changed

+860
-626
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ format: ## runs code style and formatter
8888
poetry run black .
8989

9090
docs: ## build the documentation
91+
pipx inject poetry poetry-plugin-export
9192
poetry export --dev --without-hashes > docs/requirements.txt
9293
rm -r -f docs/build
9394
poetry run sphinx-build docs/source docs/build/html

docs/requirements.txt

Lines changed: 45 additions & 93 deletions
Original file line numberDiff line numberDiff line change
@@ -1,93 +1,45 @@
1-
alabaster==0.7.13 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
2-
annotated-types==0.7.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
3-
asn1crypto==1.5.1 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
4-
attrs==25.1.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
5-
babel==2.17.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
6-
black==24.8.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
7-
blinker==1.8.2 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
8-
blockfrost-python==0.6.0 ; python_full_version >= "3.8.1" and python_version < "4"
9-
cachetools==5.5.1 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
10-
cardano-tools==2.1.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
11-
cbor2==5.6.5 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
12-
certifi==2025.1.31 ; python_full_version >= "3.8.1" and python_version < "4"
13-
certvalidator==0.11.1 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
14-
cffi==1.17.1 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
15-
charset-normalizer==3.4.1 ; python_full_version >= "3.8.1" and python_version < "4"
16-
click==8.1.8 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
17-
colorama==0.4.6 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0" and (sys_platform == "win32" or platform_system == "Windows")
18-
coloredlogs==15.0.1 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
19-
cose==0.9.dev8 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
20-
coverage[toml]==7.6.1 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
21-
cryptography==43.0.3 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
22-
decorator==5.1.1 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
23-
docker==7.1.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
24-
docutils==0.19 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
25-
ecdsa==0.19.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
26-
ecpy==1.2.5 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
27-
exceptiongroup==1.2.2 ; python_full_version >= "3.8.1" and python_version < "3.11"
28-
execnet==2.1.1 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
29-
flake8==7.1.2 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
30-
flask==2.3.3 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
31-
frozendict==2.4.6 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
32-
frozenlist==1.5.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
33-
humanfriendly==10.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
34-
idna==3.10 ; python_full_version >= "3.8.1" and python_version < "4"
35-
imagesize==1.4.1 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
36-
importlib-metadata==8.5.0 ; python_full_version >= "3.8.1" and python_version < "3.10"
37-
iniconfig==2.0.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
38-
isort==5.13.2 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
39-
itsdangerous==2.2.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
40-
jinja2==3.1.5 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
41-
markupsafe==2.1.5 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
42-
mccabe==0.7.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
43-
mnemonic==0.21 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
44-
mypy-extensions==1.0.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
45-
mypy==1.11.2 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
46-
ogmios==1.3.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
47-
orjson==3.10.15 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
48-
oscrypto==1.3.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
49-
packaging==24.2 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
50-
pathspec==0.12.1 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
51-
pexpect==4.9.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
52-
platformdirs==4.3.6 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
53-
pluggy==1.5.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
54-
pprintpp==0.4.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
55-
ptyprocess==0.7.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
56-
py==1.11.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
57-
pycodestyle==2.12.1 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
58-
pycparser==2.22 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
59-
pydantic-core==2.27.2 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
60-
pydantic==2.10.6 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
61-
pyflakes==3.2.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
62-
pygments==2.19.1 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
63-
pynacl==1.5.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
64-
pyreadline3==3.5.4 ; sys_platform == "win32" and python_full_version >= "3.8.1" and python_full_version < "4.0.0"
65-
pytest-cov==5.0.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
66-
pytest-xdist==3.6.1 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
67-
pytest==8.3.4 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
68-
pytz==2025.1 ; python_full_version >= "3.8.1" and python_version < "3.9"
69-
pywin32==308 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0" and sys_platform == "win32"
70-
requests==2.32.3 ; python_full_version >= "3.8.1" and python_version < "4"
71-
retry==0.9.2 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
72-
setuptools==75.3.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
73-
six==1.17.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
74-
snowballstemmer==2.2.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
75-
sphinx-copybutton==0.5.2 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
76-
sphinx-rtd-theme==2.0.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
77-
sphinx==5.3.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
78-
sphinxcontrib-applehelp==1.0.4 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
79-
sphinxcontrib-devhelp==1.0.2 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
80-
sphinxcontrib-htmlhelp==2.0.1 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
81-
sphinxcontrib-jquery==4.1 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
82-
sphinxcontrib-jsmath==1.0.1 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
83-
sphinxcontrib-qthelp==1.0.3 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
84-
sphinxcontrib-serializinghtml==1.1.5 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
85-
standard-imghdr==3.13.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
86-
tomli==2.2.1 ; python_full_version >= "3.8.1" and python_full_version <= "3.11.0a6"
87-
typeguard==4.4.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
88-
typing-extensions==4.12.2 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
89-
urllib3==2.2.3 ; python_full_version >= "3.8.1" and python_version < "4"
90-
websocket-client==1.8.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
91-
websockets==13.1 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
92-
werkzeug==3.0.6 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
93-
zipp==3.20.2 ; python_full_version >= "3.8.1" and python_version < "3.10"
1+
annotated-types==0.7.0 ; python_full_version >= "3.9.1" and python_full_version < "4.0.0"
2+
asn1crypto==1.5.1 ; python_full_version >= "3.9.1" and python_full_version < "4.0.0"
3+
attrs==25.3.0 ; python_full_version >= "3.9.1" and python_full_version < "4.0.0"
4+
blockfrost-python==0.6.0 ; python_full_version >= "3.9.1" and python_version < "4"
5+
cachetools==5.5.2 ; python_full_version >= "3.9.1" and python_full_version < "4.0.0"
6+
cardano-tools==2.1.0 ; python_full_version >= "3.9.1" and python_version < "4.0"
7+
cbor2==5.6.5 ; python_full_version >= "3.9.1" and python_full_version < "4.0.0"
8+
certifi==2025.4.26 ; python_full_version >= "3.9.1" and python_full_version < "4.0.0"
9+
certvalidator==0.11.1 ; python_full_version >= "3.9.1" and python_full_version < "4.0.0"
10+
cffi==1.17.1 ; python_full_version >= "3.9.1" and python_full_version < "4.0.0"
11+
charset-normalizer==3.4.2 ; python_full_version >= "3.9.1" and python_full_version < "4.0.0"
12+
coloredlogs==15.0.1 ; python_full_version >= "3.9.1" and python_full_version < "4.0.0"
13+
cose==0.9.dev8 ; python_full_version >= "3.9.1" and python_full_version < "4.0.0"
14+
cryptography==43.0.3 ; python_full_version >= "3.9.1" and python_full_version < "4.0.0"
15+
docker==7.1.0 ; python_full_version >= "3.9.1" and python_full_version < "4.0.0"
16+
ecdsa==0.19.1 ; python_full_version >= "3.9.1" and python_full_version < "4.0.0"
17+
ecpy==1.2.5 ; python_full_version >= "3.9.1" and python_full_version < "4.0.0"
18+
frozendict==2.4.6 ; python_full_version >= "3.9.1" and python_full_version < "4.0.0"
19+
frozenlist==1.7.0 ; python_full_version >= "3.9.1" and python_full_version < "4.0.0"
20+
humanfriendly==10.0 ; python_full_version >= "3.9.1" and python_full_version < "4.0.0"
21+
idna==3.10 ; python_full_version >= "3.9.1" and python_full_version < "4.0.0"
22+
importlib-metadata==8.7.0 ; python_full_version >= "3.9.1" and python_version < "3.10"
23+
mnemonic==0.21 ; python_full_version >= "3.9.1" and python_full_version < "4.0.0"
24+
ogmios==1.4.2 ; python_full_version >= "3.9.1" and python_full_version < "4.0.0"
25+
orjson==3.10.18 ; python_full_version >= "3.9.1" and python_full_version < "4.0.0"
26+
oscrypto==1.3.0 ; python_full_version >= "3.9.1" and python_full_version < "4.0.0"
27+
pexpect==4.9.0 ; python_full_version >= "3.9.1" and python_full_version < "4.0.0"
28+
pprintpp==0.4.0 ; python_full_version >= "3.9.1" and python_full_version < "4.0.0"
29+
ptyprocess==0.7.0 ; python_full_version >= "3.9.1" and python_full_version < "4.0.0"
30+
pycparser==2.22 ; python_full_version >= "3.9.1" and python_full_version < "4.0.0"
31+
pydantic-core==2.33.2 ; python_full_version >= "3.9.1" and python_full_version < "4.0.0"
32+
pydantic==2.11.7 ; python_full_version >= "3.9.1" and python_full_version < "4.0.0"
33+
pynacl==1.5.0 ; python_full_version >= "3.9.1" and python_full_version < "4.0.0"
34+
pyreadline3==3.5.4 ; python_full_version >= "3.9.1" and python_full_version < "4.0.0" and sys_platform == "win32"
35+
pywin32==310 ; python_full_version >= "3.9.1" and python_full_version < "4.0.0" and sys_platform == "win32"
36+
requests==2.32.4 ; python_full_version >= "3.9.1" and python_full_version < "4.0.0"
37+
setuptools==80.9.0 ; python_full_version >= "3.9.1" and python_full_version < "4.0.0"
38+
six==1.17.0 ; python_full_version >= "3.9.1" and python_full_version < "4.0.0"
39+
typeguard==4.4.3 ; python_full_version >= "3.9.1" and python_full_version < "4.0.0"
40+
typing-extensions==4.14.0 ; python_full_version >= "3.9.1" and python_full_version < "4.0.0"
41+
typing-inspection==0.4.1 ; python_full_version >= "3.9.1" and python_full_version < "4.0.0"
42+
urllib3==2.4.0 ; python_full_version >= "3.9.1" and python_full_version < "4.0.0"
43+
websocket-client==1.8.0 ; python_full_version >= "3.9.1" and python_full_version < "4.0.0"
44+
websockets==13.1 ; python_full_version >= "3.9.1" and python_full_version < "4.0.0"
45+
zipp==3.23.0 ; python_full_version >= "3.9.1" and python_version < "3.10"

0 commit comments

Comments
 (0)