TeamspeakStats/tsstats
Thor77 216bedc38f refactor tsstats.client.Clients
* use collections.MutableMapping as base
* use one dict to store all types of Clients
* don't use implicit += but explicit .setdefault in tsstats.log for client-adding
* give all clients to sort_clients in tsstats.template
* remove now unneccessary clients-assignment in tsstats.utils.sort_clients
2016-05-18 22:50:23 +02:00
..
tests split client and parse-tests into test_client.py and test_log.py 2016-05-18 22:08:09 +02:00
__init__.py move logging-setup into __init__.py and use one central logger-object 2016-05-10 22:50:34 +02:00
__main__.py move argparse-setup into cli() 2016-05-11 20:21:09 +02:00
client.py refactor tsstats.client.Clients 2016-05-18 22:50:23 +02:00
config.py [config] rename logfile to log and outputpath to output 2016-05-10 22:56:48 +02:00
exceptions.py split tsstats.py into package with multiple files 2016-05-08 21:32:37 +02:00
log.py refactor tsstats.client.Clients 2016-05-18 22:50:23 +02:00
template.html split tsstats.py into package with multiple files 2016-05-08 21:32:37 +02:00
template.py refactor tsstats.client.Clients 2016-05-18 22:50:23 +02:00
utils.py refactor tsstats.client.Clients 2016-05-18 22:50:23 +02:00