{% extends "layout.html" %} {% set title = _('Bonobo — Data processing for humans') %} {% block body %}
Rewrite in progress, things may be broken for now. Please give us some time to finish painting the walls.

{% trans %} Bonobo is a line-by-line data-processing toolkit for python 3.5+ emphasizing simple and atomic data transformations defined using a directed graph of plain old python callables. {% endtrans %}

{% trans %} Bonobo is a full-featured Extract-Transform-Load library that won't force you to use an ugly IDE. {% endtrans %}

{% trans %} Bonobo is your own data-monkey army. Tedious and repetitive data-processing incoming? Give it a try! {% endtrans %}

{% trans %}Documentation{% endtrans %}

Features

{% trans %} You can also download PDF/EPUB versions of the Bonobo documentation: PDF version, EPUB version. {% endtrans %}

{% endblock %}