Metadata-Version: 2.3
Name: riverqueue-py-tract
Version: 0.1.0
Summary: Add your description here
Author-email: Henry Dashwood <henry@buildwithtract.com>
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` gem](https://rubygems.org/gems/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).
