tw_serverinfo.__version__   A
last analyzed

Complexity

Total Complexity 0

Size/Duplication

Total Lines 11
Duplicated Lines 0 %

Test Coverage

Coverage 0%

Importance

Changes 0
Metric Value
eloc 8
dl 0
loc 11
ccs 0
cts 7
cp 0
rs 10
c 0
b 0
f 0
wmc 0
1
#!/usr/bin/python
2
# -*- coding: utf-8 -*-
3
4
__title__ = 'Teeworlds Server Info'
5
__description__ = 'Small module to retrieve game servers and player information for the game Teeworlds'
6
__version__ = '1.0.3'
7
__url__ = 'https://github.com/DaRealFreak/Teeworlds-ServerInfo'
8
__author__ = 'DaRealFreak'
9
__author_email__ = '[email protected]'
10
__license__ = 'MIT'
11