[![CI/CD Pipeline](https://github.com/IBM/scc-python-sdk/actions/workflows/main.yaml/badge.svg)](https://github.com/IBM/scc-python-sdk/actions/workflows/main.yaml)
[![PyDoc](https://img.shields.io/static/v1?label=pydoc&message=latest&color=blue)](http://IBM.github.io/scc-python-sdk)
[![Release](https://img.shields.io/github/v/release/IBM/scc-python-sdk)](https://img.shields.io/github/v/release/IBM/scc-python-sdk)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/ibm-platform-services)](https://pypi.org/project/ibm-scc/)
[![PyPi](https://badge.fury.io/py/ibm-scc.svg)](https://pypi.python.org/pypi/ibm-scc/)
[![PyPi](https://img.shields.io/pypi/dw/ibm-scc.svg)](https://pypi.python.org/pypi/ibm-scc/)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Test Coverage](https://api.codeclimate.com/v1/badges/a87748d845549d045483/test_coverage)](https://codeclimate.com/github/IBM/scc-python-sdk/test_coverage)
[![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 Security & Compliance Center Python SDK Version 4.0.1
Python client library to interact with various [IBM Cloud Security & Compliance Center APIs](https://cloud.ibm.com/apidocs/security-compliance?code=python).
Disclaimer: this SDK is being released initially as a **pre-release** version.
Changes might occur which impact applications that use this SDK.
## Table of Contents
<!--
The TOC below is generated using the `markdown-toc` node package.
https://github.com/jonschlinkert/markdown-toc
You should regenerate the TOC after making changes to this file.
npx markdown-toc -i README.md
-->
<!-- toc -->
- [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)
<!-- tocstop -->
## Overview
The IBM Cloud Security & Compliance Center Python SDK allows developers to programmatically interact with the following
IBM Cloud services:
Service Name | Module Name | Imported Class Name
--- | --- | ---
[Security and Compliance Center](https://cloud.ibm.com/apidocs/security-compliance) | ibm_scc.security_and_compliance_center_api_v3 | SecurityAndComplianceCenterApiV3
## Prerequisites
[ibm-cloud-onboarding]: https://cloud.ibm.com/registration
* 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.7 or above.
## Installation
To install, use `pip` or `easy_install`:
```bash
pip install --upgrade "ibm-scc>=4.0.1"
```
or
```bash
easy_install --upgrade "ibm-scc>=4.0.1"
```
## Using the SDK
For general SDK usage information, please see [this link](https://github.com/IBM/ibm-cloud-sdk-common/blob/main/README.md)
## Questions
If you are having difficulties using this SDK or have a question about the IBM Cloud services,
please ask a question
[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](https://github.com/IBM/scc-python-sdk/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.md](https://github.ibm.com/CloudEngineering/python-sdk-template/blob/main/CONTRIBUTING.md).
## License
This SDK is released under the Apache 2.0 license.
The license's full text can be found in [LICENSE](https://github.ibm.com/CloudEngineering/python-sdk-template/blob/main/LICENSE).
Raw data
{
"_id": null,
"home_page": "https://github.com/IBM/scc-python-sdk",
"name": "ibm-scc",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "ibm_scc",
"author": "IBM",
"author_email": "devxsdk@us.ibm.com",
"download_url": "https://files.pythonhosted.org/packages/d9/c0/ca8bb9633b69b8c632b8b0c7f5c902605e4fb2e8679a9b04c435df2acfb0/ibm-scc-4.0.1.tar.gz",
"platform": null,
"description": "[![CI/CD Pipeline](https://github.com/IBM/scc-python-sdk/actions/workflows/main.yaml/badge.svg)](https://github.com/IBM/scc-python-sdk/actions/workflows/main.yaml)\n[![PyDoc](https://img.shields.io/static/v1?label=pydoc&message=latest&color=blue)](http://IBM.github.io/scc-python-sdk)\n[![Release](https://img.shields.io/github/v/release/IBM/scc-python-sdk)](https://img.shields.io/github/v/release/IBM/scc-python-sdk)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/ibm-platform-services)](https://pypi.org/project/ibm-scc/)\n[![PyPi](https://badge.fury.io/py/ibm-scc.svg)](https://pypi.python.org/pypi/ibm-scc/)\n[![PyPi](https://img.shields.io/pypi/dw/ibm-scc.svg)](https://pypi.python.org/pypi/ibm-scc/)\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n[![Test Coverage](https://api.codeclimate.com/v1/badges/a87748d845549d045483/test_coverage)](https://codeclimate.com/github/IBM/scc-python-sdk/test_coverage)\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 Security & Compliance Center Python SDK Version 4.0.1\n\nPython client library to interact with various [IBM Cloud Security & Compliance Center APIs](https://cloud.ibm.com/apidocs/security-compliance?code=python).\n\nDisclaimer: this SDK is being released initially as a **pre-release** version.\nChanges might occur which impact applications that use this SDK.\n\n## Table of Contents\n\n<!--\n The TOC below is generated using the `markdown-toc` node package.\n\n https://github.com/jonschlinkert/markdown-toc\n\n You should regenerate the TOC after making changes to this file.\n\n npx markdown-toc -i README.md\n -->\n\n<!-- toc -->\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<!-- tocstop -->\n\n## Overview\n\nThe IBM Cloud Security & Compliance Center Python SDK allows developers to programmatically interact with the following\nIBM Cloud services:\n\nService Name | Module Name | Imported Class Name\n--- | --- | ---\n[Security and Compliance Center](https://cloud.ibm.com/apidocs/security-compliance) | ibm_scc.security_and_compliance_center_api_v3 | SecurityAndComplianceCenterApiV3\n\n## Prerequisites\n\n[ibm-cloud-onboarding]: https://cloud.ibm.com/registration\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.7 or above.\n\n## Installation\n\nTo install, use `pip` or `easy_install`:\n\n```bash\npip install --upgrade \"ibm-scc>=4.0.1\"\n```\n\nor\n\n```bash\neasy_install --upgrade \"ibm-scc>=4.0.1\"\n```\n\n## Using the SDK\nFor general SDK usage information, please see [this link](https://github.com/IBM/ibm-cloud-sdk-common/blob/main/README.md)\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\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](https://github.com/IBM/scc-python-sdk/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.md](https://github.ibm.com/CloudEngineering/python-sdk-template/blob/main/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](https://github.ibm.com/CloudEngineering/python-sdk-template/blob/main/LICENSE).\n",
"bugtrack_url": null,
"license": "Apache 2.0",
"summary": "Python client library for IBM Cloud Security & Compliance Center Services",
"version": "4.0.1",
"project_urls": {
"Homepage": "https://github.com/IBM/scc-python-sdk"
},
"split_keywords": [
"ibm_scc"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "e3750018016b67ef8c9e00adc5742dc7c4d26a65e368353373c305d3f59bf1a9",
"md5": "2b153c2b3481babfb021753108b6188a",
"sha256": "a3ce7dbf168b41887794f8a14ae32a4f115a74417ff9e9481759819591ff88ff"
},
"downloads": -1,
"filename": "ibm_scc-4.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "2b153c2b3481babfb021753108b6188a",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 54151,
"upload_time": "2024-01-30T14:49:19",
"upload_time_iso_8601": "2024-01-30T14:49:19.812595Z",
"url": "https://files.pythonhosted.org/packages/e3/75/0018016b67ef8c9e00adc5742dc7c4d26a65e368353373c305d3f59bf1a9/ibm_scc-4.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d9c0ca8bb9633b69b8c632b8b0c7f5c902605e4fb2e8679a9b04c435df2acfb0",
"md5": "9c8bad37c2bf1657a3e96bfa237a4da8",
"sha256": "99958d3715397821d15dcae6a4d677faad0c7e9f859ecbed5fb42d58b5159149"
},
"downloads": -1,
"filename": "ibm-scc-4.0.1.tar.gz",
"has_sig": false,
"md5_digest": "9c8bad37c2bf1657a3e96bfa237a4da8",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 54849,
"upload_time": "2024-01-30T14:49:20",
"upload_time_iso_8601": "2024-01-30T14:49:20.970699Z",
"url": "https://files.pythonhosted.org/packages/d9/c0/ca8bb9633b69b8c632b8b0c7f5c902605e4fb2e8679a9b04c435df2acfb0/ibm-scc-4.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-01-30 14:49:20",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "IBM",
"github_project": "scc-python-sdk",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"tox": true,
"lcname": "ibm-scc"
}