13 lines
304 B
Python
13 lines
304 B
Python
# -*- coding: utf-8 -*-
|
|
from __future__ import unicode_literals
|
|
|
|
__version__ = "0.1.0"
|
|
__author__ = "Martin Schröder"
|
|
__email__ = "team@pyscada.org"
|
|
__description__ = (
|
|
"Influxdb extension for PyScada a Python and Django based Open Source SCADA System"
|
|
)
|
|
__app_name__ = "influxdb"
|
|
|
|
PROTOCOL_ID = 21
|