Installation

Happyly is hosted on PyPI, so you can use:

pip install happyly

There are extra dependencies for some components.

Happyly with Google Pub/Sub components are to be installed this way:

pip install happyly[google-cloud-pubsub]

If you want to use Happyly’s components for Flask, install it like this:

pip install happyly[flask]

There is also an extra dependency which enables cached components via Redis. If you need it, install Happyly like this:

pip install happyly[redis]