{% 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.
There are a lot of missing sections, including comparison with other tools. But if you're looking for a replacement for X, unless X is an ETL, bonobo is probably not what you want.

{% 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 (functions and generators). {% endtrans %}

{% trans %} Bonobo is a extract-transform-load framework that uses python code to define transformations. {% 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 %}