things_cli   A
last analyzed

Complexity

Total Complexity 0

Size/Duplication

Total Lines 11
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
eloc 9
dl 0
loc 11
rs 10
c 0
b 0
f 0
wmc 0
1
"""A simple Python 3 CLI to read your Things app data."""
2
3
__author__ = "Alexander Willner"
4
__copyright__ = "2023 Alexander Willner"
5
__credits__ = ["Alexander Willner"]
6
__license__ = "Apache License 2.0"
7
__version__ = "0.2.1"
8
__maintainer__ = "Alexander Willner"
9
__email__ = "[email protected]"
10
__status__ = "Development"
11