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
  • cli: svnmailer command line interface
  • config: Configfile parsing
  • differ: Differ classes
  • main: main logic of the svn mailer
  • notifier: Package svnmailer.notifier
    • mail: email notifier
    • stdout: Stdout notifier - mostly for debugging purposes
    • _base: Base notifier class
    • _text: Plain text notifier base
    • _textmail: email notifier
  • settings: Runtime settings for the svn mailer
  • struct: svnmailer structs
  • subversion: Access to the subversion respository
  • util: svnmailer utilities
  • _test: Package svnmailer._test
    • runner: Test runner for the svnmailer test suite
    • suite: Package svnmailer._test.suite
      • cli: Testcases for svnmailer.cli
      • config: Testcases for svnmailer.config
      • differ: Testcases for svnmailer.differ
      • main: Testcases for svnmailer.main
      • notifier: Package svnmailer._test.suite.notifier
        • _base: Testcases for svnmailer.notifier._base
        • _text: Testcases for svnmailer.notifier._text
        • _textmail: Testcases for svnmailer.notifier._textmail
        • mail: Testcases for svnmailer.notifier.mail
        • stdout: Testcases for svnmailer.notifier.stdout
      • settings: Testcases for svnmailer.main
      • struct: Testcases for svnmailer.struct
      • subversion: Testcases for svnmailer.subversion
      • util: Testcases for svnmailer.util

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:
'0.9.9'                                                                

Generated by Epydoc 2.0 on Mon Feb 14 16:49:18 2005 http://epydoc.sf.net