Metadata-Version: 2.1
Name: ionoscloud
Version: 6.0.3
Summary: Python SDK for the Ionos Cloud API
Home-page: https://github.com/ionos-cloud/ionos-cloud-sdk-python
Author: Ionos Cloud
Author-email: sdk@cloud.ionos.com
License: UNKNOWN
Description: [![Gitter](https://img.shields.io/gitter/room/ionos-cloud/sdk-general)](https://gitter.im/ionos-cloud/sdk-general)
        [![PyPI version](https://img.shields.io/pypi/v/ionoscloud)](https://pypi.org/project/ionoscloud/)
        
        # ionoscloud
        IONOS Enterprise-grade Infrastructure as a Service (IaaS) solutions can be managed through the Cloud API, in addition or as an alternative to the \"Data Center Designer\" (DCD) browser-based tool. 
        
         Both methods employ consistent concepts and features, deliver similar power and flexibility, and can be used to perform a multitude of management tasks, including adding servers, volumes, configuring networks, and so on.
        
        This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
        
        - API version: 6.0-SDK.3
        - Package version: v6.0.0-beta1
        - Build package: org.openapitools.codegen.languages.PythonLegacyClientCodegen
        
        ## Requirements.
        
        - Python >= 3.5
        
        ## 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.git
        ```
        (you may need to run `pip` with root permission: `sudo pip install git+https://github.com/ionos-cloud/sdk-python.git`)
        
        Then import the package:
        ```python
        import ionoscloud
        ```
        
        ### 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
        ```
        ## Our latest, most up to date documentation is available [here](https://github.com/ionos-cloud/ionos-cloud-sdk-python/blob/master/DOCS.md)
        
Keywords: OpenAPI,OpenAPI-Generator,CLOUD 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
