{% extends "layout.html" %} {% set title = _('Bonobo — Data processing for humans') %} {% block body %}
{% 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 %}First steps{% endtrans %} |
{%- if hasdoc('search') %}
{% trans %}
Search{% endtrans %} |
|
{% trans %}
Guides{% endtrans %} |
{% trans %}References{% endtrans %}
|
|
{% trans %}
Cookbook{% endtrans %} |
{% trans %}
Contribute{% endtrans %} |
{% trans %} You can also download PDF/EPUB versions of the Bonobo documentation: PDF version, EPUB version. {% endtrans %}
{% endblock %}