Update README.md

This commit is contained in:
Niru Maheswaranathan
2016-05-06 03:41:55 -07:00
parent 25467567ef
commit c9f5c50ad5

View File

@@ -6,12 +6,21 @@ Pretty console printing :clipboard: of tabular data in python :snake:
[![Coverage Status](https://coveralls.io/repos/github/nirum/tableprint/badge.svg?branch=master)](https://coveralls.io/github/nirum/tableprint?branch=master)
[![Documentation Status](https://readthedocs.org/projects/tableprint/badge/?version=latest)](https://tableprint.readthedocs.io/?badge=latest)
![Example output](https://raw.githubusercontent.com/nirum/tableprint/master/example.png)
## About
`tableprint` lets you easily print formatted tables of data.
Unlike other modules, you can print single rows of data at a time (useful for printing ongoing computation results).
![Example output](https://raw.githubusercontent.com/nirum/tableprint/master/example.png)
## Table of Contents
* [Screenshot](#about)
* [Usage](#usage)
* [Documentation](#documentation)
* [Dependencies](#dependencies)
* [Version](#version)
* [License](#license)
## Installation
```bash
pip install tableprint