Commit Graph

117 Commits

Author SHA1 Message Date
Niru Maheswaranathan
108e528b50 merging 2017-05-26 13:40:04 -07:00
Niru Maheswaranathan
6f499ca37f Merge pull request #3 from nirum/contextmanager
Creates a contextmanager for live updating of tables
2017-05-26 13:39:31 -07:00
Niru Maheswaranathan
6c3a3bae6a bumping version 2017-05-26 13:33:58 -07:00
Niru Maheswaranathan
b396bea5c2 Adds tests for contextmanager 2017-05-26 13:19:51 -07:00
Niru Maheswaranathan
ca0ce86a3c bumping version 2017-05-25 15:30:22 -07:00
Niru Maheswaranathan
5a20c7d781 Merge pull request #2 from nirum/variable_width
Adds support for variable widths across columns
2017-05-25 15:29:03 -07:00
Niru Maheswaranathan
34eea0fd38 refactors parse_width into a separate function 2017-05-25 15:25:36 -07:00
Niru Maheswaranathan
d1f33b596b Merge branch 'master' into contextmanager 2017-05-25 15:12:12 -07:00
Niru Maheswaranathan
9824f9acf0 Merge branch 'master' into variable_width 2017-05-25 15:11:43 -07:00
Niru Maheswaranathan
cdcdf87d8e Updates README.md 2017-05-25 15:10:56 -07:00
Niru Maheswaranathan
c0ce08c5d7 fixing unicode 2.7 🐛 2017-05-25 15:09:56 -07:00
Niru Maheswaranathan
6c1e8213a8 merging v0.6.8 2017-05-25 15:07:49 -07:00
Niru Maheswaranathan
721cba721b 🐛fix in metadata.py 2017-05-25 15:04:49 -07:00
Niru Maheswaranathan
a8c196df97 removing __name__ from metadata 2017-05-25 15:03:18 -07:00
Niru Maheswaranathan
6e94c9e99c converting tableprint from a module to a package 2017-05-25 15:02:14 -07:00
Niru Maheswaranathan
d7596f611f Better reading of path to metadata.py file in setup.py v0.6.7 2017-05-25 12:42:48 -07:00
Niru Maheswaranathan
412e02b297 Updates README.md 2017-05-25 12:08:23 -07:00
Niru Maheswaranathan
d7732f2f0e Explicit unpacking of metadata in setup.py for 2.7/3.4 support v0.6.2=6 2017-05-25 12:04:47 -07:00
Niru Maheswaranathan
2ef7ba6b49 🐛fix in setup.py 2017-05-25 11:55:02 -07:00
Niru Maheswaranathan
4fc0df2402 🐛fix in metadata regex 2017-05-25 11:53:24 -07:00
Niru Maheswaranathan
4a084afb41 🐛fix in setup.py 2017-05-25 11:47:42 -07:00
Niru Maheswaranathan
14242b7e8d Updates README.md v0.6.2 2017-05-25 11:42:30 -07:00
Niru Maheswaranathan
5cfa62253f Using metadata.py to manage version number and other metadata 2017-05-25 11:40:22 -07:00
Niru Maheswaranathan
104e8d9749 adds docstring for Table 2017-05-23 22:48:46 -07:00
Niru Maheswaranathan
9ba26df887 Removes ContextDecorator (unnecessary) 2017-05-23 13:59:11 -07:00
Niru Maheswaranathan
26dd4d81f0 Adds Table() contextmanager for easy dynamic tables 🌸 2017-05-23 13:48:45 -07:00
Niru Maheswaranathan
da6c201f24 working on support for variable widths in columns 2017-05-18 23:51:59 -07:00
Niru Maheswaranathan
cb7c1d27f4 Fixes ANSI escape in headers 2017-05-18 01:23:23 -07:00
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