-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.rst
More file actions
38 lines (23 loc) · 788 Bytes
/
README.rst
File metadata and controls
38 lines (23 loc) · 788 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
PyScada Theme Extension
=======================
This is a extension for PyScada to add a view theme.
What is Working
---------------
- nothing is test
What is not Working/Missing
---------------------------
- Documentation
Installation
------------
- pip install https://github.com/clavay/PyScada-Theme/tarball/master
Contribute
----------
- Issue Tracker: https://github.com/clavay/PyScada-Theme/issues
- Source Code: https://github.com/clavay/PyScada-Theme
- 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)_.
-