We are thrilled to announce the release of OBShell Python SDK v0.0.2! Building upon the foundation of our first release, this version introduces powerful new features for enhanced functionality and control.
New Features:
Tenant Management: Seamlessly manage tenants within your OceanBase cluster. Create, update, and delete tenant with ease.
Backup and Restore: Easily create backups of your cluster or tenant with dedicated SDK methods. And restore your tenant from backups effortlessly, allowing for quick recovery in case of issues.
Compatibility:
Fully compatible with OBShell V4.2.2, V4.2.3 and V4.2.4.
Requires Python 3.x (recommended Python 3.6 or higher).
How to Install:
To upgrade to the latest version of the OBShell SDK, run the following command:
bash
pip install obshell --upgrade
Getting Started:
For a quick start on how to use the SDK, please refer to our [Getting Started guide](https://github.com/oceanbase/obshell-sdk-python/blob/v0.0.1/README.md).
Need Help?
If you encounter any issues or have questions, please feel free to submit an issue on [GitHub](https://github.com/oceanbase/obshell-sdk-python/issues) or visit [Q&A community](https://ask.oceanbase.com/) for assistance.
We hope this SDK accelerates your development and makes interfacing with OBShell systems more efficient. Thank you for using the OBShell Python SDK!