This document provides an overview of the bonobo Python library for simple ETL (extract, transform, load) workflows. It discusses the history and concepts of ETL, demonstrates basic usage of bonobo to define extract, transform, and load functions in a graph, and outlines the library's future plans, which include adding support for scheduling, monitoring, and more execution strategies. The goal of bonobo is to provide a Pythonic way to write ETL jobs using code as configuration in a simple and testable way.