Metadata-Version: 2.1
Name: pyscada-opcua
Version: 0.8.0
Summary: OPC-UA extension for PyScada a Python and Django based Open Source SCADA System
Home-page: http://www.github.com/pyscada/PyScada-OPCUA
Author: Camille Lavayssiere
Author-email: team@pyscada.org
License: AGPLv3
Platform: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Environment :: Console
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Programming Language :: Python
Classifier: Programming Language :: JavaScript
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Scientific/Engineering :: Visualization
Requires-Dist: asyncua
Requires-Dist: django-nested-admin
Requires-Dist: pyscada (>=0.8.0)

PyScada OPC-UA Extension
========================

This is a extension for PyScada to support read and write to OPC-UA devices.

What is Working
---------------

 - nothing is test

What is not Working/Missing
---------------------------

 - Test with real hardware
 - Documentation

Installation
------------

 - pip install pyscada-opcua

Contribute
----------

 - Issue Tracker: https://github.com/pyscada/PyScada-OPCUA/issues
 - Source Code: https://github.com/pyscada/PyScada-OPCUA

License
-------

The project is licensed under the _GNU AFFERO GENERAL PUBLIC LICENSE Version 3 (AGPLv3)_.
-


