Commit Graph

60 Commits

Author SHA1 Message Date
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
Niru Maheswaranathan
c465891336 Fixes typo 2015-09-28 14:43:05 -07:00
Niru Maheswaranathan
fbede7976f . 2015-09-28 14:42:56 -07:00
Niru Maheswaranathan
e05cf955fc Adds docs 2015-09-28 14:40:31 -07:00
Niru Maheswaranathan
fb40514183 Adding pypi badge 2015-09-28 14:32:11 -07:00
Niru Maheswaranathan
f39b493557 Updated README 2015-09-28 14:26:17 -07:00
Niru Maheswaranathan
57ff47a196 changing precision to format_spec, adding hrtime function 2015-09-28 14:17:19 -07:00
Niru Maheswaranathan
f98a19762c Python2 support by importing future print statement 2015-09-03 10:43:40 -07:00
Niru Maheswaranathan
9a819bca41 Update version number 2015-07-28 13:38:59 -07:00
Niru Maheswaranathan
e00bbb8c7e Removed README.md dependency in setup.py 2015-07-28 13:37:30 -07:00
Niru Maheswaranathan
bcf83e31d6 updated version in setup.py 2015-02-28 16:03:26 -08:00
Niru Maheswaranathan
477f71a6ec added frame() helper function to print a pandas DataFrame 2015-02-26 12:29:55 -08:00
Niru Maheswaranathan
c6f5dbe4f3 fixed bug where empty tables printed out two footer hrules 2015-02-24 19:37:02 -08:00
Niru Maheswaranathan
a69c8becf5 added version info to README 2015-02-24 16:13:48 -08:00
Niru Maheswaranathan
168d209159 removed outer_char option for hr(), uses corner_char instead 2015-02-24 16:12:00 -08:00
Niru Maheswaranathan
0327a911da Update README.md 2015-02-24 13:26:50 -08:00
Niru Maheswaranathan
edc44a9e95 added example image 2015-02-24 13:25:54 -08:00
Niru Maheswaranathan
885f67c6db updated example image 2015-02-24 13:24:48 -08:00