The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "mojo"

mojo - The Mojolicious command system River stage four • 943 direct dependents • 1041 total dependents

List and run Mojolicious commands as described in Mojolicious::Commands....

SRI/Mojolicious-9.36 - 08 Mar 2024 22:16:38 UTC - Search in distribution

Mojo::Pg - Mojolicious ♥ PostgreSQL River stage two • 11 direct dependents • 13 total dependents

Mojo::Pg is a tiny wrapper around DBD::Pg that makes PostgreSQL <http://www.postgresql.org> a lot of fun to use with the Mojolicious <https://mojolicious.org> real-time web framework. Perform queries blocking and non-blocking, use all SQL features <h...

SRI/Mojo-Pg-4.27 - 15 Mar 2022 12:13:59 UTC - Search in distribution

Mojo::YR - Get weather information from yr.no River stage zero No dependents

Mojo::YR is an (a)synchronous weather data fetcher for the Mojolicious framework. The backend for weather data is <http://yr.no>. Look at the resources below for mere information about the API: * <http://api.met.no/weatherapi/documentation> * <http:/...

MRAMBERG/Mojo-YR-0.06 - 06 Jun 2016 12:04:53 UTC - Search in distribution

Mojo::CSV - no-nonsense CSV handling River stage zero No dependents

Read and write CSV (Comma Separated Values) like a boss, Mojo style....

ZOFFIX/Mojo-CSV-1.001004 - 12 Mar 2020 19:40:49 UTC - Search in distribution

Mojo::IRC - IRC Client for the Mojo IOLoop River stage zero No dependents

Mojo::IRC is a non-blocking IRC client using Mojo::IOLoop from the wonderful Mojolicious framework. It features IPv6 and TLS, with additional optional modules: IO::Socket::IP and IO::Socket::SSL. By default this module will only emit standard IRC eve...

JHTHORSEN/Mojo-IRC-0.47 - 09 Dec 2022 01:16:57 UTC - Search in distribution

Mojo::JWT - JSON Web Token the Mojo way River stage one • 5 direct dependents • 7 total dependents

JSON Web Token is described in <https://tools.ietf.org/html/rfc7519>. Mojo::JWT implements that standard with an API that should feel familiar to Mojolicious users (though of course it is useful elsewhere). Indeed, JWT is much like Mojolicious::Sessi...

JBERGER/Mojo-JWT-0.09 - 22 Nov 2020 05:36:05 UTC - Search in distribution

Mojo::PDF - Generate PDFs with the goodness of Mojo! River stage zero No dependents

Mojotastic, no-nonsense PDF generation....

ZOFFIX/Mojo-PDF-1.005003 - 05 Oct 2020 00:19:41 UTC - Search in distribution

Mojo::Pua - HTTP Client + Evo::Promise River stage zero No dependents

This module is based on Mojo::UserAgent and allows you to use promises (Evo::Promise::Mojo)...

ALEXBYK/Mojo-Pua-0.010 - 12 Nov 2016 17:25:27 UTC - Search in distribution

Mojo::Run - asynchronous external command execution for Mojo River stage zero No dependents

LIKHATSKI/Mojo-Run-0.3 - 29 Apr 2014 18:40:08 UTC - Search in distribution

Mojo::Tar - Stream your (ustar) tar files River stage zero No dependents

Mojo::Tar can create and extract ustar <http://www.gnu.org/software/tar/manual/tar.html> tar files as a stream. This can be useful if for example your webserver is receiving a big tar file and you don't want to exhaust the memory while reading it. Th...

JHTHORSEN/Mojo-Tar-0.01 - 14 Mar 2023 09:34:41 UTC - Search in distribution

Mojo::ACME - Mojo-based ACME-protocol client River stage zero No dependents

Let's Encrypt <https://letsencrypt.org> (also known as letsencrypt) is a service that provices free SSL certificates via an automated system. The service uses (and indeed defines) a protocol called ACME to securely communicate authentication, verific...

JBERGER/Mojo-ACME-0.13 - 14 Sep 2018 18:34:35 UTC - Search in distribution

Mojo::Feed - Mojo::DOM-based parsing of RSS & Atom feeds River stage zero No dependents

