This document describes Pybel, a Python module that provides access to the OpenBabel cheminformatics toolkit. Pybel simplifies common tasks like reading and writing molecular files and calculating fingerprints. It makes extensive use of Python iterators to simplify loops over molecules in files. A Pybel Molecule can easily be converted to an OpenBabel OBMol to access additional methods and attributes. Pybel allows cheminformaticians to rapidly develop Python scripts for manipulating chemical data using the powerful OpenBabel toolkit.