commit051d0d7d32Author: Gabriel Falcão <gabriel@nacaolivre.org> Date: Tue Nov 10 13:15:35 2015 -0500 pep8 commit83b3072ffdAuthor: Gabriel Falcão <gabriel@nacaolivre.org> Date: Tue Nov 10 13:09:33 2015 -0500 release 0.6.0 commitb40c2d98b2Author: Gabriel Falcão <gabriel@nacaolivre.org> Date: Tue Nov 10 12:07:06 2015 -0500 supporting swappable delimiters
15 lines
287 B
ReStructuredText
15 lines
287 B
ReStructuredText
Usage
|
|
=====
|
|
|
|
::
|
|
|
|
import sys
|
|
import couleur
|
|
|
|
couleur.proxy(sys.stdout).enable()
|
|
print "#{bold}#{blue}#{on:black}This is#{normal} a test"
|
|
couleur.proxy(sys.stdout).ignore()
|
|
|
|
print "#{green}#{on:black}This is#{normal} a test"
|
|
couleur.proxy(sys.stdout).disable()
|