Setup pyenv+pipenv, refactor code to 'domain' style, upgrade README

This commit is contained in:
backups@services.home
2024-02-25 18:46:38 -08:00
parent a365c9fb67
commit e3d62bfa80
6 changed files with 137 additions and 36 deletions

12
Pipfile Normal file
View File

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