From 472275611525137dd3558674553aee97834c5b8a Mon Sep 17 00:00:00 2001 From: Niru Maheswaranathan Date: Tue, 24 Feb 2015 12:30:23 -0800 Subject: [PATCH] Create README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5c4ab75 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# tableprint +:clipboard: pretty ASCII printing of tabular data in python :snake: + +## About +`tableprint` lets you easily print pretty ASCII formatted tables of data. +Unlike other modules, you can print single rows of data at a time (useful for printing ongoing computation results). +Also, `tableprint` is fast (minimal processing required) and is therefore relevant for printing updates during speed-intensive computations. + +## Installation + +## Usage + +## License +MIT Licensed. See `License.md`