File: tabulate.1

package info (click to toggle)
python-tabulate 0.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 552 kB
  • sloc: python: 5,466; sh: 7; makefile: 3
file content (38 lines) | stat: -rw-r--r-- 1,048 bytes parent folder | download | duplicates (2)
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
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.46.4.
.TH TABULATE "1" "April 2015" "tabulate" "User Commands"
.SH NAME
tabulate \- Pretty-print tabulate data.
.SH SYNOPSIS
.B tabulate
[\fI\,options\/\fR]
[\fI\,FILE ...\/\fR]
.SH DESCRIPTION
See also <https://github.com/astanin/python-tabulate>.

.SH OPTIONS
.TP
\fB\-h\fR, \fB\-\-help\fR
show this message.
.TP
\fB\-1\fR, \fB\-\-header\fR
use the first row of data as a table header
.TP
\fB\-o\fR FILE, \fB\-\-output\fR FILE
print table to FILE (default: stdout)
.TP
\fB\-s\fR REGEX, \fB\-\-sep\fR REGEX
use a custom column separator (default: whitespace)
.TP
\fB\-F\fR FPFMT, \fB\-\-float\fR FPFMT
floating point number format (default: g)
.TP
\fB\-f\fR FMT, \fB\-\-format\fR FMT
set output table format; supported formats: plain, simple, grid, fancy_grid,
pipe, orgtbl, rst, mediawiki, html, latex, latex_booktabs, tsv (default:
simple)

.SH "AUTHOR"
This manual page was written by ChangZhuo Chen <czchen@gmail.com> for the
.B
Debian GNU/Linux
system (but may be used by others).