Paragram is an erlang-style concurrency framework for python. This is also known as an actor-based concurrency model, as it consists of multiple independent actors sending messages to each other.
Paragram started as a fork of candygram adding true concurrency using threads and processes, but diverged enough to become its own library.
For documentation, installation, etc, please see the online documentation