logger-36: Simple logger with a catalog of handlers
Documentation
The documentation is available at https://src.koda.cnrs.fr/eric.debreuve/logger-36/-/wikis/home.
Installation
This project is published on the Python Package Index (PyPI) at: https://pypi.org/project/logger-36/. It should be installable from Python distribution platforms or Integrated Development Environments (IDEs). Otherwise, it can be installed from a command console using pip:
For all users (after acquiring administrative rights) | For the current user (no administrative rights required) | |
---|---|---|
Installation |
pip install logger-36
|
pip install --user logger-36
|
Update |
pip install --upgrade logger-36
|
pip install --user --upgrade logger-36
|
Dependencies
The development relies on several packages:
- Mandatory: None
- Optional: psutil, rich, tensorflow, tensorrt
The mandatory dependencies, if any, are installed automatically by pip, if they are not already, as part of the installation of logger-36. Python distribution platforms or Integrated Development Environments (IDEs) should also take care of this. The optional dependencies, if any, must be installed independently by following the related instructions, for added functionalities of logger-36.
Acknowledgments
The project is developed with PyCharm Community.
The code is formatted by Black, The Uncompromising Code Formatter.
The imports are ordered by isort... your imports, so you don't have to.