kytos.utils.metadata   A
last analyzed

Complexity

Total Complexity 0

Size/Duplication

Total Lines 11
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
eloc 7
dl 0
loc 11
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
__version__ = '2025.1.0'
6
__author__ = 'Kytos Team'
7
__author_email__ = '[email protected]'
8
__license__ = 'MIT'
9
__url__ = 'http://github.com/kytos/kytos-utils'
10
__description__ = 'Command line utilities to use with Kytos.'
11