Kepware-ConfigAPI-SDK-Python | A Python SDK for connecting and managing Kepware with the Configuration API
kandi X-RAY | Kepware-ConfigAPI-SDK-Python Summary
kandi X-RAY | Kepware-ConfigAPI-SDK-Python Summary
Kepware-ConfigAPI-SDK-Python is a Python library. Kepware-ConfigAPI-SDK-Python has no bugs, it has no vulnerabilities, it has build file available, it has a Permissive License and it has low support. You can install using 'pip install Kepware-ConfigAPI-SDK-Python' or download it from GitHub, PyPI.
A Python SDK for connecting and managing Kepware with the Configuration API
A Python SDK for connecting and managing Kepware with the Configuration API
Support
Quality
Security
License
Reuse
Support
Kepware-ConfigAPI-SDK-Python has a low active ecosystem.
It has 13 star(s) with 6 fork(s). There are 12 watchers for this library.
It had no major release in the last 12 months.
There are 2 open issues and 11 have been closed. On average issues are closed in 135 days. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of Kepware-ConfigAPI-SDK-Python is 1.2.0
Quality
Kepware-ConfigAPI-SDK-Python has 0 bugs and 0 code smells.
Security
Kepware-ConfigAPI-SDK-Python has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
Kepware-ConfigAPI-SDK-Python code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
Kepware-ConfigAPI-SDK-Python is licensed under the MIT License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
Kepware-ConfigAPI-SDK-Python releases are available to install and integrate.
Deployable package is available in PyPI.
Build file is available. You can build the component from source.
Installation instructions, examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi has reviewed Kepware-ConfigAPI-SDK-Python and discovered the below as its top functions. This is intended to give you an instant insight into Kepware-ConfigAPI-SDK-Python implemented functionality, and help decide if they suit your requirements.
- Add all tags to a device
- Create the URL for the given agent
- Add a tag to a device
- Add configuration data
- Get channel structure
- Perform a GET request
- Get all devices from a specific channel
- Get information about a channel
- Modify a trigger
- Modify a tag group
- Add a channel to the server
- Add a new device
- Modify an endpoint
- Add a name resolution
- Modify a channel
- Modify a tag
- Get all tags in a device group
- Add an item to IOT
- Modify a log item
- Modify an IOT item
- Modify name resolution
- Add an exchange
- Add a range
- Add an agent
- Modify the column mapping
- Modify aniot agent
Get all kandi verified functions for this library.
Kepware-ConfigAPI-SDK-Python Key Features
No Key Features are available at this moment for Kepware-ConfigAPI-SDK-Python.
Kepware-ConfigAPI-SDK-Python Examples and Code Snippets
from kepconfig.connectivity import tag
tag_info = [
{
"common.ALLTYPES_NAME": "Temp",
"servermain.TAG_ADDRESS": "R0"
},
{
"common.ALLTYPES_NAME": "Temp2",
"servermain.TAG_ADDRESS": "R1"
import kepconfig.connection
server = connection.server(host = '127.0.0.1', port = 57412, user = 'Administrator', pw = '')
# For HTTPS connections:
server = connection.server(host = '127.0.0.1', port = 57412, user = 'Administrator', pw = '', https=T
from kepconfig.connectivity import channel
channel_data = {"common.ALLTYPES_NAME": "Channel1","servermain.MULTIPLE_TYPES_DEVICE_DRIVER": "Simulator"}
result = channel.add_channel(server,channel_data)
Community Discussions
No Community Discussions are available at this moment for Kepware-ConfigAPI-SDK-Python.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install Kepware-ConfigAPI-SDK-Python
Package can be installed with pip using the following:.
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page