https://github.com/vsoch/qme
QueueMe is a job queue, manager, and dashboard
https://github.com/vsoch/qme
dashboard queue task task-manager task-runner
Last synced: over 1 year ago
JSON representation
QueueMe is a job queue, manager, and dashboard
- Host: GitHub
- URL: https://github.com/vsoch/qme
- Owner: vsoch
- License: mpl-2.0
- Created: 2020-05-13T17:33:04.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-09T07:15:30.000Z (about 4 years ago)
- Last Synced: 2025-03-26T07:11:17.009Z (over 1 year ago)
- Topics: dashboard, queue, task, task-manager, task-runner
- Language: Python
- Homepage: https://vsoch.github.io/qme/
- Size: 7.21 MB
- Stars: 12
- Watchers: 2
- Forks: 4
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# QMe
[](https://badge.fury.io/py/qme)

"Queue-me" is a jobs queue and dashboard generation tool that can be used
to specify executors (entities that run jobs) and actions for them. You can
use qme only on the command line, or if desired, via an interactive web dashboard.
The dashboard (and it's dependencies) are not required for using the base library.
You can run a task on the command line with `qme run` and then execute other `qme`
commands to manage or inspect it, or start a web interface that will update
automatically:

and expose executor-specific views for your tasks!

## Documentation
For current documentation, see [https://vsoch.github.io/qme](https://vsoch.github.io/qme).
## License
* Free software: MPL 2.0 License