things3   A
last analyzed

Complexity

Total Complexity 0

Size/Duplication

Total Lines 12
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
wmc 0
eloc 9
dl 0
loc 12
rs 10
c 0
b 0
f 0
1
"""Simple read-only CLI, API, Web Service and Kanban App for Things 3."""
2
3
4
__author__ = "Alexander Willner"
5
__copyright__ = "2023 Alexander Willner"
6
__credits__ = ["Alexander Willner"]
7
__license__ = "Apache License 2.0"
8
__version__ = "2.9.0"
9
__maintainer__ = "Alexander Willner"
10
__email__ = "[email protected]"
11
__status__ = "Development"
12