blob: 9ea6033dafd18e1e0948233b5345fb2c02c45c6a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
|
ansicolor
=========
.. image:: https://pypip.in/v/ansicolor/badge.png
:target: https://pypi.python.org/pypi/ansicolor/
.. image:: https://travis-ci.org/numerodix/ansicolor.png?branch=master
:target: https://travis-ci.org/numerodix/ansicolor
.. image:: https://pypip.in/wheel/ansicolor/badge.png
:target: https://pypi.python.org/pypi/ansicolor/
Python version support: CPython 2.6, 2.7, 3.2, 3.3 and PyPy.
Introduction
------------
``ansicolor`` is a library that makes it easy to use ansi color markup in command
line programs.
Installation
------------
.. code:: bash
$ pip install ansicolor
Documentation
------------
Read the `documentation`_ on Read the Docs!
Going further
-------------
Take a look at the ``demos`` to see what's possible.
.. code:: bash
$ python -m ansicolor.demos --color
$ python -m ansicolor.demos --highlight
$ python -m ansicolor.demos --diff
.. _`documentation`: https://ansicolor.readthedocs.org/
|