Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

netaddr(1) [debian man page]

NETADDR(1)						      General Commands Manual							NETADDR(1)

NAME
netaddr - interactive shell for netaddr Python library DESCRIPTION
This manual page documents briefly the netaddr command. This manual page was written for the Debian distribution because the original pro- gram does not have a manual page. netaddr is a Python library for the manipulation of various common network address notations and representations. The netaddr command provides an interactive shell based on ipython allowing to work in a special environment where all netaddr related com- mands are available without additional imports. OPTIONS
Any option accepted by ipython is accepted by netaddr. SEE ALSO
ipython(1) /usr/share/doc/python-netaddr/api/ AUTHOR
This manual page was written by Vincent Bernat <bernat@debian.org>, for the Debian project (but may be used by others). December 31, 2009 NETADDR(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