Metadata-Version: 2.1
Name: untitled-job-runner
Version: 0.0.2
Summary: It runs things!
Home-page: https://github.com/QUT-Digital-Observatory/untitled_job_runner/
Author: QUT Digital Observatory
Author-email: digitalobservatory@qut.edu.au
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: Pebble (>=4.5.3)
Provides-Extra: development
Requires-Dist: nox ; extra == 'development'
Requires-Dist: pytest ; extra == 'development'

# untitled job runner

Untitled Job Runner is a flexible and extensible Python framework for running jobs
and tasks. Jobs can be run locally or elsewhere, and we try to make few assumptions
about the nature of the jobs - you can run a mix of scheduled, continuous, or ad hoc
jobs which may or may not share tasks with other jobs.

This framework has evolved out of a university research infrastructure facility that
collects data, stores it, and processes it in a variety of ways for a variety of
research projects with differing needs. The initial development has been with
a data infrastructure / data science use case in mind, and we hope it will be useful
for other use cases as well.


