Metadata-Version: 2.1
Name: ibm-scc
Version: 0.0.1
Summary: Python client library for IBM Cloud Security & Compliance Center Services
Home-page: https://github.com/ibm-cloud-security/scc-python-sdk
Author: IBM
Author-email: devxsdk@us.ibm.com
License: Apache 2.0
Description: [![Build Status](https://travis-ci.com/ibm-cloud-security/scc-python-sdk.svg?branch=main)](https://travis-ci.com/github/ibm-cloud-security/scc-python-sdk)
        [![Release](https://img.shields.io/github/v/release/ibm-cloud-security/scc-python-sdk)](https://img.shields.io/github/v/release/ibm-cloud-security/scc-python-sdk)
        [![PyPi](https://pypip.in/v/ibm-scc/badge.svg)](https://pypi.python.org/pypi/ibm-scc/)
        [![PyPi](https://pypip.in/d/ibm-scc/badge.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)
        [![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 0.0.1
        
        Python client library to interact with various [IBM Cloud Security & Compliance Center APIs](https://cloud.ibm.com/apidocs/security-and-compliance-center).
        
        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
        --- | --- | ---
        [Findings](https://cloud.ibm.com/apidocs/security-and-compliance-center/findings) | findings_v1 | FindingsV1
        [Notifications](https://cloud.ibm.com/apidocs/security-and-compliance-center/notifications) | notifications_v1 | NotificationsV1
        [Configuration Governance](https://cloud.ibm.com/apidocs/security-and-compliance-center/configuration-governance) | configuration_governance_v1 | ConfigurationGovernanceV1
        
        ## 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.6 or above.
        
        ## Installation
        
        To install, use `pip` or `easy_install`:
        
        ```bash
        pip install --upgrade "ibm-scc>=0.0.1"
        ```
        
        or
        
        ```bash
        easy_install --upgrade "ibm-scc>=0.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-cloud-security/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).
        
Keywords: ibm_scc
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
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
