Skip to content

rs2/eztable

 
 

Repository files navigation

EZTable

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:

asciicast

Project Status

  • Current test status: Build Status

  • Dependencies: Requirements Status

  • Code Quality: Code Health

About this project

About

Really easy tables in pure Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 89.2%
  • Makefile 5.2%
  • Batchfile 5.1%
  • Shell 0.5%