https://github.com/lenskit/progress-api
Backend-independent progress reporting API.
https://github.com/lenskit/progress-api
Last synced: 2 months ago
JSON representation
Backend-independent progress reporting API.
- Host: GitHub
- URL: https://github.com/lenskit/progress-api
- Owner: lenskit
- License: mit
- Created: 2023-11-20T02:26:25.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-22T22:20:12.000Z (about 1 year ago)
- Last Synced: 2025-09-25T16:48:41.368Z (4 months ago)
- Language: Python
- Homepage:
- Size: 108 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Backend-agnostic progress API
This package provides a backend-agnostic Python API for reporting progress,
so code can be written to report its progress without a hard dependency on
any specific progress bar implementation like tqdm or enlighten.