The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "distribution:TaskPipe TOMGRACEY"

TaskPipe - A task management framework for building web scrapers and crawlers River stage zero No dependents

This module is simply a placeholder for the TaskPipe package namespace, and does nothing on its own. For TaskPipe documentation see TaskPipe::Manual::Overview. For installation see TaskPipe::Manual::Installation. For help using taskpipe, type taskpip...

TOMGRACEY/TaskPipe-0.09 - 28 Nov 2018 15:05:31 UTC

TaskPipe::Plan - manage plan files for TaskPipe River stage zero No dependents

It is not recommended to use this module directly. See the general manpages for TaskPipe...

TOMGRACEY/TaskPipe-0.09 - 28 Nov 2018 15:05:31 UTC

TaskPipe::Tool - the base class for the TaskPipe command line tool River stage zero No dependents

This class houses the operations needed by the taskpipe script. It is not recommended to use this package directly. See the manpage for TaskPipe::Tool::Command for information on creating a new taskpipe command....

TOMGRACEY/TaskPipe-0.09 - 28 Nov 2018 15:05:31 UTC

TaskPipe::Sample - base class for sample projects River stage zero No dependents

When creating sample projects for taskpipe, inherit from this class...

TOMGRACEY/TaskPipe-0.09 - 28 Nov 2018 15:05:31 UTC

TaskPipe::Task - the class which all TaskPipe tasks should inherit from River stage zero No dependents

Inherit from this class when creating new tasks. Your child task should contain an "action" subroutine, which returns either: 1. An arrayref of results 2. A TaskPipe::Iterator of results. (See the TaskPipe::Iterator manpage for more information You s...

TOMGRACEY/TaskPipe-0.09 - 28 Nov 2018 15:05:31 UTC

TaskPipe::RunInfo - information about the run (of the current plan) River stage zero No dependents

provides run information (job_id, thread_id etc.) for the current job/thread...

TOMGRACEY/TaskPipe-0.09 - 28 Nov 2018 15:05:31 UTC

TaskPipe::Template - the base class for file templates River stage zero No dependents

Inherit from this class to create a new file template for deployment. You need to add a "deploy" method, which will write the file at "target_path"....

TOMGRACEY/TaskPipe-0.09 - 28 Nov 2018 15:05:31 UTC

TaskPipe::PodReader - read POD for TaskPipe River stage zero No dependents

It is not recommended to use this module directly. See the general manpages for TaskPipe...

TOMGRACEY/TaskPipe-0.09 - 28 Nov 2018 15:05:31 UTC

TaskPipe::TorManager - manage TOR processes for TaskPipe River stage zero No dependents

It is not recommended you use this package directly. See the general manpages for TaskPipe....

TOMGRACEY/TaskPipe-0.09 - 28 Nov 2018 15:05:31 UTC

TaskPipe::JobManager - manages TaskPipe jobs River stage zero No dependents

It is not recommended to use this module directly. See the general manpages for TaskPipe...

TOMGRACEY/TaskPipe-0.09 - 28 Nov 2018 15:05:31 UTC

TaskPipe::Iterator - generic class for TaskPipe Iterators River stage zero No dependents

If you are creating an iterator, you can either get a new instance of a generic iterator and then supply the subs: my $iterator = TaskPipe::Iterator->new( next => sub{ #... }, count => sub { #... }, reset => sub { # ... } ); or you can inherit from T...

TOMGRACEY/TaskPipe-0.09 - 28 Nov 2018 15:05:31 UTC

TaskPipe::InterpParam - Parameter value interpolator for TaskPipe River stage zero No dependents

It is not recommended to use this module directly. See the general manpages for TaskPipe...

TOMGRACEY/TaskPipe-0.09 - 28 Nov 2018 15:05:31 UTC

TaskPipe::PortManager - manage ports for TaskPipe River stage zero No dependents

It is not recommended to use this module directly. See the general manpages for TaskPipe....

TOMGRACEY/TaskPipe-0.09 - 28 Nov 2018 15:05:31 UTC

TaskPipe::Template_Task - base class for task templates River stage zero No dependents

Base class for task templates...

TOMGRACEY/TaskPipe-0.09 - 28 Nov 2018 15:05:31 UTC

TaskPipe::Role::RunInfo River stage zero No dependents

A role to provide run information (run_id, thread_id etc.)...

TOMGRACEY/TaskPipe-0.09 - 28 Nov 2018 15:05:31 UTC

TaskPipe::PathSettings - Path settings for TaskPipe River stage zero No dependents

It is not recommended to use this module directly. See the general manpages for TaskPipe...

TOMGRACEY/TaskPipe-0.09 - 28 Nov 2018 15:05:31 UTC

TaskPipe::Sample_SP500 - sample project to scrape quotes for S&P500 companies River stage zero No dependents

This sample project scrapes company information from wikipedia, and the accompanying stock quote from the links provided on the wikipedia S&P500 page...

TOMGRACEY/TaskPipe-0.09 - 28 Nov 2018 15:05:31 UTC

TaskPipe::Sample_Stubs - the default sample that is used when deploying files/db tables River stage zero No dependents

Essentially this is an empty sample, and is the default that is used when deploying files or tables for a new project. Including "--sample=stubs" when deploying files or tables will have the same effect as omitting this parameter....

TOMGRACEY/TaskPipe-0.09 - 28 Nov 2018 15:05:31 UTC

TaskPipe::Task_Record - record a record to the database River stage zero No dependents

TaskPipe::Task_Record extends TaskPipe::Task. It is the standard task which records a record to the database for TaskPipe. You specify can this task in your plan in the following way: # (tree format): task: _name: Record mode: insert values: column1:...

TOMGRACEY/TaskPipe-0.09 - 28 Nov 2018 15:05:31 UTC

TaskPipe::Tool::Options - handles command line options for TaskPipe Tool River stage zero No dependents

This is the module responsible for loading and managing parameters specified at the command line when running the "taskpipe" script...

TOMGRACEY/TaskPipe-0.09 - 28 Nov 2018 15:05:31 UTC
113 results (0.03 seconds)