# code-insight-api-py
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/code-insight-api-py?style=plastic)](https://pypi.org/project/code-insight-api-py/)
[![Download Stats](https://img.shields.io/pypi/dm/code-insight-api-py)](https://pypistats.org/packages/code-insight-api-py)
## Basic Usage
```python
import code_insight_api_py as cia
client = cia.CodeInsightApiClient("<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/code-insight-api-py",
"name": "code-insight-api-py",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.9,<4.0",
"maintainer_email": "",
"keywords": "revenera,api,flexnet,code insight",
"author": "Zachary Karpinski",
"author_email": "1206496+zkarpinski@users.noreply.github.com",
"download_url": "https://files.pythonhosted.org/packages/6a/5f/4416fa2c5b201d64fde0553b57e6708a2e89b18cfe364e4d25cce14501ee/code_insight_api_py-0.0.4.tar.gz",
"platform": null,
"description": "# code-insight-api-py\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/code-insight-api-py?style=plastic)](https://pypi.org/project/code-insight-api-py/)\n[![Download Stats](https://img.shields.io/pypi/dm/code-insight-api-py)](https://pypistats.org/packages/code-insight-api-py)\n\n## Basic Usage\n\n```python\nimport code_insight_api_py as cia\nclient = cia.CodeInsightApiClient(\"<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.4",
"project_urls": {
"Homepage": "https://github.com/zkarpinski/code-insight-api-py",
"Repository": "https://github.com/zkarpinski/code-insight-api-py"
},
"split_keywords": [
"revenera",
"api",
"flexnet",
"code insight"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "7ec313f85eea99af671badbbb64174d8a43b17974b14792c3fecb7532f1afb63",
"md5": "e73da45087cbcb2a819059c8ab44a3fd",
"sha256": "4da6a4c612853b91811fcc77fe79355cb3b3f68a02ab2c57eea6937034a0a858"
},
"downloads": -1,
"filename": "code_insight_api_py-0.0.4-py3-none-any.whl",
"has_sig": false,
"md5_digest": "e73da45087cbcb2a819059c8ab44a3fd",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9,<4.0",
"size": 8495,
"upload_time": "2023-12-28T12:26:05",
"upload_time_iso_8601": "2023-12-28T12:26:05.821581Z",
"url": "https://files.pythonhosted.org/packages/7e/c3/13f85eea99af671badbbb64174d8a43b17974b14792c3fecb7532f1afb63/code_insight_api_py-0.0.4-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "6a5f4416fa2c5b201d64fde0553b57e6708a2e89b18cfe364e4d25cce14501ee",
"md5": "8d66217df47e940619af7449245c326b",
"sha256": "7126ccb55e5e2b4c1b01d209e2506ecedf3bbdfee192123ade070bab20d7489f"
},
"downloads": -1,
"filename": "code_insight_api_py-0.0.4.tar.gz",
"has_sig": false,
"md5_digest": "8d66217df47e940619af7449245c326b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9,<4.0",
"size": 7098,
"upload_time": "2023-12-28T12:26:06",
"upload_time_iso_8601": "2023-12-28T12:26:06.926615Z",
"url": "https://files.pythonhosted.org/packages/6a/5f/4416fa2c5b201d64fde0553b57e6708a2e89b18cfe364e4d25cce14501ee/code_insight_api_py-0.0.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-12-28 12:26:06",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "zkarpinski",
"github_project": "code-insight-api-py",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "code-insight-api-py"
}