Acme-CPANModules-PortedFrom-Python
view release on metacpan or search on metacpan
lib/Acme/CPANModules/PortedFrom/Python.pm view on Meta::CPAN
python_package => 'docopt',
tags => ['cli'],
},
{
module => 'Getopt::ArgParse',
python_package => 'argparse',
tags => ['cli'],
},
{
module => 'PSGI',
python_package => undef,
python_url => 'https://www.python.org/dev/peps/pep-3333/',
tags => ['web'],
description => <<'_',
From Plack's documentation: "Plack is like Ruby's Rack or Python's Paste for
WSGI." Plack and PSGI were created by MIYAGAWA in 2009 and were inspired by both
Python's WSGI specification (hence the dual specification-implementation split)
and Ruby's Plack (hence the name).
_
( run in 1.839 second using v1.01-cache-2.11-cpan-d80b1682f3f )