Simple in-memory tables in pure Python.
Project description
EZTable is a lightweight python table library. It is designed to be as easy as possible:
It’s easy to install because it’s pure python, you don’t need to compile any C extensions, however if you do have a compiler then a few of the components can be made to work faster.
It’s easy to deploy because it’s packaged both sdist (.tar.gz format) and also as a Python Wheel. You can use the Pip command to install it or add it as a dependency of your project without introducing any extra hassle.
It’s easy to learn: There’s plenty of documentation and examples of how to use EZTable’s main features.
It’s easy to use, because the API is familiar to anybody who has used lists and common Python sequences.
Basic Usage
This Asciinema explains how to programatically build, filter and join EZTable’s table object:
About this project
- Documentation: http://pythonhosted.org/eztable/
- Latest release: https://pypi.python.org/pypi/eztable/
- Latest source: https://github.com/salimfadhley/eztable
- Issues: https://github.com/salimfadhley/eztable/issues
Project details
Release history Release notifications
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size eztable-0.1.3-py3-none-any.whl (17.4 kB) | File type Wheel | Python version 3.4 | Upload date | Hashes View hashes |
Filename, size eztable-0.1.3.tar.gz (14.3 kB) | File type Source | Python version None | Upload date | Hashes View hashes |