summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Add support for Python 3.7Hugo2018-10-211-0/+1
|
* Bump version to 1.7. Update readme.1.7Erik Rose2018-06-211-1/+1
|
* Use six to support Python 2 and 3 without using 2to3Dave Hunt2018-06-081-5/+1
|
* Drop support for EOL Python 2.6 and 3.3Hugo2018-01-181-3/+1
|
* Add python_requires to help pipHugo2018-01-151-0/+1
|
* Update version classifiersHugo2018-01-151-2/+6
|
* Update readme. Bump version to 1.6.1.Erik Rose2018-01-031-1/+1
|
* Make does_styling attr public. Bump version to 1.6.Erik Rose2013-08-301-1/+1
| | | This is more often what's intended when is_a_tty is examined. While a caller could keep track of what he's passed to the Terminal constructor, it is often more convenient to have the info available directly on the instance, which we're already passing around everywhere.
* Explain the new behavior to myself. Remove 1 test assertion. No non-test ↵Erik Rose2013-08-301-1/+1
| | | | | | behavior changes. Bump version to 1.5.1. Remove one test assertion that already occurs almost verbatim in test_formatting_functions_without_tty().
* Make `python setup.py test` work without spurious errors.Erik Rose2012-07-081-0/+7
|
* Sugar full-screen capabilities. Make location() context manager slimmer. Add ↵Erik Rose2012-06-081-1/+1
| | | | hidden_cursor() context manager. Bump version to 1.5.
* Support running `python setup.py test`.Erik Rose2012-06-021-0/+1
|
* Fix case of "nose" in tests_require.Erik Rose2012-06-021-1/+1
|
* Bump version to 1.4.Erik Rose2012-06-021-2/+2
| | | Tweak short description to match what a Google search suggests is more common wording.
* Rejigger readme so code samples are at the top.1.3Erik Rose2011-12-121-1/+1
|
* Make `color(n)` callable to wrap a string, like the named colors can. Bump ↵Erik Rose2011-11-291-1/+1
| | | | version to 1.3. Closes #12.
* Add the "Production" trove classifier.Erik Rose2011-11-281-0/+1
|
* Change license to MIT. Closes #13.Erik Rose2011-11-281-1/+2
|
* Remove SPOT for version, because __init__ throws a SyntaxError when imported ↵Erik Rose2011-11-271-4/+2
| | | | from setup.py.
* We need Python 3.2.3 or better, to fix a curses bug.Erik Rose2011-11-271-1/+0
|
* Make some hopeful metadata changes and dodge a scoping change in Python 3.Erik Rose2011-11-201-0/+8
|
* Bootstrap Sphinx docs.Erik Rose2011-11-181-1/+3
| | | | * Clean up docstrings' Sphinx formatting. * Put a version SPOT in __init__.
* Add sugar for the rest of the simple attribute-setting capabilities. Closes ↵Erik Rose2011-11-141-1/+1
| | | | | | #1. Also... * Say "normal" more consistently in the readme, rather than mixing "plain" in there. * Add a library shopping list.
* Start using tox for tests across Python versions. Make tests run in Python 2.5.Erik Rose2011-11-131-1/+1
|
* Bump version to 1.1. Fix a docstring.Erik Rose2011-11-081-1/+1
|
* 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-071-3/+3
| | | | 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-071-1/+1
| | | | formatting, because nobody knows what a "capability" is.
* Stop crashing when piping to other programs. Bump version to 1.0.1.Erik Rose2011-11-071-1/+1
|
* Here's Terminator 1.0, lifted out of nose-progressive.terminator-1.0Erik Rose2011-11-071-0/+32