Sidewalk: Simple Activity Aggregator

Sidewalk allows you to easily trigger the execution of sets of Python methods from the command-line.

Simply register your activity processors (i.e. functions/methods) with key associations and execute them by key or group using the included command-line utility sidewalk.

This comes in handy when you want to setup cron jobs to execute Python code. You can easily create multiple cron job entries that run at various times and call different sets of activity processors.

User Guide

This section of the documentation provides the user of Sidewalk a guide for how to use the command-line interface through the sidewalk executable.

API Documentation

This section provides a technical overview of the underlying logic that drives Sidewalk.

Indices and tables

Project Versions

Sidewalk allows you to easily trigger the execution of sets of Python methods from the command-line.

Useful Links

Table Of Contents

Next topic

Introduction