Acme-CPANModules-TableData
view release on metacpan or search on metacpan
"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" : {
"version" : "0.10"
},
{
"class" : "Dist::Zilla::Plugin::PodnameFromFilename",
"name" : "@Author::PERLANCAR/PodnameFromFilename",
"version" : "0.02"
},
{
"class" : "Dist::Zilla::Plugin::PERLANCAR::EnsurePrereqToSpec",
"config" : {
"Dist::Zilla::Role::ModuleMetadata" : {
"Module::Metadata" : "1.000037",
"version" : "0.006"
}
},
"name" : "@Author::PERLANCAR/PERLANCAR::EnsurePrereqToSpec",
"version" : "0.064"
},
{
"class" : "Dist::Zilla::Plugin::PERLANCAR::MetaResources",
"name" : "@Author::PERLANCAR/PERLANCAR::MetaResources",
"version" : "0.043"
"version" : "0.001"
},
{
"class" : "Dist::Zilla::Plugin::CheckSelfDependency",
"config" : {
"Dist::Zilla::Plugin::CheckSelfDependency" : {
"finder" : [
":InstallModules"
]
},
"Dist::Zilla::Role::ModuleMetadata" : {
"Module::Metadata" : "1.000037",
"version" : "0.006"
}
},
"name" : "@Author::PERLANCAR/CheckSelfDependency",
"version" : "0.011"
},
{
"class" : "Dist::Zilla::Plugin::Git::Contributors",
"config" : {
"Dist::Zilla::Plugin::Git::Contributors" : {
}
],
"include_underscores" : 0
},
"Dist::Zilla::Role::MetaProvider::Provider" : {
"$Dist::Zilla::Role::MetaProvider::Provider::VERSION" : "2.002004",
"inherit_missing" : 1,
"inherit_version" : 1,
"meta_noindex" : 1
},
"Dist::Zilla::Role::ModuleMetadata" : {
"Module::Metadata" : "1.000037",
"version" : "0.006"
}
},
"name" : "@Author::PERLANCAR/MetaProvides::Package",
"version" : "2.004003"
},
{
"class" : "Dist::Zilla::Plugin::PERLANCAR::Authority",
"name" : "@Author::PERLANCAR/PERLANCAR::Authority",
"version" : "0.001"
class: Dist::Zilla::Plugin::Rinci::AbstractFromMeta
name: '@Author::PERLANCAR/Rinci::AbstractFromMeta'
version: '0.10'
-
class: Dist::Zilla::Plugin::PodnameFromFilename
name: '@Author::PERLANCAR/PodnameFromFilename'
version: '0.02'
-
class: Dist::Zilla::Plugin::PERLANCAR::EnsurePrereqToSpec
config:
Dist::Zilla::Role::ModuleMetadata:
Module::Metadata: '1.000037'
version: '0.006'
name: '@Author::PERLANCAR/PERLANCAR::EnsurePrereqToSpec'
version: '0.064'
-
class: Dist::Zilla::Plugin::PERLANCAR::MetaResources
name: '@Author::PERLANCAR/PERLANCAR::MetaResources'
version: '0.043'
-
class: Dist::Zilla::Plugin::CheckChangeLog
name: '@Author::PERLANCAR/CheckChangeLog'
-
class: Dist::Zilla::Plugin::CheckMetaResources
name: '@Author::PERLANCAR/CheckMetaResources'
version: '0.001'
-
class: Dist::Zilla::Plugin::CheckSelfDependency
config:
Dist::Zilla::Plugin::CheckSelfDependency:
finder:
- ':InstallModules'
Dist::Zilla::Role::ModuleMetadata:
Module::Metadata: '1.000037'
version: '0.006'
name: '@Author::PERLANCAR/CheckSelfDependency'
version: '0.011'
-
class: Dist::Zilla::Plugin::Git::Contributors
config:
Dist::Zilla::Plugin::Git::Contributors:
git_version: 2.25.1
include_authors: 0
include_releaser: 1
-
class: Dist::Zilla::Plugin::FinderCode
name: '@Author::PERLANCAR/MetaProvides::Package/AUTOVIV/:InstallModulesPM'
version: '6.031'
include_underscores: 0
Dist::Zilla::Role::MetaProvider::Provider:
$Dist::Zilla::Role::MetaProvider::Provider::VERSION: '2.002004'
inherit_missing: 1
inherit_version: 1
meta_noindex: 1
Dist::Zilla::Role::ModuleMetadata:
Module::Metadata: '1.000037'
version: '0.006'
name: '@Author::PERLANCAR/MetaProvides::Package'
version: '2.004003'
-
class: Dist::Zilla::Plugin::PERLANCAR::Authority
name: '@Author::PERLANCAR/PERLANCAR::Authority'
version: '0.001'
-
class: Dist::Zilla::Plugin::OurDate
name: '@Author::PERLANCAR/OurDate'
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
Perinci::Sub::Gen::AccessTable accepts TableData module.
ACME::CPANMODULES ENTRIES
TableData
Author: PERLANCAR <https://metacpan.org/author/PERLANCAR>
App::td
Author: PERLANCAR <https://metacpan.org/author/PERLANCAR>
App::tabledata
Author: PERLANCAR <https://metacpan.org/author/PERLANCAR>
App::fsql
Author: PERLANCAR <https://metacpan.org/author/PERLANCAR>
Sah::Schemas::TableData
Author: PERLANCAR <https://metacpan.org/author/PERLANCAR>
Tie::Array::TableData
Perinci::Sub::Gen::AccessTable
lib/Acme/CPANModules/TableData.pm view on Meta::CPAN
use Acme::CPANModulesUtil::Misc;
our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
our $DATE = '2024-01-22'; # DATE
our $DIST = 'Acme-CPANModules-TableData'; # DIST
our $VERSION = '0.002'; # VERSION
my $text = <<'MARKDOWN';
<pm: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**
<prog:td> (from <pm: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.
<prog:tabledata> (from <pm: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.
<prog:fsql> (from <pm:App::fsql>) allows you to query `TableData::*` modules (as
well as CSV/TSV/JSON/YAML files) using SQL.
**Sah schemas**
<pm:Sah::Schemas::TableData>
lib/Acme/CPANModules/TableData.pm view on Meta::CPAN
=head1 NAME
Acme::CPANModules::TableData - List of modules related to TableData
=head1 VERSION
This document describes version 0.002 of Acme::CPANModules::TableData (from Perl distribution Acme-CPANModules-TableData), released on 2024-01-22.
=head1 DESCRIPTION
L<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.
B<The tables>
All Perl modules under C<TableData::*> namespace are modules that contain table
data. Examples include: C<TableData::Sample::DeNiro>,
C<TableData::Perl::CPAN::Release::Static>,
C<TableData::Perl::CPAN::Release::Dynamic>.
B<CLIs>
L<td> (from L<App::td>) offers commands to manipulate table data. In
addition to a C<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.
L<tabledata> (from L<App::tabledata>) is the official CLI for C<TableData>.
Currently it offers less commands than C<td>, but it can also list C<TableData::*>
modules in local installation or CPAN.
L<fsql> (from L<App::fsql>) allows you to query C<TableData::*> modules (as
well as CSV/TSV/JSON/YAML files) using SQL.
B<Sah schemas>
L<Sah::Schemas::TableData>
lib/Acme/CPANModules/TableData.pm view on Meta::CPAN
=over
=item L<TableData>
Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>
=item L<App::td>
Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>
=item L<App::tabledata>
Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>
=item L<App::fsql>
Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>
=item L<Sah::Schemas::TableData>
Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>
( run in 0.404 second using v1.01-cache-2.11-cpan-8d75d55dd25 )