pydo
pydo copied to clipboard
Official DigitalOcean Python Client based on the DO OpenAPIv3 specification
Addresses #290 Was able to reproduce the issue described in #290 with docstring errors with python 3.12: ``` make generate ..... :34822: SyntaxWarning: invalid escape sequence '\ ' :42159: SyntaxWarning:...
When importing the module in Python 3.12: ``` /home/runner/.cache/pypoetry/virtualenvs/infra-IUSmebnC-py3.12/lib/python3.12/site-packages/pydo/_client.py:60: SyntaxWarning: invalid escape sequence '\ ' """Introduction /home/runner/.cache/pypoetry/virtualenvs/infra-IUSmebnC-py3.12/lib/python3.12/site-packages/pydo/operations/_operations.py:39592: SyntaxWarning: invalid escape sequence '\ ' """Update an App. /home/runner/.cache/pypoetry/virtualenvs/infra-IUSmebnC-py3.12/lib/python3.12/site-packages/pydo/operations/_operations.py:46410: SyntaxWarning: invalid escape...
Adds workaround for known issue of `get_kubeconfig` in documentation temporary fix for #264
Hi All, On Aug 30, 2022 the deserialize error was added to the known issues. https://github.com/digitalocean/pydo/blob/db20334589399d8d01bd34c52f9df358ef906fa7/README.md?plain=1#L216 I cannot seem to find any efforts to fix this issue here, or with...
**Overview** Add more test coverage for Pydo, specifically for Apps [Mocked Tests: tests/mocked/](https://github.com/digitalocean/pydo#mocked-tests-testsmocked) Tests in the mocked directory include: - Tests that validate the generated client has all the expected...
Hi, Any way to retrieve root password through pyro because ssh keys are not working from Mac machine I am getting tired of generating many times
We received feedback that adding guidance for surfacing the error codes in the readme would be helpful here #230
Overview Add more test coverage for Pydo, specifically for droplets [Mocked Tests: tests/mocked/](https://github.com/digitalocean/pydo#mocked-tests-testsmocked) Tests in the mocked directory include: - Tests that validate the generated client has all the expected...
**Overview** Add more test coverage for Pydo, specifically for Uptime [Mocked Tests: tests/mocked/](https://github.com/digitalocean/pydo#mocked-tests-testsmocked) Tests in the mocked directory include: - Tests that validate the generated client has all the expected...
**Overview** Add more test coverage for Pydo, specifically for Image Actions [Mocked Tests: tests/mocked/](https://github.com/digitalocean/pydo#mocked-tests-testsmocked) Tests in the mocked directory include: - Tests that validate the generated client has all the...