Package svnmailer
[show private | hide private]
[frames | no frames]

Package svnmailer

This is the core svnmailer package. It contains all logic to send subversion commit mails. The package is intended to be used by the svn-mailer command line script.
Submodules
  • browser: Respository Browser URL construction
  • cli: The svnmailer provides two different command line interfaces.
  • config: Configfile parsing
  • differ: Differ classes
  • main: This module is the central core of the svnmailer.
  • notifier: Package svnmailer.notifier
    • cia_xmlrpc: This notifier delivers a notification message in XML format to a CIA server.
    • mail: Text based email notifiers (either piped to a program or via SMTP)
    • news: Text based news notifier (via NNTP)
    • selector: notifier selector module
    • stdout: Stdout notifier - mostly for debugging purposes
  • settings: This module defines one public class, called Settings.
  • stream: svnmailer stream objects
  • struct_accessors: This module exactly describes the struct member definitions used by the svnmailer.
  • subversion: Access to the subversion respository
  • typedstruct: This module provides helpers for creating typed data structures.
  • util: This module contains some utility functions and classes used in several places of the svnmailer.

Variable Summary
bool is_dev: is development version?
str version: Version of the svnmailer package

Variable Details

is_dev

is development version?
Type:
bool
Value:
False                                                                  

version

Version of the svnmailer package
Type:
str
Value:
'1.0.8'                                                                

Generated by Epydoc 2.1 on Mon Apr 17 12:39:11 2006 http://epydoc.sf.net