EZTable: Lightweight python tables

_images/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

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