bobf is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

bobf / termtools

Tools for outputting data to the terminal: tabulation, etc..

Clone this repository (size: 5.7 KB): HTTPS / SSH
hg clone https://bitbucket.org/bobf/termtools
hg clone ssh://hg@bitbucket.org/bobf/termtools
Branch
default
Filename Size Date modified Message
__init__.py 0 B initial commit adding termtools package and tabulate.py
progress.py 1.6 KB remove superfluous parentheses
tabulate.py 1.7 KB initial commit adding termtools package and tabulate.py
util.py 296 B add util module, currently just containing getTermSize function, using termios magic