Release notes
- **new** `pytensils.logging` module, which provides a logging tool-kit for creating 'pretty' user-logs.
- **updated** `pytensils.config` module,
- Supports native user-logging via the `pytensils.logging` module, reporting read, write and validation errors related to configuration within the user-log.
- Supports a **new** parameter, `create` which allows for disabling reading the configuration-file data upon initialization. The `create` parameter will allow for generating the configuration-file data within the Python process itself.
- Improves validation to ensure the resulting dictionary of the configuration-file data is the correct depth and that the configuration-file data objects are of the expected dictionary type instance.