Inital version

This commit is contained in:
2025-09-30 12:26:09 -04:00
commit 4e10407f9f
15 changed files with 9237 additions and 0 deletions

13
Pipfile Normal file
View File

@@ -0,0 +1,13 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
simple-scope-parser = {file = ".", editable = true}
matplotlib = "*"
[dev-packages]
[requires]
python_version = "3.11"