Metadata-Version: 2.5
Name: genjobs-local
Version: 0.2.0
Summary: Local development and test backends for GenJobs.
Project-URL: Documentation, https://github.com/surya-mp/genjobs/tree/main/docs
Project-URL: Source, https://github.com/surya-mp/genjobs
Project-URL: Issues, https://github.com/surya-mp/genjobs/issues
Author: GenJobs contributors
License: Apache-2.0
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Testing
Requires-Python: >=3.11
Requires-Dist: genjobs-core<0.3.0,>=0.2.0
Description-Content-Type: text/markdown

# genjobs-local

Dependency-free in-memory and local-disk implementations of the GenJobs core
protocols. It is for development, examples, and tests—not multi-process or
production deployments.

```bash
python -m pip install genjobs-local
```

It provides `InMemoryJobStore`, `InMemoryJobQueue`, and `LocalArtifactStore`.
For production, use a durable queue, job store, and artifact store integration
that matches your own infrastructure.
