Commit Graph

89 Commits

Author SHA1 Message Date
Niru Maheswaranathan
69fea15bd2 Update README.md 2016-11-02 06:35:39 -07:00
Niru Maheswaranathan
522c28aea3 typo in travis.yml 2016-10-11 10:52:36 -07:00
Niru Maheswaranathan
791a3361c2 switching from coveralls to codecov 2016-10-11 10:42:49 -07:00
Niru Maheswaranathan
fd79cdb4c3 Updating setup.py 2016-10-10 13:16:34 -07:00
Niru Maheswaranathan
69d4409c79 Switching from nose to pytest 2016-10-09 13:38:20 -07:00
Niru Maheswaranathan
0313cb2983 Removes python nightly from travis.yml 2016-10-07 13:21:41 -07:00
Niru Maheswaranathan
125998ef25 Adds python nightly to travis.yml 2016-10-07 13:18:39 -07:00
Niru Maheswaranathan
91275284e0 Adds unicode encoding strings back to python files 2016-10-07 13:17:38 -07:00
Niru Maheswaranathan
b4be7b2f14 Bumping version 2016-10-07 11:51:07 -07:00
Niru Maheswaranathan
a44d0dafa1 Adds a small test for the hr() function 2016-10-07 11:50:50 -07:00
Niru Maheswaranathan
70c533ba2c Removes unicode header string from test files 2016-10-07 11:47:12 -07:00
Niru Maheswaranathan
4fc783a1f2 Updated Makefile 2016-10-07 11:45:15 -07:00
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