Skip to main content

OPCUA Tools for Python using Pandas DataFrames

Project description

opcua-tools

Python/pandas-based tools for OPC UA information models. OPC UA information models are represented and manipulated in Pandas Dataframes. There is a parser from NodeSet2 XML files, functions for manipulating/extracting information from information models and a NodeSet2 generator. There are some general tests here, but most of the testing is indirect through its use in quarry and other internal tools.

Installation

To install, run this command:

pip install git+https://github.com/PrediktorAS/opcua-tools.git

Usage

Forthcoming... see the test cases.

Logging

Throughout the package the python logging module is used for logging. The logging module follows a "bubble up" strategy which means the logging message will be available to the application using the package. In each file a NullHandler is added as the Handler for logging. As this is a library (or package) this is recommended from the authors of the logging package (see. here). This means there is no configuration for logging. If logging to console is desired this must be setup in the application which uses this package.

There is no configuration needed to connect to this package. Simply setting up logging within the application which uses this library, will cause the logs within this package to appear. A basic logging configuration can be found in the documentation for the logging module.

License

The code in this repository is copyrighted to Prediktor AS, and is licensed under the Apache 2.0 license.
Exceptions apply to some of the test data and static files for parsing/generation (see document headers for license information).

Author: Magnus Bakken

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

opcua-tools-1.5.1.tar.gz (237.5 kB view hashes)

Uploaded Source

Built Distribution

opcua_tools-1.5.1-py3-none-any.whl (239.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page