{% 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 history_url=pathto('history') %} It was originally created as a programmatic ETL (extract transform load) for python 2.7+ (see history) , but is now much more than that. Of course you can still write ETL jobs within minutes, but you can also write web crawlers, twitter bots, web crawlers, streaming API endpoints... {% endtrans %}

{% trans %} As long as your use case can be represented as a graph of callables interracting, Bonobo can be used. {% endtrans %}

{% trans %}Documentation{% endtrans %}

{%- if hasdoc('search') %} {%- endif %}

Features

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

{% endblock %}