Merry Chipmunks

This commit is contained in:
Reid 'arrdem' McKenzie 2024-12-26 03:33:13 -07:00
commit adf58a2b7d
18 changed files with 878 additions and 253 deletions

View file

@ -4,7 +4,7 @@
# But ... that's exactly what we want to do.
# So this script exists to find a 'compliant' Python install and use that.
PYTHONREV="3.12"
PYTHONREV="3"
CMD="python${PYTHONREV}"
if [ -x "$(command -v "$CMD")" ]; then

View file

@ -56,3 +56,4 @@ yaspin
pytimeparse
git+https://github.com/arrdem/jaraco.text.git@0dd8d0b25a93c3fad896f3a92d11caff61ff273d#egg=jaraco.text
onepasswordconnectsdk
pyserial

View file

@ -1,147 +0,0 @@
aiohttp==3.9.5
aiohttp-basicauth==1.0.0
aiosignal==1.3.1
aiosql==10.1
alabaster==0.7.16
anyio==4.3.0
async-lru==2.0.4
attrs==23.2.0
autocommand==2.2.2
autoflake==2.3.1
Babel==2.15.0
beautifulsoup4==4.12.3
black==24.4.2
blinker==1.8.2
build==1.2.1
cachetools==5.3.3
certifi==2024.2.2
charset-normalizer==3.3.2
cheroot==10.0.1
CherryPy==18.8.0
click==8.1.7
colored==2.2.4
commonmark==0.9.1
coverage==7.5.1
decorator==5.1.1
deepmerge==1.1.1
docutils==0.21.2
ExifRead==3.0.0
flake8==7.0.0
Flask==3.0.3
frozenlist==1.4.1
h11==0.14.0
httpcore==0.16.3
httpx==0.23.3
hypothesis==6.102.1
ibis==3.3.0
icmplib==3.0.4
idna==3.7
imagesize==1.4.1
inflect==7.2.1
iniconfig==2.0.0
isort==5.13.2
itsdangerous==2.2.0
jaraco.collections==5.0.1
jaraco.context==5.3.0
jaraco.functools==4.0.1
jaraco.text @ git+https://github.com/arrdem/jaraco.text.git@0dd8d0b25a93c3fad896f3a92d11caff61ff273d
jedi==0.19.1
Jinja2==3.1.4
jsonschema==4.22.0
jsonschema-path==0.3.2
jsonschema-specifications==2023.12.1
lark==1.1.9
lazy-object-proxy==1.10.0
libsass==0.23.0
livereload==2.6.3
lxml==5.2.2
Markdown==3.6
MarkupSafe==2.1.5
mccabe==0.7.0
meraki==1.46.0
mirakuru==2.5.2
mistune==3.0.2
more-itertools==10.2.0
multidict==6.0.5
mypy-extensions==1.0.0
octorest==0.4
onepasswordconnectsdk==1.5.1
openapi-schema-validator==0.6.2
openapi-spec-validator==0.7.1
packaging==24.0
parso==0.8.4
pathable==0.4.3
pathspec==0.12.1
picobox==4.0.0
pip-tools==7.4.1
platformdirs==4.2.1
pluggy==1.5.0
port-for==0.7.2
portend==3.2.0
prompt-toolkit==3.0.43
proquint==0.2.1
psutil==5.9.8
psycopg==3.1.19
psycopg2==2.9.9
pudb==2024.1
py==1.11.0
pycodestyle==2.11.1
pycryptodome==3.20.0
pyflakes==3.2.0
Pygments==2.18.0
pyproject_hooks==1.1.0
pyrsistent==0.20.0
pytest==8.2.0
pytest-cov==5.0.0
pytest-postgresql==6.0.0
pytest-pudb==0.7.0
pytest-timeout==2.3.1
python-dateutil==2.9.0.post0
pytimeparse==1.1.8
pytz==2024.1
PyYAML==6.0.1
recommonmark==0.7.1
redis==5.0.4
referencing==0.31.1
requests==2.31.0
retry==0.9.2
rfc3339-validator==0.1.4
rfc3986==1.5.0
rpds-py==0.18.1
setuptools==69.5.1
six==1.16.0
smbus2==0.4.3
sniffio==1.3.1
snowballstemmer==2.2.0
sortedcontainers==2.4.0
soupsieve==2.5
Sphinx==7.3.7
sphinx_mdinclude==0.6.0
sphinxcontrib-applehelp==1.0.8
sphinxcontrib-devhelp==1.0.6
sphinxcontrib-htmlhelp==2.0.5
sphinxcontrib-httpdomain==1.8.1
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-openapi==0.8.4
sphinxcontrib-programoutput==0.17
sphinxcontrib-qthelp==1.0.7
sphinxcontrib-serializinghtml==1.1.10
tempora==5.5.1
termcolor==2.3.0
toml==0.10.2
tornado==6.4
typeguard==4.2.1
typing_extensions==4.11.0
unify==0.5
untokenize==0.1.1
urllib3==2.2.1
urwid==2.6.11
urwid_readline==0.14
wcwidth==0.2.13
websocket-client==1.8.0
Werkzeug==3.0.3
wheel==0.43.0
yamllint==1.35.1
yarl==1.9.4
yaspin==3.0.2
zc.lockfile==3.0.post1

