Metadata-Version: 2.1
Name: ionoscloud-dbaas-postgres
Version: 1.0.1
Summary: Python SDK for the Ionos DBaaS Postgres API
Home-page: https://github.com/ionos-cloud/sdk-python-dbaas-postgres
Author: Ionos Cloud
Author-email: sdk@cloud.ionos.com
License: UNKNOWN
Description: ![CI Python DBaaS Postgres](https://github.com/ionos-cloud/sdk-resources/workflows/[%20CI%20]%20DBaaS%20Postgres%20/%20Python/badge.svg)
        [![PyPI version](https://img.shields.io/pypi/v/ionoscloud-dbaas-postgres)](https://pypi.org/project/ionoscloud-dbaas-postgres/)
        [![Gitter](https://img.shields.io/gitter/room/ionos-cloud/sdk-general)](https://gitter.im/ionos-cloud/sdk-general)
        
        ![Alt text](.github/IONOS.CLOUD.BLU.svg?raw=true "Title")
        
        
        # Python API Client For IONOS Cloud Dbaas Postgres
        
        An enterprise-grade Database is provided as a Service (DBaaS) solution that
        can be managed through a browser-based \"Data Center Designer\" (DCD) tool or
        via an easy to use API.
        
        The API allows you to create additional database clusters or modify existing
        ones. It is designed to allow users to leverage the same power and
        flexibility found within the DCD visual tool. Both tools are consistent with
        their concepts and lend well to making the experience smooth and intuitive.
        
        
        This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
        
        - Build package: org.openapitools.codegen.languages.PythonLegacyClientCodegen
        
        ## Requirements.
        
        Python 2.7 and 3.4+
        
        ## Installation & Usage
        ### pip install
        
        If the python package is hosted on a repository, you can install directly using:
        
        ```sh
        pip install git+https://github.com/ionos-cloud/sdk-python-dbaas-postgres.git
        ```
        (you may need to run `pip` with root permission: `sudo pip install git+https://github.com/ionos-cloud/sdk-python-dbaas-postgres.git`)
        
        Then import the package:
        ```python
        import ionoscloud_dbaas_postgres
        ```
        
        ### Setuptools
        
        Install via [Setuptools](http://pypi.python.org/pypi/setuptools).
        
        ```sh
        python setup.py install --user
        ```
        (or `sudo python setup.py install` to install the package for all users)
        
        Then import the package:
        ```python
        import ionoscloud_dbaas_postgres
        ```
        ## Our latest, most up to date documentation is available [here](https://github.com/ionos-cloud/sdk-python-dbaas-postgres/blob/master/docs/README.md)
        
Keywords: OpenAPI,OpenAPI-Generator,IONOS DBaaS REST API
Platform: UNKNOWN
Classifier: Natural Language :: English
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Internet :: WWW/HTTP
Description-Content-Type: text/markdown
