The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:Text::Table::Tiny"

Text::Table::Tiny - generate simple text tables from 2D arrays River stage two • 8 direct dependents • 17 total dependents

This module provides a single function, "generate_table", which formats a two-dimensional array of data as a text table. It handles text that includes ANSI escape codes and wide Unicode characters. There are a number of options for adjusting the outp...

NEILB/Text-Table-Tiny-1.03 - 17 Jun 2022 21:52:12 UTC

Text::Table::Tiny::_ModuleFeatures - Features declaration for Text::Table::Tiny River stage zero No dependents

PERLANCAR/Text-Table-Tiny-_ModuleFeatures-0.006 - 17 Apr 2024 08:49:30 UTC

Text::Table::Read::RelationOn::Tiny - Read binary "relation on (over) a set" from a text table. River stage zero No dependents

Minimum version of perl required to use this module: "v5.10.1". This module implements a class that reads a binary *relation on a set* (*homogeneous relation*, see <https://en.wikipedia.org/wiki/Binary_relation#Homogeneous_relation>) from a text tabl...

AAHAZRED/Text-Table-Read-RelationOn-Tiny-v2.3.1 - 05 Dec 2023 13:05:59 UTC

Text::Table::TinyWide - Text::Table::Tiny + support for wide character River stage one • 2 direct dependents • 2 total dependents

This module is like Text::Table::Tiny (0.04) with added support for wide characters. With this module, text with wide characters will still line up. Interface, options, and format variables are the same as in Text::Table::Tiny....

PERLANCAR/Text-Table-TinyWide-0.001 - 19 Oct 2016 14:44:37 UTC

Text::Table::TinyColor - Text::Table::Tiny + support for colored text River stage one • 2 direct dependents • 2 total dependents

This module is like Text::Table::Tiny (0.04) with added support for colored text (text that contains ANSI color codes). With this module, the colored text will still line up. Interface, options, and format variables are the same as in Text::Table::Ti...

PERLANCAR/Text-Table-TinyColor-0.002 - 19 Oct 2016 14:49:56 UTC

Text::Table::TinyColorWide - Text::Table::Tiny + support for colored text & wide character River stage one • 2 direct dependents • 2 total dependents

This module is like Text::Table::Tiny (0.04) with added support for colored text (text containing ANSI color codes) and wide characters. With this module, text with ANSI color codes and/or wide characters will still line up. Interface, options, and f...

PERLANCAR/Text-Table-TinyColorWide-0.001 - 19 Oct 2016 14:52:56 UTC

Text::Table::TinyBorderStyle - Text::Table::Tiny + support for border styles River stage one • 3 direct dependents • 3 total dependents

This module is like Text::Table::Tiny (0.04) with added support for using border styles. For more details about border styles, see BorderStyle specification. The styles are in "BorderStyle::*" modules. Try installing and using the border style module...

PERLANCAR/Text-Table-TinyBorderStyle-0.005 - 14 Feb 2022 14:53:59 UTC

Text::Table - Organize Data in Tables River stage three • 46 direct dependents • 179 total dependents

Organization of data in table form is a time-honored and useful method of data representation. While columns of data are trivially generated by computer through formatted output, even simple tasks like keeping titles aligned with the data columns are...

SHLOMIF/Text-Table-1.135 - 12 Oct 2022 15:26:39 UTC

Text::Table::HTML - Generate HTML table River stage one • 4 direct dependents • 4 total dependents

This module provides a single function, "table", which formats a two-dimensional array of data as HTML table. Its interface is modelled after Text::Table::Tiny 0.03. The example shown in the SYNOPSIS generates the following table: <table> <thead> <tr...

PERLANCAR/Text-Table-HTML-0.010 - 22 May 2023 15:27:38 UTC

Text::Table::Any - Generate text table using one of several backends River stage two • 7 direct dependents • 13 total dependents

This module provides a single function, "generate_table", which formats a two-dimensional array of data as text table, using one of several available backends. The interface is modelled after Text::Table::Tiny, but Text::Table::Sprintf is the default...

PERLANCAR/Text-Table-Any-0.117 - 23 Feb 2024 02:04:20 UTC

Text::Table::TSV - Generate TSV River stage one • 3 direct dependents • 3 total dependents

This module provides a single function, "table", which formats a two-dimensional array of data as TSV. This is basically a way to generate TSV using the same interface as that of Text::Table::Tiny (v0.03) or Text::Table::Org. The example shown in the...

PERLANCAR/Text-Table-TSV-0.002 - 20 Jan 2019 13:39:49 UTC

Text::Table::More - Generate text table with simple interface and many options River stage three • 5 direct dependents • 243 total dependents

Text::Table::More is yet another text table rendering module. This module uses the simple interface of Text::Table::Tiny with support for more formatting options like column/row spans, border style, per-row/column/cell align/valign/pad/vpad/hpad, and...

PERLANCAR/Text-Table-More-0.025 - 27 Mar 2022 03:01:50 UTC

Text::Table::CSV - Generate CSV River stage one • 4 direct dependents • 4 total dependents

This module provides a single function, "table", which formats a two-dimensional array of data as CSV. This is basically a way to generate CSV using the same interface as that of Text::Table::Tiny (v0.03) or Text::Table::Org. The example shown in the...

PERLANCAR/Text-Table-CSV-0.023 - 28 Nov 2019 23:17:39 UTC

Text::Table::ASV - Generate ASV (ASCII separated value a.k.a. DEL a.ka. delimited ASCII) River stage one • 1 direct dependent • 1 total dependent

This module provides a single function, "table", which formats a two-dimensional array of data as ASV. This is basically a way to generate ASV using the same interface as that of Text::Table::Tiny (v0.03) or Text::Table::Org. ASV (ASCII separated val...

PERLANCAR/Text-Table-ASV-0.002 - 19 Jun 2021 00:05:38 UTC

Text::Table::Org - Generate Org tables River stage two • 4 direct dependents • 72 total dependents

This module provides a single function, "table", which formats a two-dimensional array of data as an Org text table. The example shown in the SYNOPSIS generates the following table: | Name | Rank | Serial | |-------+----------+----------| | alice | p...

PERLANCAR/Text-Table-Org-0.031 - 17 Feb 2022 00:05:40 UTC

Text::Table::LTSV - Generate LTSV River stage one • 1 direct dependent • 1 total dependent

This module provides a single function, "table", which formats a two-dimensional array of data as LTSV. This is basically a way to generate LTSV using the same interface as that of Text::Table::Tiny (v0.03) or Text::Table::Org. The example shown in t...

PERLANCAR/Text-Table-LTSV-0.001 - 30 Jun 2018 06:40:32 UTC

Text::DumbTemplate - Yet another template system, this one's dumb but fast River stage one • 1 direct dependent • 1 total dependent

EARLY, EXPERIMENTAL, PROOF OF CONCEPT. This is a very simple template module. One thing that's unique about this module is: it compiles template to a "sprintf" format instead of Perl subroutines. The upside: it's blazing fast (e.g. several times fast...

PERLANCAR/Text-DumbTemplate-0.002 - 16 Aug 2017 14:06:06 UTC

Text::MarkdownTable - Write Markdown syntax tables from data River stage one • 3 direct dependents • 5 total dependents

This module can be used to write data in tabular form, formatted in MultiMarkdown syntax. The resulting format can be used for instance to display CSV data or to include data tables in Markdown files. Newlines and vertical bars in table cells are rep...

VOJ/Text-MarkdownTable-0.3.1 - 08 Jul 2015 10:14:19 UTC

Text::Table::Sprintf - Generate simple text tables from 2D arrays using sprintf() River stage three • 6 direct dependents • 727 total dependents

This module provides a single function, "table", which formats a two-dimensional array of data as a simple text table. The example shown in the SYNOPSIS generates the following table: +-------+----------+----------+ | Name | Rank | Serial | +-------+...

PERLANCAR/Text-Table-Sprintf-0.008 - 23 Feb 2024 02:04:42 UTC

Text::YAWikiFormater - The great new Text::YAWikiFormater! River stage zero No dependents

NEVES/Text-YAWikiFormater-0.51 - 22 Feb 2021 14:26:00 UTC
25 results (0.075 seconds)