Client Reference

This library contains 3 implementations of hpfeeds client. All are shipped in the hpfeeds wheel and can be installed with pip:

$ pip install hpfeeds

Blocking client

A simple blocking client that handles reconnecting and authentication. Compatible with Python 2.7 and alter.

asyncio

Compatible with Python 3.6 and later, we ship a non blocking client that builds on the asyncio framework that is now part of the Python 3 standard library.

Twisted

Compatible with Python 2.7 and later, with support for the new coroutine features in Python 3, we also have a Twisted Service that makes it easy to integrate hpfeeds into your codebase.