kytos.core.metadata   A
last analyzed

Complexity

Total Complexity 0

Size/Duplication

Total Lines 11
Duplicated Lines 0 %

Test Coverage

Coverage 100%

Importance

Changes 0
Metric Value
eloc 7
dl 0
loc 11
ccs 6
cts 6
cp 1
rs 10
c 0
b 0
f 0
wmc 0
1
"""Holds main metadata information about the project.
2
3
The present metadata is intended to be used mainly on the setup.
4
"""
5 1
__version__ = '2021.1'
6 1
__author__ = 'Kytos Team'
7 1
__author_email__ = '[email protected]'
8 1
__license__ = 'MIT'
9 1
__url__ = 'https://github.com/kytos/kytos'
10
__description__ = 'Kytos, an open source SDN Platform'
11