summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Bootstrap Sphinx docs.Erik Rose2011-11-187-22/+607
| | | | * Clean up docstrings' Sphinx formatting. * Put a version SPOT in __init__.
* We don't need tigetnum in this example.Erik Rose2011-11-181-1/+1
|
* Add tox.ini to the manifest.1.1Erik Rose2011-11-181-0/+1
| | | Doesn't hurt to ship everything required to run the tests well.
* Tweak readme and a comment.Erik Rose2011-11-182-4/+9
|
* Fix simple formatting attributes not working as wrappers.Erik Rose2011-11-162-31/+36
|
* Document wrapper usage of attributes, numerical color interface, and ↵Erik Rose2011-11-162-33/+76
| | | | compound formatting.
* Add a helpful exception.Erik Rose2011-11-162-1/+32
|
* Make simple formatting and colors work as callable wrappers. Add crazy ↵Erik Rose2011-11-163-98/+167
| | | | | | | compound formatting. * Replaced all those generated color methods with dynamically figured out ones. * Changed "bg" to "on" for readability in compound use.
* Add reset_colors sugar. Tweak readme.Erik Rose2011-11-152-5/+14
|
* Add clear_bol and clear_eos. This concludes the likely useful string ↵Erik Rose2011-11-152-17/+22
| | | | | capabilities. Also, spruce up shopping list to be more positive.
* Let location() operate on just an x *or* y coordinate.Erik Rose2011-11-153-21/+54
| | | Use force_styling in a test so we don't have to mock things anymore.
* Readme tweaksErik Rose2011-11-151-12/+9
|
* Add sugar for the rest of the simple attribute-setting capabilities. Closes ↵Erik Rose2011-11-143-31/+74
| | | | | | #1. Also... * Say "normal" more consistently in the readme, rather than mixing "plain" in there. * Add a library shopping list.
* Document is_a_tty attribute.Erik Rose2011-11-141-3/+13
|
* Add an option to force real capability emission even if the output stream is ↵Erik Rose2011-11-143-14/+51
| | | | not a tty. Closes #5.
* Start using tox for tests across Python versions. Make tests run in Python 2.5.Erik Rose2011-11-135-2/+10
|
* Test that colors are also '' when there's no tty.Erik Rose2011-11-081-0/+1
|
* Bump version to 1.1. Fix a docstring.Erik Rose2011-11-082-2/+2
|
* Remove the "color" future plan from readme, now that it's done.Erik Rose2011-11-081-3/+0
|
* Add attributes for colors, background colors, and bright colors. Closes #2.Erik Rose2011-11-073-10/+103
|
* Oops, some occurrences of "terminator" escaped genocide.Erik Rose2011-11-071-6/+6
|
* Add some keywords to improve PyPI search ranking.1.0Erik Rose2011-11-071-1/+2
|
* Rename everything from "terminator" to "blessings". Revert version to 1.0.Erik Rose2011-11-074-16/+10
| | | | Somebody else has a popular Python terminal project called Terminator: http://www.tenshu.net/p/terminator.html.
* Tweak readme to have fewer forward references. Make tagline mention ↵Erik Rose2011-11-072-18/+18
| | | | formatting, because nobody knows what a "capability" is.
* Make the formatting reference a little more approachable for folks who don't ↵Erik Rose2011-11-071-24/+33
| | | | know terminfo.
* Fix a buggy test that crashed when run with anything but nose-progressive ↵terminator-1.0.11.0.1Erik Rose2011-11-072-1/+3
| | | | (which was conveniently calling setupterm() itself).
* Stop crashing when piping to other programs. Bump version to 1.0.1.Erik Rose2011-11-074-4/+22
|
* Add a link to the issue tracker to the readme.Erik Rose2011-11-071-1/+5
|
* Here's Terminator 1.0, lifted out of nose-progressive.terminator-1.0Erik Rose2011-11-075-0/+429