Metadata-Version: 2.3
Name: riverqueue
Version: 0.1.1
Summary: Python insert-only client for River.
Project-URL: Homepage, https://riverqueue.com
Project-URL: Documentation, https://riverqueue.com/docs
Project-URL: Repository, https://github.com/riverqueue/riverqueue-python.git
Project-URL: Issues, https://github.com/riverqueue/riverqueue-python/issues
Project-URL: Changelog, https://github.com/riverqueue/riverqueue-python/blob/master/CHANGELOG.md
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).
