Metadata-Version: 2.1
Name: CopaData
Version: 11.0.0
Summary: Read metadata and online data from Report Engine Server
Home-page: https://www.copadata.com
Author: COPA-DATA
Author-email: development@copadata.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

## Package description
This package contains data connectivity modules developed by COPA-DATA.

## Included modules
- pyZAN

## pyZAN module description
pyZAN is a module to connect with a Report Engine metadata database. It provides:
- read access to metadata tables
- access to connector functions for reading historic variable values, alarms, events, lots, shifts and context lists
- option to execute SQL Stored Procedures and SQL Userdefined Functions

Data is returned as pandas DataFrames and can be used in all common data science libraries.

## Prerequisite modules
- pyodbc (requires Microsoft Visual C++ Build Tools)
- pandas

## Prerequisites to retrieve data
- Report Engine 10 or higher
- zenon Analyzer 3.30 or higher
- Report Engine metadada database including at least one project
- valid connection to the Report Engine metadata database
- valid configuration to receive data from at least one of the following connectors:
  - SCADA Service Engine Connector
  - SCADA SQL Connector
  - 3rd Party Database Connector

## Tutorials
https://github.com/COPA-DATA/pyZAN



