# 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("<your-base-url>","<your-api-token>")
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)
Raw data
{
"_id": null,
"home_page": "https://github.com/zkarpinski/codeinsight-sdk-python",
"name": "codeinsight-sdk",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.9",
"maintainer_email": null,
"keywords": "revenera, api, flexera, code insight, sdk",
"author": "Zachary Karpinski",
"author_email": "1206496+zkarpinski@users.noreply.github.com",
"download_url": "https://files.pythonhosted.org/packages/3c/46/de184d7d3d2eb4a557b3e93746493e784efcf4e7076e585d27c21277b160/codeinsight_sdk-0.0.12.tar.gz",
"platform": null,
"description": "# codeinsight-sdk\nA Python client for Revenera Code Insight\n\n[![License](https://img.shields.io/badge/License-Apache%202.0-yellowgreen.svg)](https://opensource.org/licenses/Apache-2.0)\n![Python 3.9](https://upload.wikimedia.org/wikipedia/commons/1/1b/Blue_Python_3.9_Shield_Badge.svg)\n[![PyPI](https://img.shields.io/pypi/v/codeinsight-sdk?style=plastic)](https://pypi.org/project/codeinsight-sdk/)\n[![Download Stats](https://img.shields.io/pypi/dm/codeinsight-sdk)](https://pypistats.org/packages/codeinsight-sdk)\n\n## Basic Usage\n\n```python\nimport codeinsight_sdk as cia\nclient = cia.CodeInsightClient(\"<your-base-url>\",\"<your-api-token>\")\n\nprojects = client.projects.all()\n```\n\n\n## References\n* [Code Insight Rest API Documentation](https://codeinsightapi-2023r2.redoc.ly/)\n* [Code Insight Rest API Python Examples](https://github.com/flexera-public/sca-codeinsight-restapi-python/tree/master)",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "A Python client for the Revenera Code Insight",
"version": "0.0.12",
"project_urls": {
"Homepage": "https://github.com/zkarpinski/codeinsight-sdk-python",
"Repository": "https://github.com/zkarpinski/codeinsight-sdk-python"
},
"split_keywords": [
"revenera",
" api",
" flexera",
" code insight",
" sdk"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "d39f6522af873494ed3c15984bd346eaa8483d39a303b917a5c11fcbb804e249",
"md5": "0fc25c4cec6035067b0abbb8258d5270",
"sha256": "5a94d9b426caf3de9c607040c841d74d82aa381b3bd30592247adf0b6697ed82"
},
"downloads": -1,
"filename": "codeinsight_sdk-0.0.12-py3-none-any.whl",
"has_sig": false,
"md5_digest": "0fc25c4cec6035067b0abbb8258d5270",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.9",
"size": 13324,
"upload_time": "2024-05-18T03:28:13",
"upload_time_iso_8601": "2024-05-18T03:28:13.426615Z",
"url": "https://files.pythonhosted.org/packages/d3/9f/6522af873494ed3c15984bd346eaa8483d39a303b917a5c11fcbb804e249/codeinsight_sdk-0.0.12-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3c46de184d7d3d2eb4a557b3e93746493e784efcf4e7076e585d27c21277b160",
"md5": "c1e1500ed2835e13cc4b589cb0f83707",
"sha256": "1e25aa4efa1f5274a1d7a64eb51be7c4a2f881f10ee1e0ed47a189174733994e"
},
"downloads": -1,
"filename": "codeinsight_sdk-0.0.12.tar.gz",
"has_sig": false,
"md5_digest": "c1e1500ed2835e13cc4b589cb0f83707",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.9",
"size": 13223,
"upload_time": "2024-05-18T03:28:14",
"upload_time_iso_8601": "2024-05-18T03:28:14.948795Z",
"url": "https://files.pythonhosted.org/packages/3c/46/de184d7d3d2eb4a557b3e93746493e784efcf4e7076e585d27c21277b160/codeinsight_sdk-0.0.12.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-05-18 03:28:14",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "zkarpinski",
"github_project": "codeinsight-sdk-python",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "codeinsight-sdk"
}