.. module:: petl
.. moduleauthor:: Alistair Miles <alimanfoo@googlemail.com>

petl - Extract, Transform and Load (Tables of Data)
===================================================

:mod:`petl` is a Python package for extracting, transforming and
loading tables of data.

- Documentation: http://petl.readthedocs.org/
- Source Code: https://github.com/alimanfoo/petl
- Download: http://pypi.python.org/pypi/petl
- Mailing List: http://groups.google.com/group/python-etl

For an example of :mod:`petl` in use, see the `case study on Comparing Tables
<case_study_1.html>`_.

For an alphabetic list of all functions in the package,
see the :ref:`genindex`.

.. toctree::
   :maxdepth: 2

   intro
   extract
   transform
   load
   util
   iohelp
   fluent
   interactive
   push
   case_study_1
   related_work

Indices and tables
------------------

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
