Acme-CPANModules-TableData

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

         "requires" : {
            "File::Spec" : "0",
            "IO::Handle" : "0",
            "IPC::Open3" : "0",
            "Test::More" : "0"
         }
      },
      "x_lists" : {
         "x_lists" : {
            "App::fsql" : "0",
            "App::tabledata" : "0",
            "App::td" : "0",
            "Perinci::Sub::Gen::AccessTable" : "0",
            "Sah::Schemas::TableData" : "0",
            "TableData" : "0",
            "Tie::Array::TableData" : "0"
         }
      },
      "x_mentions" : {
         "x_mentions" : {
            "App::fsql" : "0",
            "App::tabledata" : "0",
            "App::td" : "0",
            "Perinci::Sub::Gen::AccessTable" : "0",
            "Sah::Schemas::TableData" : "0",
            "TableData" : "0",
            "Tie::Array::TableData" : "0"
         }
      }
   },
   "provides" : {
      "Acme::CPANModules::TableData" : {

README  view on Meta::CPAN

NAME
    Acme::CPANModules::TableData - List of modules related to TableData

VERSION
    This document describes version 0.002 of Acme::CPANModules::TableData
    (from Perl distribution Acme-CPANModules-TableData), released on
    2024-01-22.

DESCRIPTION
    TableData is a way to package 2-dimensional table data as a Perl/CPAN
    module. It also provides a standard interface to access the data,
    including iterating the data rows, getting the column names, and so on.

    The tables

    All Perl modules under "TableData::*" namespace are modules that contain
    table data. Examples include: "TableData::Sample::DeNiro",
    "TableData::Perl::CPAN::Release::Static",
    "TableData::Perl::CPAN::Release::Dynamic".

    CLIs

    td (from App::td) offers commands to manipulate table data. In addition
    to a "TableData::*" module, you can also feed it CSV, TSV, JSON, YAML
    files. The commands include: head, tail, sort, sum, avg, select rows, wc
    (count rows), grep, map, etc.

    tabledata (from App::tabledata) is the official CLI for "TableData".
    Currently it offers less commands than "td", but it can also list
    "TableData::*" modules in local installation or CPAN.

    fsql (from App::fsql) allows you to query "TableData::*" modules (as
    well as CSV/TSV/JSON/YAML files) using SQL.

    Sah schemas

    Sah::Schemas::TableData

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 0.914 second using v1.00-cache-2.02-grep-82fe00e-cpan-4673cadbf75 )