Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

pycolor(1) [debian man page]

PYCOLOR(1)						      General Commands Manual							PYCOLOR(1)

NAME
pycolor - Colorize a python file or stdin using ANSI and print to stdout. SYNOPSIS
pycolor [options] [file] DESCRIPTION
Prints a colorized version of the input file (or standard input if no file is given, or the file name - is given) to standard out. OPTIONS
-h, --help Output a brief help message. -s, --scheme <scheme> Give the color scheme to use. Currently only Linux (default), LightBG, and NoColor are implemented. AUTHOR
pycolor is part of the IPython project (http://ipython.org). This manual page was written by Jack Moffitt <jack@xiph.org>, for the Debian project (but may be used by others). Updated by Fernando Perez <fernando.perez@berkeley.edu>. July 15, 2011 PYCOLOR(1)

Check Out this Related Man Page

IRUNNER(1)																IRUNNER(1)

NAME
irunner - interactive runner interface SYNOPSIS
irunner [options] file_to_run DESCRIPTION
irunner is an interface to the various interactive runners available in IPython's irunner module. The already implemented runners are listed below; adding one for a new program is a trivial task, see the source for examples. OPTIONS
-h, --help show this help message and exit --ipython IPython interactive runner (default). --python Python interactive runner. --sage SAGE interactive runner. EXAMPLE
irunner.py --python -- --help will pass --help to the python runner. Similarly, irunner.py --ipython -- --interact script.ipy SEE ALSO
ipython(1) AUTHOR
irunner is an extension of Ken Schutte <kschutte-AT-csail.mit.edu>'s script contributed on the ipython-user list: http://scipy.net/piper- mail/ipython-user/2006-May/001705.html This manual page was written by Bernd Zeimetz <bernd@bzed.de>, for the Debian project (but may be used by others). Modified by Fernando Perez <Fernando.Perez@berkeley.edu> for inclusion in IPython. April 24, 2007 IRUNNER(1)
Man Page