Skip to content

Commit

Permalink
Merge branch 'feature/open-api-generator' of https://github.com/phoen…
Browse files Browse the repository at this point in the history
…ixnap/python-sdk-bmc into feature/open-api-generator
  • Loading branch information
sokoli1 committed Jan 30, 2024
2 parents cd6c517 + 4d112e2 commit e55fefc
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 96 deletions.
13 changes: 1 addition & 12 deletions pnap_audit_api/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
[tool.poetry]
name = "pnap_audit_api"
version = "1.0.0"
description = "Audit Log API"
authors = ["PhoenixNAP Team <[email protected]>"]
license = "Apache 2.0"
readme = "README.md"
repository = "https://github.com/GIT_USER_ID/GIT_REPO_ID"
keywords = ["OpenAPI", "OpenAPI-Generator", "Audit Log API"]
include = ["pnap_audit_api/py.typed"]

[tool.poetry.dependencies]
python = "^3.7"

Expand All @@ -27,4 +16,4 @@ requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[tool.pylint.'MESSAGES CONTROL']
extension-pkg-whitelist = "pydantic"
extension-pkg-whitelist = "pydantic"
13 changes: 1 addition & 12 deletions pnap_bmc_api/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
[tool.poetry]
name = "pnap_bmc_api"
version = "1.0.0"
description = "Bare Metal Cloud API"
authors = ["PhoenixNAP Team <[email protected]>"]
license = "Apache 2.0"
readme = "README.md"
repository = "https://github.com/GIT_USER_ID/GIT_REPO_ID"
keywords = ["OpenAPI", "OpenAPI-Generator", "Bare Metal Cloud API"]
include = ["pnap_bmc_api/py.typed"]

[tool.poetry.dependencies]
python = "^3.7"

Expand All @@ -27,4 +16,4 @@ requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[tool.pylint.'MESSAGES CONTROL']
extension-pkg-whitelist = "pydantic"
extension-pkg-whitelist = "pydantic"
13 changes: 1 addition & 12 deletions pnap_ip_api/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
[tool.poetry]
name = "pnap_ip_api"
version = "1.0.0"
description = "IP Addresses API"
authors = ["PhoenixNAP Team <[email protected]>"]
license = "Apache 2.0"
readme = "README.md"
repository = "https://github.com/GIT_USER_ID/GIT_REPO_ID"
keywords = ["OpenAPI", "OpenAPI-Generator", "IP Addresses API"]
include = ["pnap_ip_api/py.typed"]

[tool.poetry.dependencies]
python = "^3.7"

Expand All @@ -27,4 +16,4 @@ requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[tool.pylint.'MESSAGES CONTROL']
extension-pkg-whitelist = "pydantic"
extension-pkg-whitelist = "pydantic"
13 changes: 1 addition & 12 deletions pnap_location_api/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
[tool.poetry]
name = "pnap_location_api"
version = "1.0.0"
description = "Locations API"
authors = ["PhoenixNAP Team <[email protected]>"]
license = "Apache 2.0"
readme = "README.md"
repository = "https://github.com/GIT_USER_ID/GIT_REPO_ID"
keywords = ["OpenAPI", "OpenAPI-Generator", "Locations API"]
include = ["pnap_location_api/py.typed"]

[tool.poetry.dependencies]
python = "^3.7"

Expand All @@ -27,4 +16,4 @@ requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[tool.pylint.'MESSAGES CONTROL']
extension-pkg-whitelist = "pydantic"
extension-pkg-whitelist = "pydantic"
13 changes: 1 addition & 12 deletions pnap_network_api/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
[tool.poetry]
name = "pnap_network_api"
version = "1.0.0"
description = "Networks API"
authors = ["PhoenixNAP Team <[email protected]>"]
license = "Apache 2.0"
readme = "README.md"
repository = "https://github.com/GIT_USER_ID/GIT_REPO_ID"
keywords = ["OpenAPI", "OpenAPI-Generator", "Networks API"]
include = ["pnap_network_api/py.typed"]

[tool.poetry.dependencies]
python = "^3.7"

Expand All @@ -27,4 +16,4 @@ requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[tool.pylint.'MESSAGES CONTROL']
extension-pkg-whitelist = "pydantic"
extension-pkg-whitelist = "pydantic"
13 changes: 1 addition & 12 deletions pnap_network_storage_api/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
[tool.poetry]
name = "pnap_network_storage_api"
version = "1.0.0"
description = "Network Storage API"
authors = ["PhoenixNAP Team <[email protected]>"]
license = "Apache 2.0"
readme = "README.md"
repository = "https://github.com/GIT_USER_ID/GIT_REPO_ID"
keywords = ["OpenAPI", "OpenAPI-Generator", "Network Storage API"]
include = ["pnap_network_storage_api/py.typed"]

[tool.poetry.dependencies]
python = "^3.7"

Expand All @@ -27,4 +16,4 @@ requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[tool.pylint.'MESSAGES CONTROL']
extension-pkg-whitelist = "pydantic"
extension-pkg-whitelist = "pydantic"
13 changes: 1 addition & 12 deletions pnap_rancher_solution_api/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
[tool.poetry]
name = "pnap_rancher_solution_api"
version = "1.0.0"
description = "Rancher Solution API"
authors = ["PhoenixNAP Team <[email protected]>"]
license = "Apache 2.0"
readme = "README.md"
repository = "https://github.com/GIT_USER_ID/GIT_REPO_ID"
keywords = ["OpenAPI", "OpenAPI-Generator", "Rancher Solution API"]
include = ["pnap_rancher_solution_api/py.typed"]

[tool.poetry.dependencies]
python = "^3.7"

Expand All @@ -27,4 +16,4 @@ requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[tool.pylint.'MESSAGES CONTROL']
extension-pkg-whitelist = "pydantic"
extension-pkg-whitelist = "pydantic"
13 changes: 1 addition & 12 deletions pnap_tag_api/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
[tool.poetry]
name = "pnap_tag_api"
version = "1.0.0"
description = "Tags API"
authors = ["PhoenixNAP Team <[email protected]>"]
license = "Apache 2.0"
readme = "README.md"
repository = "https://github.com/GIT_USER_ID/GIT_REPO_ID"
keywords = ["OpenAPI", "OpenAPI-Generator", "Tags API"]
include = ["pnap_tag_api/py.typed"]

[tool.poetry.dependencies]
python = "^3.7"

Expand All @@ -27,4 +16,4 @@ requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[tool.pylint.'MESSAGES CONTROL']
extension-pkg-whitelist = "pydantic"
extension-pkg-whitelist = "pydantic"

0 comments on commit e55fefc

Please sign in to comment.