.. py:module:: petlx petlx - Optional Extensions to the petl Package =============================================== :mod:`petlx` is a collection of extensions to `petl `_, a Python package for extracting, transforming and loading tables of data. - Documentation: http://petlx.readthedocs.org/ - Source Code: https://github.com/alimanfoo/petlx - Download: http://pypi.python.org/pypi/petlx - Mailing List: http://groups.google.com/group/python-etl For an overview of all functions in the package, see the :ref:`genindex`. Installation ------------ This module is available from the `Python Package Index `_. On Linux distributions you should be able to do ``easy_install petlx`` or ``pip install petlx``. On Windows or Mac you can download manually, extract and run ``python setup.py install``. Note that each submodule within the :mod:`petlx` package has dependencies on one or more third party modules which will need to be installed separately. Modules ------- .. toctree:: :maxdepth: 2 xlsx array interval gff3 hdf5 tabix ipython vcf Indices and tables ------------------ * :ref:`genindex` * :ref:`modindex` * :ref:`search`