Skip to content

Commit 52916aa

Browse files
committed
Deploying to gh-pages from @ 683dbd1 🚀
0 parents  commit 52916aa

8 files changed

Lines changed: 463 additions & 0 deletions

File tree

.nojekyll

Whitespace-only changes.

DEPENDENCIES.html

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
<!doctype html><meta content="width=device-width,initial-scale=1"name=viewport><title>Programming with Python: Dependencies</title><style>@media only screen and (orientation:portrait){body{padding:max(.2em,2px)}div.document{max-width:min(98%,98vw)}div.content{max-width:min(98%,97vw);margin:max(1px,.1em);padding:.5em}div.toc{margin:max(1em,5px)}}@media only screen and (orientation:landscape){body{padding:max(.2em,2px) max(2em,40px,5%);font-size:105%}div.document{max-width:min(27cm,78em,98%);margin:0 auto}div.content{margin:max(1em,5px);padding:.5em 1em}div.toc{margin:max(1em,5px) 2em 2em max(1em,5px)}}body{text-align:center;color:#000;background-color:#ebf5fb;max-width:99vw;font-family:Lucida Grande,Lucida Sans Unicode,Geneva,Verdana,sans-serif;line-height:150%}div.document{text-align:center}div.content{float:left;text-align:left;background-color:#fff;border:1px solid #ccc}div.toc{float:left;text-align:left;background-color:#ebf5fb;border:1px solid #ccc;outline:max(4px,.2em) solid #fff;max-width:max(25%,min(8cm,22em));padding:.6em}code{white-space:nowrap;color:#333;background-color:#f2f2f2;border-bottom:1px solid #ddd;border-radius:3px;max-width:99%}ul.toc{max-width:99%;margin:min(2px,.2em);padding:0;list-style-position:inside}li.toc{margin:min(2px,.2em);padding-left:1em}p{margin:.8em 0 .5em}a{color:#369;text-decoration:none}a:hover{color:#369;text-decoration:underline}a:visited{color:#551a8b}h1,h2,h3{color:#369}h1{margin:0;padding:.7em 0 .3em;font-size:1.7em}h2{border-bottom:1px solid #369;margin:1.3em 0 .2em;padding-bottom:.5em;font-size:1.35em}h3{border-bottom:1px solid #ccc;margin:1em 0 -.3em;padding-bottom:.3em;font-size:1.2em}div.body h1 a,div.body h2 a,div.body h3 a,div.body h4 a,div.body h5 a,div.body h6 a{color:#000!important}h1 a.anchor,h2 a.anchor,h3 a.anchor,h4 a.anchor,h5 a.anchor,h6 a.anchor{margin:0 0 0 .3em;padding:0 .2em;display:none;color:#aaa!important}h1:hover a.anchor,h2:hover a.anchor,h3:hover a.anchor,h4:hover a.anchor,h5:hover a.anchor,h6:hover a.anchor{display:inline}h1 a.anchor:hover,h2 a.anchor:hover,h3 a.anchor:hover,h4 a.anchor:hover,h5 a.anchor:hover,h6 a.anchor:hover{color:#777;background-color:#eee}div.date{text-align:right;border-top:1px solid #369;max-width:99%;margin-top:1cm;padding-top:.2em;padding-right:.6em;font-size:85%}pre{letter-spacing:.015em;border-left:5px solid #ccc;border-right:5px solid #ccc;max-width:99%;padding:.5em;font-family:Consolas,Deja Vu Sans Mono,Bitstream Vera Sans Mono,monospace;font-size:.95em;line-height:120%;overflow:scroll;background-color:#0000!important}</style><body><div class=document><div class=content><div>${toc}<h2>Programming with Python Dependencies</h2><pre>
2+
Alpine Linux 3.23.3
3+
Linux 6.17.0-1010-azure x86_64
4+
5+
python: 3.12.13
6+
texgit_py: 0.9.11
7+
texgit_tex: 0.9.7
8+
pycommons: 0.8.96
9+
pdflatex: pdfTeX 3.141592653-2.6-1.40.29 (TeX Live 2026)
10+
biber: 2.21
11+
makeglossaries: 4.7 (2025-05-14)
12+
ghostscript: 10.06.0 (2025-09-09)
13+
14+
date: 2026-05-09 07:31:19 +0000
15+
</pre><p>python3 -m pip freeze<pre>
16+
ast_serialize==0.3.0
17+
astroid==4.0.4
18+
dill==0.4.1
19+
iniconfig==2.3.0
20+
isort==8.0.1
21+
librt==0.10.0
22+
Markdown==3.10.2
23+
mccabe==0.7.0
24+
minify_html==0.18.1
25+
mypy==2.0.0
26+
mypy_extensions==1.1.0
27+
packaging==26.2
28+
pathspec==1.1.1
29+
platformdirs==4.9.6
30+
pluggy==1.6.0
31+
psutil==7.2.2
32+
pycommons==0.8.96
33+
Pygments==2.19.2
34+
pylint==4.0.5
35+
pytest==9.0.3
36+
pytest-timeout==2.4.0
37+
ruff==0.15.12
38+
strip-hints==0.1.13
39+
texgit==0.9.11
40+
tomlkit==0.14.0
41+
typing_extensions==4.15.0
42+
wheel==0.47.0
43+
yapf==0.43.0
44+
</pre></div><div class=date>built on: 2026-05-09 07:31:19 +0000</div></div></div>

DEPENDENCIES.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
## Programming with Python Dependencies
2+
3+
```
4+
Alpine Linux 3.23.3
5+
Linux 6.17.0-1010-azure x86_64
6+
7+
python: 3.12.13
8+
texgit_py: 0.9.11
9+
texgit_tex: 0.9.7
10+
pycommons: 0.8.96
11+
pdflatex: pdfTeX 3.141592653-2.6-1.40.29 (TeX Live 2026)
12+
biber: 2.21
13+
makeglossaries: 4.7 (2025-05-14)
14+
ghostscript: 10.06.0 (2025-09-09)
15+
16+
date: 2026-05-09 07:31:19 +0000
17+
```
18+
19+
python3 -m pip freeze
20+
21+
```
22+
ast_serialize==0.3.0
23+
astroid==4.0.4
24+
dill==0.4.1
25+
iniconfig==2.3.0
26+
isort==8.0.1
27+
librt==0.10.0
28+
Markdown==3.10.2
29+
mccabe==0.7.0
30+
minify_html==0.18.1
31+
mypy==2.0.0
32+
mypy_extensions==1.1.0
33+
packaging==26.2
34+
pathspec==1.1.1
35+
platformdirs==4.9.6
36+
pluggy==1.6.0
37+
psutil==7.2.2
38+
pycommons==0.8.96
39+
Pygments==2.19.2
40+
pylint==4.0.5
41+
pytest==9.0.3
42+
pytest-timeout==2.4.0
43+
ruff==0.15.12
44+
strip-hints==0.1.13
45+
texgit==0.9.11
46+
tomlkit==0.14.0
47+
typing_extensions==4.15.0
48+
wheel==0.47.0
49+
yapf==0.43.0
50+
```

0 commit comments

Comments
 (0)