Metadata-Version: 2.1
Name: iaesdk
Version: 1.0.0
Summary: iaesdk client library
Home-page: https://github.com/IBM/ibm-iae-python-sdk
Author: IBM
Author-email: surya.penumatcha@ibm.com
License: Apache 2.0
Description: |Build Status| |semantic-release| # IBM Cloud Analytics Engine Python
        SDK Version 1.0.0
        
        Python client library to interact with various `iaesdk Service
        APIs <https://cloud.ibm.com/apidocs/ibm-analytics-engine>`__.
        
        Table of Contents
        -----------------
        
        -  `Overview <#overview>`__
        -  `Prerequisites <#prerequisites>`__
        -  `Installation <#installation>`__
        -  `Using the SDK <#using-the-sdk>`__
        -  `Questions <#questions>`__
        -  `Issues <#issues>`__
        -  `Open source @ IBM <#open-source--ibm>`__
        -  `Contributing <#contributing>`__
        -  `License <#license>`__
        
        Overview
        --------
        
        The IBM Cloud iaesdk Python SDK allows developers to programmatically
        interact with the following IBM Cloud services:
        
        +---------------------------------------------------------------------------------+---------------------------+
        | Service Name                                                                    | Imported Class Name       |
        +=================================================================================+===========================+
        | `IBM Analytics Engine <https://cloud.ibm.com/apidocs/ibm-analytics-engine>`__   | IbmAnalyticsEngineApiV2   |
        +---------------------------------------------------------------------------------+---------------------------+
        
        Prerequisites
        -------------
        
        -  An `IBM
           Cloud <https://cloud.ibm.com/registration?target=%2Fdeveloper%2Fwatson&>`__
           account.
        -  An IAM API key to allow the SDK to access your account. Create one
           `here <https://cloud.ibm.com/iam/apikeys>`__.
        -  Python 3.5 or above.
        
        Installation
        ------------
        
        To install, use ``pip`` or ``easy_install``:
        
        .. code:: bash
        
            pip install --upgrade "iaesdk>=1.0.0"
        
        or
        
        .. code:: bash
        
            easy_install --upgrade "iaesdk>=1.0.0"
        
        Using the SDK
        -------------
        
        For general SDK usage information, please see `this
        link <https://github.com/IBM/ibm-cloud-sdk-common/blob/master/README.md>`__
        
        In `setting client options
        programatically <https://github.com/IBM/ibm-cloud-sdk-common/blob/master/README.md#setting-client-options-programmatically>`__
        to instantiate the class, provide the following two values: 1. `IAM API
        Key <https://cloud.ibm.com/docs/iam?topic=iam-userapikey#create_user_key>`__
        1. `Service
        URLs <https://cloud.ibm.com/apidocs/ibm-analytics-engine#service-endpoints>`__
        
        Questions
        ---------
        
        If you are having difficulties using this SDK or have a question about
        the IBM Cloud services, please ask a question at `dW
        Answers <https://developer.ibm.com/answers/questions/ask/?topics=ibm-cloud>`__
        or `Stack
        Overflow <http://stackoverflow.com/questions/ask?tags=ibm-cloud>`__.
        
        Issues
        ------
        
        If you encounter an issue with the project, you are welcome to submit a
        [bug report](/issues). Before that, please search for similar issues.
        It's possible that someone has already reported the problem.
        
        Open source @ IBM
        -----------------
        
        Find more open source projects on the `IBM Github
        Page <http://ibm.github.io/>`__
        
        Contributing
        ------------
        
        See `CONTRIBUTING <CONTRIBUTING.md>`__.
        
        License
        -------
        
        This SDK is released under the Apache 2.0 license. The license's full
        text can be found in `LICENSE <LICENSE>`__.
        
        .. |Build Status| image:: https://travis-ci.org/IBM/ibm-iae-python-sdk.svg?branch=master
           :target: https://travis-ci.org/IBM/ibm-iae-python-sdk
        .. |semantic-release| image:: https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg
           :target: https://github.com/semantic-release/semantic-release
        
Keywords: iaesdk
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Description-Content-Type: text/markdown
