alpha build of the TableHockeyTools package
added support for most functions to be able to use lists as inputs and outputs. added verbose and return mode settings.
verbose - more logging
return mode - choose between `"single",` `"list"` and `"dict"` outputs
- `'single'` returns only the first value found as a string
- `'list'` _default_ returns the ouput as a list
- `'dict'` returns key_value pair. {Name:Value}
new functions
1. `GetPlayerName` function, gets the player name from their ITHF ID
2. `THlog`, a simple logging function designed for easier logging of info, warnings and errors with colour
all functions
- `GetPlayerID` function, gets the ITHF ID of a player from their name
- `GetPlayerPoints` function, get the ITHF points from a playerID
- `GetPlayerRank` function, get the rank of a player from ITHF ranking
- `GetPlayerName` function, gets the player name from their ITHF ID
- `THlog`, a simple logging function designed for easier logging of info, warnings and errors with colour