Metadata-Version: 1.1
Name: status-report
Version: 0.1
Summary: Status Report - Comfortable CLI Activity Status Reporting
Home-page: https://github.com/psss/status-report
Author: Chris Ward
Author-email: cward@redhat.com
License: GPLv2
Download-URL: https://github.com/psss/status-report/archive/master.zip
Description: 
        ======================
            status-report
        ======================
        
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            Generate status report stats for selected date range
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        
        :Manual section: 1
        :Manual group: User Commands
        :Date: April 2015
        
        
        DESCRIPTION
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        Comfortably generate status report stats (e.g. list of committed
        changes) for given week, month, quarter, year or selected date
        range. By default all available stats for this week are reported.
        
        
        EXAMPLES
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        Generate all stats for current week::
        
            status-report
        
        Generate stats for the last week::
        
            status-report last week
        
        See status-report --help for complete list of available stats.
        
        
        CONFIGURATION
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        The config file ~/.status-report is used to store both general
        settings and configuration of individual reports::
        
            [general]
            user = psss
            width = 79
        
            [header]
            highlights = Highlights
            joy = Joy of the week ;-)
        
            [footer]
            next = Plans, thoughts, ideas...
            status = Status: Green | Yellow | Orange | Red
        
            [tools]
            type = git
            apps = /home/psss/git/apps
        
            [tests]
            type = git
            tests = /home/psss/git/tests/*
        
            [trac]
            type = trac
            prefix = TT
            url = https://some.trac.com/trac/project/rpc
        
        See also examples link for some more inspiration.
        
        
        LINKS
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        Project page:
        http://psss.fedorapeople.org/status-report/
        
        Release notes:
        http://psss.fedorapeople.org/status-report/notes.html
        
        Examples:
        http://psss.fedorapeople.org/status-report/examples/
        
        Download:
        http://psss.fedorapeople.org/status-report/download/
        
        Copr repo:
        http://copr.fedoraproject.org/coprs/psss/status-report/
        
        Git repo:
        https://github.com/psss/status-report
        
        
        AUTHORS
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        Petr Šplíchal, Karel Šrot, Lukáš Zachar, Matěj Cepl, Ondřej Pták,
        Chris Ward.
        
        
        COPYRIGHT
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        Copyright (c) 2015 Red Hat, Inc. All rights reserved.
        
        This program is free software; you can redistribute it and/or
        modify it under the terms of the GNU General Public License as
        published by the Free Software Foundation; either version 2 of
        the License, or (at your option) any later version.
        
Keywords: information,postgresql,tasks,snippets
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Office/Business
Classifier: Topic :: Utilities
Requires: python_dateutil
Requires: kerberos
Provides: status_report
