forked from scaleway/scaleway-sdk-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Nathanael DEMACON <[email protected]> Co-authored-by: Nathanael DEMACON <[email protected]>
- Loading branch information
1 parent
f00ca20
commit 0af61d2
Showing
377 changed files
with
87,415 additions
and
77,932 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "scaleway-docs" | ||
version = "1.0.0" | ||
version = "2.0.0" | ||
description = "" | ||
authors = ["Scaleway <[email protected]>"] | ||
license = "BSD" | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "scaleway-async" | ||
version = "0.0.1" | ||
version = "2.0.0" | ||
description = "Scaleway SDK for Python" | ||
authors = ["Scaleway <[email protected]>"] | ||
license = "BSD" | ||
|
@@ -24,13 +24,12 @@ classifiers = [ | |
|
||
[tool.poetry.dependencies] | ||
python = "^3.8" | ||
scaleway-core = "^1" | ||
scaleway-core = "*" | ||
|
||
[tool.poetry.group.dev.dependencies] | ||
scaleway-core = { path = "../scaleway-core", develop = true } | ||
ruff = "^0.0.286" | ||
mypy = "^1.5.1" | ||
black = "^23.7.0" | ||
|
||
[build-system] | ||
requires = ["poetry-core"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,23 @@ | ||
# This file was automatically generated. DO NOT EDIT. | ||
# If you have any remark or suggestion do not hesitate to open an issue. | ||
from .types import ListProjectsRequestOrderBy | ||
from .types import ListProjectsResponse | ||
from .types import Project | ||
from .types import CreateProjectRequest | ||
from .types import DeleteProjectRequest | ||
from .types import GetProjectRequest | ||
from .types import ListProjectsRequest | ||
from .types import ListProjectsResponse | ||
from .types import UpdateProjectRequest | ||
from .api import AccountV2API | ||
|
||
__all__ = [ | ||
"ListProjectsRequestOrderBy", | ||
"ListProjectsResponse", | ||
"Project", | ||
"CreateProjectRequest", | ||
"DeleteProjectRequest", | ||
"GetProjectRequest", | ||
"ListProjectsRequest", | ||
"ListProjectsResponse", | ||
"UpdateProjectRequest", | ||
"AccountV2API", | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.