failure

Failure remoting, serialization, deserialization library.


Keywords
exceptions, failures, serialization
License
Apache-2.0
Install
pip install failure==1.0.0

Documentation

Failure

https://travis-ci.org/harlowja/failure.png?branch=master

Overview

A tiny library to provide the following:

Failure objects encapsulate exception information so that they can be
re-used later to re-raise, inspect, examine, log, print, serialize,
deserialize...

It also provides helpers to make using (or creating) the above easier.