Metadata-Version: 1.0
Name: svnpoller
Version: 0.0.1
Summary: polling svn repository and notify by email.
Home-page: http://bitbucket.org/shimizukawa/svnpoller
Author: Takayuki SHIMIZUKAWA
Author-email: shimizukawa at gmail.com
License: PSL
Description: polling svn repository and notify by email.
        
        Requirements
        ------------
        
        * Python 2.6 or later
        
        
        Dependencies
        ------------
        
        * `setuptools <http://pypi.python.org/pypi/setuptools>`_ or
        `distribute <http://pypi.python.org/pypi/distribute>`_
        
        * `lxml`
        
        * svn command (1.6 or later)
        
        
        Features
        --------
        
        * polling specified svn repository
        
        * send commit message and diff by email
        
        
        An example
        ----------
        
        Make environment (by easy_install)::
        
        $ easy_install svnpoller
        
        
        Make environment (by buildout)::
        
        $ hg clone http://bitbucket.org/shimizukawa/svnpoller
        $ cd svnpoller
        $ python bootstrap.py
        $ bin/buildout
        
        
        Copy and write ini file. example::
        
        $ cp <svnpoller installed path>/svnpoller/svnpoller.ini .
        $ svnpoller svnpoller.ini
        
        
        History
        -------
        
        0.0.1
        ~~~~~
        * first release
        
        Todos
        ------
        * refactoring
        
        Known Issues
        ~~~~~~~~~~~~~
        
        
Keywords: subversion,svn,poll,notify
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Python Software Foundation License
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development
