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
- Host: GitHub
- URL: https://github.com/zkarpinski/codeinsight-sdk-python
- Owner: zkarpinski
- License: apache-2.0
- Created: 2023-12-29T00:49:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-12-12T08:26:43.000Z (6 months ago)
- Last Synced: 2026-01-05T21:39:17.511Z (5 months ago)
- Topics: api, code-insight, collaborate, flexera, rest, revenera, sca, sdk, student-vscode
- Language: Python
- Homepage:
- Size: 231 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# codeinsight-sdk
A Python client for Revenera Code Insight
[](https://opensource.org/licenses/Apache-2.0)

[](https://pypi.org/project/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)