Initial commit

main
Max Nuding 2021-12-31 09:15:33 +01:00
commit a52293d588
Signed by: phlaym
GPG Key ID: A06651BAB6777237
3 changed files with 20 additions and 0 deletions

5
.nova/Configuration.json Normal file
View File

@ -0,0 +1,5 @@
{
"workspace.art_style" : 0,
"workspace.color" : 2,
"workspace.name" : "jwst-plotter"
}

0
main.py Normal file
View File

15
pyproject.toml Normal file
View File

@ -0,0 +1,15 @@
[tool.poetry]
name = "jwst-plotter"
version = "0.1.0"
description = ""
authors = ["Max Nuding <max.nuding@icloud.com>"]
[tool.poetry.dependencies]
python = "^3.10"
requests = "^2.26.0"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"