scaleway-sdk-python
scaleway-sdk-python copied to clipboard
Integrate Scaleway with your Python applications
We should have a coverage tool enable for the SDK. This could be done by first enabling the tests in the CI and then adding codecov to this repository https://app.codecov.io/gh/scaleway/scaleway-sdk-python/tests/new
### Community Note * Please vote on this pull request by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original pull request comment to help the community and maintainers prioritize this request....
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
At the moment, there is no consequences if the configuration file is having too permissive read permissions. It would be helpful to have a check that would issue a warning...
When I restore a MongoDB snapshot I want to be able to set the restored machine to non-public, private-VPC only. Currently it does not seem to be possible via the...
It would be helpful to have function that test that a given object is of a particular types (`TypeIs`). All the types provided by the SDK python could have support...