Acme-CPANModules-PortedFrom-Python

 view release on metacpan or  search on metacpan

LICENSE  view on Meta::CPAN

        of the Copyright Holder as specified below.

        "Copyright Holder" is whoever is named in the copyright or
        copyrights for the package.

        "You" is you, if you're thinking about copying or distributing
        this Package.

        "Reasonable copying fee" is whatever you can justify on the
        basis of media cost, duplication charges, time of people involved,
        and so on.  (You will not be required to justify it to the
        Copyright Holder, but only to the computing community at large
        as a market that must bear the fee.)

        "Freely Available" means that no fee is charged for the item
        itself, though there may be fees involved in handling the item.
        It also means that recipients of the item may redistribute it
        under the same conditions they received it.

1. You may make and give away verbatim copies of the source form of the
Standard Version of this Package without restriction, provided that you

README  view on Meta::CPAN

        Author: ACIDLEMON <https://metacpan.org/author/ACIDLEMON>

        Quoted from the module's documentation: "The implementation of this
        module is highly inspired from Python's FastXLSX library."

    Dash
        Author: PABLROD <https://metacpan.org/author/PABLROD>

        From the module's documentation: "This package is a port of Plotly's
        Dash to Perl. Dash makes building analytical web applications very
        easy. No JavaScript required."

    Sub::Fp
        Author: ODDTUPLE <https://metacpan.org/author/ODDTUPLE>

FAQ
  What is an Acme::CPANModules::* module?
    An Acme::CPANModules::* module, like this module, contains just a list
    of module names that share a common characteristics. It is a way to
    categorize modules and document CPAN. See Acme::CPANModules for more
    details.

README  view on Meta::CPAN

    Most of the time, you don't need to build the distribution yourself. You
    can simply modify the code, then test via:

     % prove -l

    If you want to build the distribution (e.g. to try to install it locally
    on your system), you can install Dist::Zilla,
    Dist::Zilla::PluginBundle::Author::PERLANCAR,
    Pod::Weaver::PluginBundle::Author::PERLANCAR, and sometimes one or two
    other Dist::Zilla- and/or Pod::Weaver plugins. Any additional steps
    required beyond that are considered a bug and can be reported to me.

COPYRIGHT AND LICENSE
    This software is copyright (c) 2024, 2023, 2022, 2021, 2020, 2018 by
    perlancar <perlancar@cpan.org>.

    This is free software; you can redistribute it and/or modify it under
    the same terms as the Perl 5 programming language system itself.

BUGS
    Please report any bugs or feature requests on the bugtracker website

lib/Acme/CPANModules/PortedFrom/Python.pm  view on Meta::CPAN

        },
        {
            module => 'Dash',
            python_package => 'dash',
            python_url => 'https://dash.plotly.com/',
            tags => ['web'],
            description => <<'_',

From the module's documentation: "This package is a port of Plotly's Dash to
Perl. Dash makes building analytical web applications very easy. No JavaScript
required."

_
        },
        {
            module => 'Sub::Fp',
        },
    ],
};

1;

lib/Acme/CPANModules/PortedFrom/Python.pm  view on Meta::CPAN

Quoted from the module's documentation: "The implementation of this module is
highly inspired from Python's FastXLSX library."


=item L<Dash>

Author: L<PABLROD|https://metacpan.org/author/PABLROD>

From the module's documentation: "This package is a port of Plotly's Dash to
Perl. Dash makes building analytical web applications very easy. No JavaScript
required."


=item L<Sub::Fp>

Author: L<ODDTUPLE|https://metacpan.org/author/ODDTUPLE>

=back

=head1 FAQ

lib/Acme/CPANModules/PortedFrom/Python.pm  view on Meta::CPAN


Most of the time, you don't need to build the distribution yourself. You can
simply modify the code, then test via:

 % prove -l

If you want to build the distribution (e.g. to try to install it locally on your
system), you can install L<Dist::Zilla>,
L<Dist::Zilla::PluginBundle::Author::PERLANCAR>,
L<Pod::Weaver::PluginBundle::Author::PERLANCAR>, and sometimes one or two other
Dist::Zilla- and/or Pod::Weaver plugins. Any additional steps required beyond
that are considered a bug and can be reported to me.

=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2024, 2023, 2022, 2021, 2020, 2018 by perlancar <perlancar@cpan.org>.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.

=head1 BUGS



( run in 0.462 second using v1.01-cache-2.11-cpan-0a6323c29d9 )