This commit is contained in:
2017-01-19 19:36:45 -05:00
parent 9937fd2d47
commit 10176b5e00
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -8,13 +8,15 @@ Features
--------
- If you call ``disable()``, all future calls to colors will be ignored.
- If the current process is not in a TTY, no colors will be displayed.
- If the current process is not in a TTY (e.g. being piped), no colors will be displayed.
- Length of ColoredStrings can be properly calculated.
- Powered by colorama.
Usage is simple
---------------
::
# red is red, white is white.
>>> print '{red} white'.format(red=crayons.red('red'))
red white
+1 -1
View File
@@ -30,7 +30,7 @@ required = [
setup(
name='crayons',
version='0.1.0',
version='0.1.1',
description='TextUI colors for Python.',
long_description=long_description,
author='Kenneth Reitz',