Pretty-print tabular data in Python.
The main use cases of the library are:
printing small tables without hassle: just one function call,
formatting is guided by the data itself authoring tabular data for
lightweight plain-text markup: multiple output formats
suitable for further editing or transformation readable presentation of
mixed textual and numeric data: smart column alignment,
configurable number formatting, alignment by a decimal point
Dump binary data to hex format and restore from there.
This package contains xev, which is a application that monitors X events.
Sometimes it's hard to work out where some printed output is coming
from. This module ties STDOUT and STDERR such that each call to print or
warn will have its output prefixed with the package, file and line of
the print or warn statement.
Array::PrintCols is a Perl 5 module which defines a subroutine to print arrays
of elements in alphabetically, vertically sorted columns. Optional arguments
can be given to control either the width or number of the columns, the total
width of the output, and the amount of indentation.
Clear Sans is a versatile OpenType font for screen, print, and Web.
It was designed with on-screen legibility and glanceability in mind. It strikes
a balance between contemporary, professional, and stylish expression and
thoroughly functional purpose. It has a sophisticated and elegant personality
at all sizes, and its thoughtful design becomes even more evident at the thin
weight.
Pod::Usage provides the function "pod2usage()" to print usage messages for a
Perl script based on its embedded pod documentation. Pod::Usage is a subclass of
Pod::PlainText. Please see the POD documentation for this module (embedded in
the file "Usage.pm") for more details. The pod2usage() function is probably the
most generally useful function in this entire distribution since it is useful to
just about any Perl5 script that is invoked from the command-line.
Ddate prints the date in Discordian date format.
If called with no arguments, ddate will get the current system date, convert
this to the Discordian date format and print this on the standard output.
Alternatively, a Gregorian date may be specified on the command line, in the
form of a numerical day, month and year.
More information about subgenius can be found at http://www.subgenius.com/
Data::Dumper::Perltidy encapsulates both Data::Dumper and
Perl::Tidy to provide a function that stringifies a Perl
data structure in a pretty printed format.