Commit Graph

77 Commits

Author SHA1 Message Date
Niru Maheswaranathan
a587f4adbd Renamed DEFAULT_STYLES to styles 2016-10-07 11:44:43 -07:00
Niru Maheswaranathan
28ab691994 Update README.md 2016-09-29 14:58:19 -07:00
Niru Maheswaranathan
d23312f33f Broken .travis.yml 2016-09-29 14:53:24 -07:00
Niru Maheswaranathan
5e84055077 Removes python3.6 2016-09-29 14:52:11 -07:00
Niru Maheswaranathan
92571fb94e Properly handles ANSI escape sequences in table rows 2016-09-29 14:50:40 -07:00
Niru Maheswaranathan
476fbec098 Update README.md 2016-05-06 03:43:46 -07:00
Niru Maheswaranathan
3cbd8aef13 Update README.md 2016-05-06 03:43:09 -07:00
Niru Maheswaranathan
c9f5c50ad5 Update README.md 2016-05-06 03:41:55 -07:00
Niru Maheswaranathan
25467567ef Update README.md 2016-05-06 03:39:03 -07:00
Niru Maheswaranathan
6c8079b325 Updates setup.py 2016-05-03 23:23:01 -07:00
Niru Maheswaranathan
a45197cc10 Bumping version 2016-05-03 23:18:54 -07:00
Niru Maheswaranathan
5a513f375f Makes the message length the minimum width in banner() 2016-05-03 23:17:49 -07:00
Niru Maheswaranathan
fc13e54a62 Update index.rst 2016-05-03 23:14:30 -07:00
Niru Maheswaranathan
c06c54e375 Update README.md 2016-05-03 23:13:57 -07:00
Niru Maheswaranathan
8b3288fc85 Updated README 2016-05-03 23:13:28 -07:00
Niru Maheswaranathan
ed85b77257 Updated docs 2016-05-03 23:08:43 -07:00
Niru Maheswaranathan
deee3ecb48 Updated README 2016-05-03 23:01:32 -07:00
Niru Maheswaranathan
8e4dbde8b9 Updated example.png 2016-05-03 22:58:26 -07:00
Niru Maheswaranathan
78b918c4f4 Adds a 'block' style 2016-05-03 19:25:40 -07:00
Niru Maheswaranathan
4729d2ac32 Merge branch 'master' of github.com:nirum/tableprint 2016-05-03 19:14:48 -07:00
Niru Maheswaranathan
2098a5b98f Adds coveralls as a dev requirement 2016-05-03 19:14:40 -07:00
Niru Maheswaranathan
0ce1dad1c3 Update README.md 2016-05-03 17:48:27 -07:00
Niru Maheswaranathan
4ec974d286 Adds -r requirements to requirements-dev.txt 2016-05-03 17:42:46 -07:00
Niru Maheswaranathan
2accf48136 Updated readme, adds .travis.yml file 2016-05-03 17:40:08 -07:00
Niru Maheswaranathan
10a5044e6b Bumping version 2016-05-03 17:35:38 -07:00
Niru Maheswaranathan
f898aa7bf1 Adds test suite for tableprint 2016-05-03 17:35:15 -07:00
Niru Maheswaranathan
cadf2eb8d8 Adds round style, sets that as the default 2016-05-03 16:38:30 -07:00
Niru Maheswaranathan
fad64f0a07 Adds the first test (for humantime) 2016-05-03 16:37:47 -07:00
Niru Maheswaranathan
061d149fbf Adds UTF-8 source code encodings to .py files (see PEP263) 2016-05-03 09:10:59 -07:00
Niru Maheswaranathan
0c518018a9 Adds support for custom table styles
- Defines a few tablestyles which specify the different box characters
  to use
- Modifies the table, header, and hr functions to take a key that is the
  name of one of these styles (instead of fixed characters)
- Renames frame to dataframe
- Adds some helper functions (top, bottom, and banner) for printing just
  the top or bottom row, or a banner with a given message, using a
  styled table
2016-05-02 19:00:31 -07:00
Niru Maheswaranathan
20db6dca49 Unicode string support in python2 via future.unicode_literals 2016-05-02 14:42:13 -07:00
Niru Maheswaranathan
3a26ed43e0 Adds unicode box characters 2016-05-02 14:31:05 -07:00
Niru Maheswaranathan
2a0a8773df Update README.md v0.2.0 2016-05-02 14:22:27 -07:00
Niru Maheswaranathan
33d02461bb Better python2 compatibility (six.string_types) 2016-05-02 14:20:15 -07:00
Niru Maheswaranathan
cbd02a4941 fixed bug where extra hr's were printed 2015-12-01 12:59:48 -08:00
Niru Maheswaranathan
c93f2c95f5 adds option to add hr to header() calls 2015-11-23 21:19:49 -05:00
Niru Maheswaranathan
0adb0d8a2d fixed hrtime/humantime bug 2015-10-02 18:30:33 -07:00
Niru Maheswaranathan
695eba1fa1 bump version 2015-10-02 10:33:18 -07:00
Niru Maheswaranathan
c98b6607ff soften numpy requirement 2015-10-02 10:32:32 -07:00
Niru Maheswaranathan
571128b741 soften numpy requirement 2015-10-02 10:32:13 -07:00
Niru Maheswaranathan
330408d491 updated readme 2015-10-01 10:19:52 -07:00
Niru Maheswaranathan
7ca03c0fd6 Adds makefile, bumps version to 0.1.5 2015-10-01 10:16:00 -07:00
Niru Maheswaranathan
627cc32ac0 docs formatting 2015-10-01 10:07:45 -07:00
Niru Maheswaranathan
bec258e313 adds requirements file 2015-10-01 00:56:02 -07:00
Niru Maheswaranathan
c4250142a1 fixing docs 2015-10-01 00:51:51 -07:00
Niru Maheswaranathan
ad999c2e75 Merge branch 'master' of github.com:nirum/tableprint 2015-10-01 00:48:14 -07:00
Niru Maheswaranathan
4138afff5a updates docs 2015-10-01 00:48:11 -07:00
Niru Maheswaranathan
2cf3f8a763 Update README.md 2015-09-30 13:50:46 -07:00
Niru Maheswaranathan
db3e57aefc Adds docs using sphinx 2015-09-30 13:48:18 -07:00
Niru Maheswaranathan
ce0949e3f5 Changing default spec from 2f to 5g 2015-09-29 18:14:05 -07:00