module __main__

Short summary

module pyrsslocal.__main__

Implements command line python -m pyrsslocal <command> <args>.

Functions

function

truncated documentation

main

Implements python -m pyrsslocal <command> <args>.

Documentation

Implements command line python -m pyrsslocal <command> <args>.

New in version 0.9.

source on GitHub

pyrsslocal.__main__.main(args, fLOG=<built-in function print>)

Implements python -m pyrsslocal <command> <args>.

Parameters:
  • args – command line arguments

  • fLOG – logging function

source on GitHub