iaesdk


Nameiaesdk JSON
Version 3.3.0 PyPI version JSON
download
home_pagehttps://github.com/IBM/ibm-iae-python-sdk
SummaryPython client library for IBM Cloud Analytics Engine Services
upload_time2024-01-04 06:04:46
maintainer
docs_urlNone
authorIBM
requires_python
licenseApache 2.0
keywords iaesdk
VCS
bugtrack_url
requirements ibm_cloud_sdk_core
Travis-CI
coveralls test coverage No coveralls.
            [![Build Status](https://api.travis-ci.com/IBM/ibm-iae-python-sdk.svg?branch=master)](https://app.travis-ci.com/IBM/ibm-iae-python-sdk)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
# IBM Cloud Analytics Engine Python SDK Version 3.3.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 | Module Name | Service Class Name
--- | --- | --- 
[IBM Analytics Engine v2](https://cloud.ibm.com/apidocs/ibm-analytics-engine/ibm-analytics-engine-v2) | ibm_analytics_engine_api_v2 | IbmAnalyticsEngineApiV2
[IBM Analytics Engine v3](https://cloud.ibm.com/apidocs/ibm-analytics-engine/ibm-analytics-engine-v3) | ibm_analytics_engine_api_v3 | IbmAnalyticsEngineApiV3

**NOTE**

IBM Analytics Engine v2 is for the classic plans : Lite, Standard Hourly and Standard monthly.
The classic plans are now deprecated.

IBM Analytics Engine v3 is for the Standard Serverless for Apache Spark plan


## Prerequisites

[ibm-cloud-onboarding]: https://cloud.ibm.com/registration?target=%2Fdeveloper%2Fwatson&

* An [IBM Cloud][ibm-cloud-onboarding] account.
* An IAM API key to allow the SDK to access your account. Create one [here](https://cloud.ibm.com/iam/apikeys).
* Python 3.8 or above.

## Installation

To install, use `pip`:

```bash
python -m pip install --upgrade iaesdk
```

## 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](<github-repo-url>/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).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/IBM/ibm-iae-python-sdk",
    "name": "iaesdk",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "iaesdk",
    "author": "IBM",
    "author_email": "surya.penumatcha@ibm.com",
    "download_url": "https://files.pythonhosted.org/packages/97/1a/9d0662a5af8f43bbe16f61a6154e0a620080c9685b5b7ddf594432e52959/iaesdk-3.3.0.tar.gz",
    "platform": null,
    "description": "[![Build Status](https://api.travis-ci.com/IBM/ibm-iae-python-sdk.svg?branch=master)](https://app.travis-ci.com/IBM/ibm-iae-python-sdk)\n[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)\n# IBM Cloud Analytics Engine Python SDK Version 3.3.0\n\nPython client library to interact with various [iaesdk Service APIs](https://cloud.ibm.com/apidocs/ibm-analytics-engine).\n\n## Table of Contents\n\n- [Overview](#overview)\n- [Prerequisites](#prerequisites)\n- [Installation](#installation)\n- [Using the SDK](#using-the-sdk)\n- [Questions](#questions)\n- [Issues](#issues)\n- [Open source @ IBM](#open-source--ibm)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Overview\n\nThe IBM Cloud iaesdk Python SDK allows developers to programmatically interact with the following \nIBM Cloud services:\n\nService Name | Module Name | Service Class Name\n--- | --- | --- \n[IBM Analytics Engine v2](https://cloud.ibm.com/apidocs/ibm-analytics-engine/ibm-analytics-engine-v2) | ibm_analytics_engine_api_v2 | IbmAnalyticsEngineApiV2\n[IBM Analytics Engine v3](https://cloud.ibm.com/apidocs/ibm-analytics-engine/ibm-analytics-engine-v3) | ibm_analytics_engine_api_v3 | IbmAnalyticsEngineApiV3\n\n**NOTE**\n\nIBM Analytics Engine v2 is for the classic plans : Lite, Standard Hourly and Standard monthly.\nThe classic plans are now deprecated.\n\nIBM Analytics Engine v3 is for the Standard Serverless for Apache Spark plan\n\n\n## Prerequisites\n\n[ibm-cloud-onboarding]: https://cloud.ibm.com/registration?target=%2Fdeveloper%2Fwatson&\n\n* An [IBM Cloud][ibm-cloud-onboarding] account.\n* An IAM API key to allow the SDK to access your account. Create one [here](https://cloud.ibm.com/iam/apikeys).\n* Python 3.8 or above.\n\n## Installation\n\nTo install, use `pip`:\n\n```bash\npython -m pip install --upgrade iaesdk\n```\n\n## Using the SDK\nFor general SDK usage information, please see [this link](https://github.com/IBM/ibm-cloud-sdk-common/blob/master/README.md)\n\nIn [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:\n1. [IAM API Key](https://cloud.ibm.com/docs/iam?topic=iam-userapikey#create_user_key)\n1. [Service URLs](https://cloud.ibm.com/apidocs/ibm-analytics-engine#service-endpoints)\n\n## Questions\n\nIf you are having difficulties using this SDK or have a question about the IBM Cloud services,\nplease ask a question at [dW Answers](https://developer.ibm.com/answers/questions/ask/?topics=ibm-cloud) or\n[Stack Overflow](http://stackoverflow.com/questions/ask?tags=ibm-cloud).\n\n## Issues\nIf you encounter an issue with the project, you are welcome to submit a\n[bug report](<github-repo-url>/issues).\nBefore that, please search for similar issues. It's possible that someone has already reported the problem.\n\n## Open source @ IBM\nFind more open source projects on the [IBM Github Page](http://ibm.github.io/)\n\n## Contributing\nSee [CONTRIBUTING](CONTRIBUTING.md).\n\n## License\n\nThis SDK is released under the Apache 2.0 license.\nThe license's full text can be found in [LICENSE](LICENSE).\n",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "Python client library for IBM Cloud Analytics Engine Services",
    "version": "3.3.0",
    "project_urls": {
        "Homepage": "https://github.com/IBM/ibm-iae-python-sdk"
    },
    "split_keywords": [
        "iaesdk"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "971a9d0662a5af8f43bbe16f61a6154e0a620080c9685b5b7ddf594432e52959",
                "md5": "104d2424cb927113fbed4aec02663656",
                "sha256": "3e75404c55f95a71103485f42fb56f693ccc636d5b32930bc355136e8d3d7932"
            },
            "downloads": -1,
            "filename": "iaesdk-3.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "104d2424cb927113fbed4aec02663656",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 35496,
            "upload_time": "2024-01-04T06:04:46",
            "upload_time_iso_8601": "2024-01-04T06:04:46.995895Z",
            "url": "https://files.pythonhosted.org/packages/97/1a/9d0662a5af8f43bbe16f61a6154e0a620080c9685b5b7ddf594432e52959/iaesdk-3.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-04 06:04:46",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "IBM",
    "github_project": "ibm-iae-python-sdk",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "ibm_cloud_sdk_core",
            "specs": [
                [
                    ">=",
                    "3.18.2"
                ],
                [
                    "<",
                    "4.0.0"
                ]
            ]
        }
    ],
    "lcname": "iaesdk"
}
        
IBM
Elapsed time: 0.15870s