# network-insight-sdk-python **Repository Path**: mirrors_vmware/network-insight-sdk-python ## Basic Information - **Project Name**: network-insight-sdk-python - **Description**: Python SDK for the vRealize Network Insight API - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-03-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Python SDK for vRNI Starting vRealize Network Insight (vRNI) 3.6, vRNI platform has a public API. This Python SDK gives you easy access to API calls and hosts examples on how to use it. This module is not supported by VMware, and comes with no warranties express or implied. Please test and validate its functionality before using in a production environment. If you have any issue please raise a github issue. Included SDK is compatible with vRNI 6.12. ## Installing Python SDK [python 3.7] Checkout repo and add **swagger_client-py3.7.egg** in PYTHONPATH. Then install the prerequisites with: pip install -r requirements.txt You are ready to go. ## Examples The **examples/** directory is full of examples that use the Network Insight Python SDK and inspires you to contribute to the project. ## Contributing The network-insight-sdk-python project team welcomes contributions from the community. If you wish to contribute code and you have not signed our contributor license agreement (CLA), our bot will update the issue when you open a Pull Request. For any questions about the CLA process, please refer to our [FAQ](https://cla.vmware.com/faq). For more detailed information, refer to [CONTRIBUTING.md](CONTRIBUTING.md). ## License Network Insight Python SDK is licensed under GPL v2 Copyright © 2019 VMware, Inc. All Rights Reserved. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 2, as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTIBILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License version 2 for more details. You should have received a copy of the General Public License version 2 along with this program. If not, see https://www.gnu.org/licenses/gpl-2.0.html. The full text of the General Public License 2.0 is provided in the COPYING file. Some files may be comprised of various open source software components, each of which has its own license that is located in the source code of the respective component.”