{% extends "layout.html" %} {% set title = _('Bonobo — Data processing for humans') %} {% block body %}
Bonobo is ALPHA software. Some APIs will change.

{% trans %} Bonobo is a line-by-line data-processing toolkit for python 3.5+ (extract-transform-load framework) emphasizing simple and atomic data transformations defined using a directed graph of plain old python objects (functions, iterables, generators, ...). {% endtrans %}

{% trans %}Documentation{% endtrans %}

Features

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

{% endblock %}