This document describes Celery 2.4. For development docs, go here.
Terminals and colors.
copyright: |
|
---|---|
license: | BSD, see LICENSE for more details. |
Terminal colored text.
>>> c = colored(enabled=True)
>>> print(str(c.red("the quick "), c.blue("brown ", c.bold("fox ")),
... c.magenta(c.underline("jumps over")),
... c.yellow(" the lazy "),
... c.green("dog ")))