Metadata-Version: 2.3
Name: riverqueue
Version: 0.1.0
Summary: Add your description here
Author-email: Eric Hauser <ewhauser@gmail.com>, Brandur Leach <brandur@brandur.org>
Requires-Python: >=3.8
Requires-Dist: sqlalchemy>=2.0.30
Description-Content-Type: text/markdown

# River client for Python

An insert-only Python client for [River](https://github.com/riverqueue/river) packaged in the [`riverqueue` package on PyPI](https://pypi.org/project/riverqueue/). Allows jobs to be inserted in Python and run by a Go worker, but doesn't support working jobs in Python.

## Development

See [development](./docs/development.md).
