1+ [project ]
2+ name = " frinx-blueprints-provider-api"
3+ version = " 1.0.0"
4+ description = " Frinx Blueprints Provider graphql schema transformed to pydantic basemodels"
5+ authors = [
6+ {
name =
" Marek Pastorek" ,
email =
" [email protected] >" }
7+ ]
8+ readme = " README.md"
9+ keywords = [" blueprints-provider" , " api" ]
10+ license = {text = " Apache-2.0" }
11+
12+ [project .urls ]
13+ Homepage = ' https://github.com/FRINXio/frinx-python-sdk'
14+ Source = ' https://github.com/FRINXio/frinx-python-sdk'
15+
116[build-system ]
2- requires = [" poetry-core" ]
17+ requires = [" poetry-core>=2.0.0,<3.0.0 " ]
318build-backend = " poetry.core.masonry.api"
419
20+ [tool .poetry ]
21+ packages = [{ include = " frinx_api" }]
22+
523[tool .poetry .dependencies ]
624python = " ^3.10"
725pydantic = " ^2"
@@ -12,20 +30,6 @@ ruff = "^0.0.263"
1230mypy = " 1.3.0"
1331pyright = " ^1.1.317"
1432
15- [tool .poetry ]
16- packages = [{ include = " frinx_api" }]
17- name = " frinx-blueprints-provider-api"
18- description = " Frinx Blueprints Provider graphql schema transformed to pydantic basemodels"
19- authors = [
" Marek Pastorek <[email protected] >" ]
20- version = " 0.0.1"
21- readme = [" README.md" , " CHANGELOG.md" , " RELEASE.md" ]
22- keywords = [" blueprints-provider" , " api" ]
23- license = " Apache 2.0"
24-
25- [project .urls ]
26- Homepage = ' https://github.com/FRINXio/frinx-python-sdk'
27- Source = ' https://github.com/FRINXio/frinx-python-sdk'
28-
2933[tool .pyright ]
3034include = [' frinx_api' ]
3135reportGeneralTypeIssues = " none"
0 commit comments