This is a extension for PyScada to add a Data Source Example.
Go to file
2026-01-27 17:22:01 +01:00
pyscada first commit 2026-01-27 17:22:01 +01:00
.gitignore first commit 2026-01-27 17:22:01 +01:00
AUTHORS first commit 2026-01-27 17:22:01 +01:00
CHANGELOG.txt first commit 2026-01-27 17:22:01 +01:00
LICENSE first commit 2026-01-27 17:22:01 +01:00
MANIFEST.in first commit 2026-01-27 17:22:01 +01:00
README.rst first commit 2026-01-27 17:22:01 +01:00
setup.py first commit 2026-01-27 17:22:01 +01:00

PyScada DataSourceExample Extension
===================================

This is a extension for PyScada to add a Data Source Example.


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

 - nothing is test


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

 - Documentation

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

 - pip install https://github.com/clavay/PyScada-DataSourceExample/tarball/master

Contribute
----------

 - Issue Tracker: https://github.com/clavay/PyScada-DataSourceExample/issues
 - Source Code: https://github.com/clavay/PyScada-DataSourceExample

 - Format code before sending a pull request :
  - python code using `black <https://black.readthedocs.io>`_
  - django template, JavaScript and CSS using `DjHTML <https://github.com/rtts/djhtml>`_


License
-------

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