Gestalt

gestalt is a Python application framework for building distributed systems

Quick Start

Gestalt is available on PyPI and can be installed with pip.

$ pip install gestalt

After installing Gestalt you can use it like any other Python module.

Here is a simple example:

import gestalt
# Fill this section in with the common use-case.