{% extends "layout.html" %} {% set title = _('Bonobo — Data processing for humans') %} {% block body %}
Bonobo is currently ALPHA software. That means that the doc is not finished, and that some APIs will change.

{% 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 %}