Adding more docs, archiving the first version of the script, changing the second version to be the main version, Python 3.12→3.13, updating the Dockerfile to support the main version of the script, updating README.md to reflect the most recent --help

This commit is contained in:
2025-08-23 01:43:03 -04:00
parent 2dcf1fba8a
commit d4573a72cb
5 changed files with 93 additions and 90 deletions

11
Pipfile Normal file
View File

@@ -0,0 +1,11 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
[requires]
python_version = "3.13"
[dev-packages]