An open API service indexing awesome lists of open source software.

https://github.com/zkarpinski/codeinsight-sdk-python

A Python client for the Revenera Flexera Code Insight
https://github.com/zkarpinski/codeinsight-sdk-python

api code-insight collaborate flexera rest revenera sca sdk student-vscode

Last synced: 5 months ago
JSON representation

A Python client for the Revenera Flexera Code Insight

Awesome Lists containing this project

README

          

# codeinsight-sdk
A Python client for Revenera Code Insight

[![License](https://img.shields.io/badge/License-Apache%202.0-yellowgreen.svg)](https://opensource.org/licenses/Apache-2.0)
![Python 3.9](https://upload.wikimedia.org/wikipedia/commons/1/1b/Blue_Python_3.9_Shield_Badge.svg)
[![PyPI](https://img.shields.io/pypi/v/codeinsight-sdk?style=plastic)](https://pypi.org/project/codeinsight-sdk/)
[![Download Stats](https://img.shields.io/pypi/dm/codeinsight-sdk)](https://pypistats.org/packages/codeinsight-sdk)

## Basic Usage

```python
import codeinsight_sdk as cia
client = cia.CodeInsightClient("","")

projects = client.projects.all()
```

## References
* [Code Insight Rest API Documentation](https://codeinsightapi-2023r2.redoc.ly/)
* [Code Insight Rest API Python Examples](https://github.com/flexera-public/sca-codeinsight-restapi-python/tree/master)