Kepware-ConfigAPI-SDK-Python | A Python SDK for connecting and managing Kepware with the Configuration API

 by   PTCInc Python Version: 1.2.0 License: MIT

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
Support
    Quality
      Security
        License
          Reuse

            kandi-support 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.
              OutlinedDot
              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

            kandi-Quality Quality

              Kepware-ConfigAPI-SDK-Python has 0 bugs and 0 code smells.

            kandi-Security 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.

            kandi-License 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.

            kandi-Reuse 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

            Kepware Configuration API SDK for Python,Key Concepts,Ex: Add Multiple tags
            Pythondot img1Lines of Code : 15dot img1License : Permissive (MIT)
            copy iconCopy
            from kepconfig.connectivity import tag
            
            tag_info = [
                {
                        "common.ALLTYPES_NAME": "Temp",
                        "servermain.TAG_ADDRESS": "R0"
                },
                {
                        "common.ALLTYPES_NAME": "Temp2",
                        "servermain.TAG_ADDRESS": "R1"
                 
            copy iconCopy
            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  
            copy iconCopy
            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:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/PTCInc/Kepware-ConfigAPI-SDK-Python.git

          • CLI

            gh repo clone PTCInc/Kepware-ConfigAPI-SDK-Python

          • sshUrl

            git@github.com:PTCInc/Kepware-ConfigAPI-SDK-Python.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link