Keep It Simple Stupid. Started using the CherryPy server and made classes from the parts.

This commit is contained in:
kalzu rekku
2024-10-22 22:06:19 +03:00
parent 6db5290cca
commit e620c28648
12 changed files with 600 additions and 0 deletions

14
kiss/toml-manager/Pipfile Normal file
View File

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