Mojo::Feed is an Object Oriented module for identifying, fetching and parsing RSS and Atom Feeds. It relies on Mojo::DOM for XML/HTML parsing. Date parsing is done with HTTP::Date. Mojo::Feed represents the parsed RSS/Atom feed; you can construct it ...

DOTAN/Mojo-Feed-0.21 - 12 May 2021 21:29:06 UTC - Search in distribution

Mojo::Leds - Leds aka Light Environment (emi) for Development System based on Mojolicious River stage zero No dependents

Mojo::Leds is a Mojolicious app to use a filesystem similiar to classical web site...

EBRUNI/Mojo-Leds-1.15 - 08 Jun 2022 09:02:17 UTC - Search in distribution

Mojo::Run3 - Run a subprocess and read/write to it River stage zero No dependents

Mojo::Run3 allows you to fork a subprocess which you can write STDIN to, and read STDERR and STDOUT without blocking the the event loop. This module also supports IO::Pty which allows you to create a pseudoterminal for the child process. This is espe...

JHTHORSEN/Mojo-Run3-1.03 - 20 Jan 2023 05:20:16 UTC - Search in distribution

Mojo::SAML - A SAML2 toolkit using the Mojo toolkit River stage one • 1 direct dependent • 2 total dependents

Mojo::SAML is a project to build a SAML toolkit using the Mojo stack. It is (for better or worse) completely reimplemented from the ground up. It is considered extremely experimental and unstable (see "CAVEATS"). That said, it can do basic SAML inter...

JBERGER/Mojo-SAML-0.07 - 22 Jun 2020 13:49:19 UTC - Search in distribution

Mojo::SNMP - Run SNMP requests with Mojo::IOLoop River stage zero No dependents

Mojo::SNMP is an async library for fetching or writing data from/to many SNMP agents. The module does its best to not get in your way, but rather provide a simple API which allow you to extract information from multiple servers at the same time. This...

JHTHORSEN/Mojo-SNMP-0.13 - 29 Apr 2018 11:11:02 UTC - Search in distribution

Mojo::Snoo - Mojo wrapper for the Reddit API River stage zero No dependents

Mojo::Snoo is a Perl wrapper for the Reddit API which relies heavily on the Mojo modules. Mojo::Collection was the initial inspiration for going the Mojo route. Skip to synopsis to see how Mojo::Snoo can be great for one-liners, quick scripts, and fu...

CURTIS/Mojo-Snoo-0.15 - 24 Dec 2015 16:46:08 UTC - Search in distribution

Mojo::DOM58 - Minimalistic HTML/XML DOM parser with CSS selectors River stage two • 24 direct dependents • 43 total dependents

Mojo::DOM58 is a minimalistic and relaxed pure-perl HTML/XML DOM parser based on Mojo::DOM. It supports the HTML Living Standard <https://html.spec.whatwg.org/> and Extensible Markup Language (XML) 1.0 <https://www.w3.org/TR/xml/>, and matching based...

DBOOK/Mojo-DOM58-3.001 - 16 Jun 2021 05:30:08 UTC - Search in distribution

Mojo::Redis - Redis driver based on Mojo::IOLoop River stage one • 2 direct dependents • 2 total dependents

Mojo::Redis is a Redis driver that use the Mojo::IOLoop, which makes it integrate easily with the Mojolicious framework. It tries to mimic the same interface as Mojo::Pg, Mojo::mysql and Mojo::SQLite, but the methods for talking to the database vary....

JHTHORSEN/Mojo-Redis-3.29 - 23 Feb 2022 05:56:50 UTC - Search in distribution

Mojo::TFTPd - Trivial File Transfer Protocol daemon River stage zero No dependents

This module implements a server for the Trivial File Transfer Protocol <http://en.wikipedia.org/wiki/Trivial_File_Transfer_Protocol>. From Wikipedia: Trivial File Transfer Protocol (TFTP) is a file transfer protocol notable for its simplicity. It is ...

JHTHORSEN/Mojo-TFTPd-0.05 - 16 Mar 2023 04:23:05 UTC - Search in distribution
930 results (0.152 seconds)