Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.16 KB

README.rst

File metadata and controls

35 lines (26 loc) · 1.16 KB

Hermes

Hermes is a Postgres-talking, event-driven, failure-handling Python library. Its main purpose is to enable the easy implementation of resilient Python processes which require communication with Postgres. It defines a base-layer which you can build as little or as much as you like on top of.

It's been used at Transifex to fulfil a number of roles, one of them including a Postgres -> Elasticsearch river.

Documentation

The official docs can be found here.

Contribute

If you'd like to contribute, then fire up your IDE, do something awesome and submit a PR.

You can run tests by doing the following:

python setup.py test

Status

https://circleci.com/gh/transifex/hermes.svg?style=shield Documentation Status