Metadata-Version: 2.0
Name: eztable
Version: 0.1.0
Summary: Simple in-memory tables in pure Python.
Home-page: https://bitbucket.org/salimfadhley/toytable
Author: Salim Fadhley
Author-email: salimfadhley@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Testing
Requires-Dist: bintrees (>=2.0.2)
Requires-Dist: six (>=1.9.0)

eztable
=======

EZTable is a lightweight python table library. It provides a class called Table  which is suitable for representing one-dimensional tables (e.g. time-sequences).

