https://github.com/jonghwanhyeon/ignite-rich-logger
A logger that displays a progress bar and metrics using the Rich library
https://github.com/jonghwanhyeon/ignite-rich-logger
Last synced: 3 months ago
JSON representation
A logger that displays a progress bar and metrics using the Rich library
- Host: GitHub
- URL: https://github.com/jonghwanhyeon/ignite-rich-logger
- Owner: jonghwanhyeon
- License: other
- Created: 2024-10-16T06:35:14.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-16T07:20:13.000Z (8 months ago)
- Last Synced: 2025-04-10T12:43:01.288Z (3 months ago)
- Language: Python
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ignite-rich-logger
A logger that displays a progress bar and metrics using the Rich library
[](https://asciinema.org/a/681227)
## Install
To install **ignite-rich-logger**, simply use pip:```console
$ pip install ignite-rich-logger
```