diff options
Diffstat (limited to 'debian/netaddr.1')
-rw-r--r-- | debian/netaddr.1 | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/debian/netaddr.1 b/debian/netaddr.1 new file mode 100644 index 0000000..6feda2b --- /dev/null +++ b/debian/netaddr.1 @@ -0,0 +1,36 @@ +.\" Hey, EMACS: -*- nroff -*- +.TH NETADDR 1 "December 31, 2009" +.\" Please adjust this date whenever revising the manpage. +.\" +.\" Some roff macros, for reference: +.\" .nh disable hyphenation +.\" .hy enable hyphenation +.\" .ad l left justify +.\" .ad b justify to both left and right margins +.\" .nf disable filling +.\" .fi enable filling +.\" .br insert line break +.\" .sp <n> insert n+1 empty lines +.\" for manpage-specific macros, see man(7) +.SH NAME +netaddr \- interactive shell for netaddr Python library +.SH DESCRIPTION +This manual page documents briefly the +.B netaddr +command. This manual page was written for the Debian distribution +because the original program does not have a manual page. +.PP +\fBnetaddr\fP is a Python library for the manipulation of various +common network address notations and representations. +.PP +The \fBnetaddr\fP command provides an interactive shell based on +\fBipython\fP allowing to work in a special environment where all +netaddr related commands are available without additional imports. +.SH OPTIONS +Any option accepted by \fBipython\fP is accepted by \fBnetaddr\fP. +.SH SEE ALSO +.BR ipython (1) +.IR /usr/share/doc/python-netaddr/api/ +.SH AUTHOR +This manual page was written by Vincent Bernat <bernat@debian.org>, +for the Debian project (but may be used by others). |