clog - logging as simple as putting on a shoe.
Go to file
theonepath d1b06d3d44
Udpated utils/common.py
Added docstrings to module functions and classes, explaining purpose and
function of the function/class. Outline the parameters and return types.

`is_path_spec` renamed to use snake_case. Constants also made globally
to the module.
2022-05-03 18:18:52 +01:00
utils Udpated utils/common.py 2022-05-03 18:18:52 +01:00
__init__.py Added clog package modules 2022-05-03 14:51:57 +01:00
_logger.py Updated _logger.py 2022-05-03 18:13:18 +01:00
.gitignore Added .gitignore 2022-05-03 14:48:10 +01:00
LICENCE.txt Added LICENCE.txt 2022-05-03 14:51:54 +01:00
main.py Updated main.py 2022-05-03 18:12:59 +01:00