View file

@ -1,144 +1,149 @@
aiohttp==3.9.3
aiohttp-basicauth==1.0.0
aiosignal==1.3.1
aiosql==9.4
alabaster==0.7.13
annotated-types==0.5.0
aiohappyeyeballs==2.4.4
aiohttp==3.11.11
aiohttp_basicauth==1.1.0
aiosignal==1.3.2
aiosql==13.0
alabaster==1.0.0
anyio==4.7.0
async-lru==2.0.4
async-timeout==4.0.2
attrs==23.2.0
attrs==24.3.0
autocommand==2.2.2
autoflake==2.2.1
Babel==2.12.1
autoflake==2.3.1
babel==2.16.0
beautifulsoup4==4.12.3
black==24.1.1
blinker==1.6.2
build==0.10.0
cachetools==5.3.2
certifi==2023.7.22
charset-normalizer==3.2.0
cheroot==10.0.0
black==24.10.0
blinker==1.9.0
build==1.2.2.post1
cachetools==5.5.0
certifi==2024.12.14
charset-normalizer==3.4.1
cheroot==10.0.1
CherryPy==18.8.0
click==8.1.7
click==8.1.8
colored==2.2.4
commonmark==0.9.1
coverage==7.2.7
coverage==7.6.9
decorator==5.1.1
deepmerge==1.1.0
docutils==0.20.1
deepmerge==2.0
docutils==0.21.2
ExifRead==3.0.0
flake8==7.0.0
Flask==3.0.2
frozenlist==1.4.0
hypothesis==6.98.2
flake8==7.1.1
Flask==3.1.0
frozenlist==1.5.0
h11==0.14.0
httpcore==0.16.3
httpx==0.23.3
hypothesis==6.123.1
ibis==3.3.0
icmplib==3.0.4
idna==3.4
idna==3.10
imagesize==1.4.1
inflect==7.0.0
inflect==7.4.0
iniconfig==2.0.0
isort==5.13.2
itsdangerous==2.1.2
jaraco.collections==4.3.0
jaraco.context==4.3.0
jaraco.functools==3.8.0
itsdangerous==2.2.0
jaraco.collections==5.1.0
jaraco.context==6.0.1
jaraco.functools==4.1.0
jaraco.text @ git+https://github.com/arrdem/jaraco.text.git@0dd8d0b25a93c3fad896f3a92d11caff61ff273d
jedi==0.18.2
Jinja2==3.1.3
jsonschema==4.18.4
jsonschema-path==0.3.2
jsonschema-spec==0.2.3
jsonschema-specifications==2023.7.1
lark==1.1.9
lazy-object-proxy==1.9.0
jedi==0.19.2
Jinja2==3.1.5
jsonschema==4.23.0
jsonschema-path==0.3.3
jsonschema-specifications==2023.12.1
lark==1.2.2
lazy-object-proxy==1.10.0
libsass==0.23.0
livereload==2.6.3
lxml==5.1.0
Markdown==3.5.2
MarkupSafe==2.1.3
livereload==2.7.1
lxml==5.3.0
Markdown==3.7
MarkupSafe==3.0.2
mccabe==0.7.0
meraki==1.42.0
mirakuru==2.5.1
mistune==2.0.5
more-itertools==10.0.0
multidict==6.0.4
meraki==1.53.0
mirakuru==2.5.3
mistune==3.0.2
more-itertools==10.5.0
multidict==6.1.0
mypy-extensions==1.0.0
octorest==0.4
openapi-schema-validator==0.6.0
onepasswordconnectsdk==1.5.1
openapi-schema-validator==0.6.2
openapi-spec-validator==0.7.1
packaging==23.1
parso==0.8.3
packaging==24.2
parso==0.8.4
pathable==0.4.3
pathspec==0.11.1
picobox==3.0.0
pip==23.1.2
pip-tools==7.3.0
platformdirs==3.9.1
pluggy==1.2.0
port-for==0.7.1
pathspec==0.12.1
picobox==4.0.0
pip-tools==7.4.1
platformdirs==4.3.6
pluggy==1.5.0
port-for==0.7.4
portend==3.2.0
prompt-toolkit==3.0.43
prompt_toolkit==3.0.48
propcache==0.2.1
proquint==0.2.1
psutil==5.9.5
psycopg==3.1.9
psycopg2==2.9.9
pudb==2022.1.3
psutil==6.1.1
psycopg==3.2.3
psycopg2==2.9.10
pudb==2024.1.3
py==1.11.0
pycodestyle==2.11.1
pycryptodome==3.20.0
pydantic==2.1.1
pydantic_core==2.4.0
pycodestyle==2.12.1
pycryptodome==3.21.0
pyflakes==3.2.0
Pygments==2.15.1
pyproject_hooks==1.0.0
Pygments==2.18.0
pyproject_hooks==1.2.0
pyrsistent==0.20.0
pytest==7.4.0
pytest-cov==4.1.0
pytest-postgresql==5.1.0
pyserial==3.5
pytest==8.3.4
pytest-cov==6.0.0
pytest-postgresql==6.1.1
pytest-pudb==0.7.0
pytest-timeout==2.2.0
pytest-timeout==2.3.1
python-dateutil==2.9.0.post0
pytimeparse==1.1.8
pytz==2023.3
PyYAML==6.0.1
PyYAML==6.0.2
recommonmark==0.7.1
redis==5.0.1
referencing==0.29.3
requests==2.31.0
redis==5.2.1
referencing==0.35.1
requests==2.32.3
retry==0.9.2
rfc3339-validator==0.1.4
rpds-py==0.9.2
setuptools==68.0.0
six==1.16.0
smbus2==0.4.3
rfc3986==1.5.0
rpds-py==0.22.3
setuptools==75.6.0
six==1.17.0
smbus2==0.5.0
sniffio==1.3.1
snowballstemmer==2.2.0
sortedcontainers==2.4.0
soupsieve==2.4.1
Sphinx==7.2.6
sphinx_mdinclude==0.5.3
sphinxcontrib-applehelp==1.0.4
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-htmlhelp==2.0.1
soupsieve==2.6
Sphinx==8.1.3
sphinx_mdinclude==0.6.2
sphinxcontrib-applehelp==2.0.0
sphinxcontrib-devhelp==2.0.0
sphinxcontrib-htmlhelp==2.1.0
sphinxcontrib-httpdomain==1.8.1
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-openapi==0.8.3
sphinxcontrib-programoutput==0.17
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.10
tempora==5.5.0
sphinxcontrib-openapi==0.8.4
sphinxcontrib-programoutput==0.18
sphinxcontrib-qthelp==2.0.0
sphinxcontrib-serializinghtml==2.0.0
tempora==5.7.0
termcolor==2.3.0
toml==0.10.2
tornado==6.3.2
typing_extensions==4.7.1
tornado==6.4.2
typeguard==4.4.1
typing_extensions==4.12.2
unify==0.5
untokenize==0.1.1
urllib3==2.0.4
urwid==2.1.2
urwid-readline==0.13
wcwidth==0.2.6
websocket-client==1.6.1
Werkzeug==3.0.1
wheel==0.40.0
yamllint==1.34.0
yarl==1.9.2
yaspin==3.0.1
urllib3==2.3.0
urwid==2.6.16
urwid_readline==0.15.1
wcwidth==0.2.13
websocket-client==1.8.0
Werkzeug==3.1.3
wheel==0.45.1
yamllint==1.35.1
yarl==1.18.3
yaspin==3.1.0
zc.lockfile==3.0.post1