EZTable: Lightweight python tables ================================== .. image:: toy_table.png EZTable is a lightweight python table library. It provides a class called Table which is suitable for representing one-dimensional tables. EZTable is built with an emphasis on simplicity, both in interface and internal design rather than performance or scalability. EZTable is intended to have as few requirments as possible, and is therefore suitable for casual development tasks or environments where installation of compilers may be impossible. Contents ======== .. toctree:: :maxdepth: 3 examples.rst aggregations.rst tdd.rst array_columns.rst Useful Links ------------ * Current build status: https://travis-ci.org/salimfadhley/eztable * Documentation: http://pythonhosted.org/eztable/ * Releases: https://pypi.python.org/pypi/eztable * Source code: https://github.com/salimfadhley/eztable Installation ------------ Egg-files for this project are hosted on PyPi. Most Python users should be able to use pip or setuptools to automatically install this project. Most users can do the following: :: pip install eztable Or.. :: easy_install eztable You can also install this project from source. Check ou the code from mercurial and then build the project. Indices and tables ------------------ * :ref:`genindex` * :ref:`modindex` * :ref:`search`