Metadata-Version: 1.1
Name: rapport
Version: 0.0.4
Summary: 
:mod:`rapport` -- Work Report Generator
=======================================

.. automodule:: rapport
   :synopsis: Work Report Generator
.. moduleauthor:: Sascha Peilicke <saschpe@gmx.de>

Home-page: http://github.com/saschpe/rapport
Author: Sascha Peilicke
Author-email: saschpe@gmx.de
License: GPLv2
Description: ============================================
        Rapport - Work report generator for the lazy
        ============================================
        
        Writing work reports is tedious. Some people have custom hacks. This is meant to be the last one.
        
        
        Features
        --------
        
        - Asyncronously collects data from various resources:
          + Bugzilla
          + Gerrit
          + Github
          + Launchpad
          + MediaWiki
          + OpenBuildService
          + Trello
          + Twitter
        - Supports plugins for extendability
        - Simple ini-style config file
        - (Almost) comprehensive unit and functional testsuite
        - Supports creating work reports for arbitrary timeframes and provides some convenient ones:
          + Current week / month
          + N last days (configurable)
          + N-th Week / month of year (configurable)
        
        Written in Python, not VimScript, not Bash, not Ruby, not C, ..., you got it ;-)
        
        
        License
        -------
        
        Currently licensed under GPL-2.0+
        
        
        Author
        ------
        
        Sascha Peilicke
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
