Initial templated README generation scripts

This commit is contained in:
2023-10-06 03:44:00 -05:00
parent 5a1efd2418
commit d1a393b106
7 changed files with 355 additions and 6 deletions

13
Pipfile Normal file
View File

@@ -0,0 +1,13 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
jinja2 = "*"
pydantic = "*"
[dev-packages]
[requires]
python_version = "3.11"