Python packages and API clients for Red Had OpenShift Application Services (RHOAS)
- Python 3.9 or above
- pip for installing packages
Currently all RHOAS SDKs are bundled together. To install the RHOAS SDK with the pip package installer:
$ python3 -m pip install rhoas-sdksNOTE: Some of these APIs are under development and may sometimes cause backwards-incompatible changes.
All packages are now available and can be accessed by just importing them as shown below:
| API | Status | Package |
|---|---|---|
| KafkaManagement | beta | import python rhoas_kafka_mgmt_sdk |
| ServiceRegistryManagement | alpha | import rhoas_service_registry_mgmt_sdk |
| ConnectorManagement | alpha | import rhoas_connector_mgmt_sdk |
| ServiceAccounts | alpha | import rhoas_service_accounts_mgmt_sdk |
| API | Status | Package |
|---|---|---|
| KafkaInstance | beta | import rhoas_kafka_instance_sdk |
| RegistryInstance | beta | import rhoas_registry_instance_sdk |
Contributions are welcome. See CONTRIBUTING for details.