aboutsummaryrefslogtreecommitdiffstats
path: root/TSGroupAssigner
Commit message (Collapse)AuthorAgeFilesLines
* v0.2 releaseHEAD0.2masternico2020-02-131-1/+1
| | | | | + push version to 0.2 * update README.md
* clientlist and bot_nickname supportnico2020-02-131-17/+77
| | | | | | + add event for already connected clients * bots nickname is set through the init method * generalized group assign method to slim down event code
* nickname and readme0.1.1nico2019-12-232-1/+4
| | | | | + add friendly client_nickname the bot assigns itself * small readme updates
* spellingnico2019-12-221-6/+7
| | | | * small spelling changes
* setup is difficultnico2019-12-222-22/+25
| | | | | | * inversed checkdate to simplify * finished setup.py + add MANIFEST file
* readability improvementsnico2019-12-211-44/+34
| | | | | * update function names to indicate what they are doing * update docstrings to their correct format
* package finish upnico2019-12-193-10/+23
| | | | | | | * update setup.py * better format the main __init__ file * move exceptions to separate file for maintainability * small corrections
* code fixupnico2019-12-121-11/+8
| | | | | | + add contextlib.suppress to further improve readability - remove unnecessary return from if clause * added back else case
* test code and small init correctionsnico2019-12-121-1/+2
| | | | | + added pytest test cases * fixed TSGroupAssigner module init file
* initial cleanupnico2019-12-111-41/+48
| | | | | | * split up main method into separate event handler + add CodeFactor to README + add flake8 and pytest github action
* licence misplacednico2019-12-111-674/+0
| | | | + actually add the licence
* TSGroupAssigner setupnico2019-12-113-0/+860
+ working release TSGroupAssigner module + add GPL Licence + add basic README * updated .gitignore - remove old script snippets