Status Report - Comfortable CLI Activity Status Reporting
Project description
- 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] email = "Petr Šplíchal" <psplicha@redhat.com> width = 79 [header] type = header highlights = Highlights joy = Joy of the week ;-) [footer] type = 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.
INSTALLATION
Install directly from Fedora/Copr repository or use PIP:
# Basic dependencies for buiding/installing pip packages sudo yum install gcc krb5-devel sudo yum install python-devel python-pip python-virtualenv # Upgrade to the latest pip/setup/virtualenv installer code sudo pip install -U pip setuptools virtualenv # Install into a python virtual environment (OPTIONAL) virtualenv --no-site-packages ~/virtenv_statusreport source ~/virtenv_statusreport/bin/activate # Install status_report (sudo required if not in a virtualenv) pip install status_report
TESTS
To run tests using pytest:
pip install pytest (sudo required if not in a virtualenv) py.test source/tests
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
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file status_report-0.3.1.tar.gz
.
File metadata
- Download URL: status_report-0.3.1.tar.gz
- Upload date:
- Size: 17.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e02b65d83a145f41276543b636dfc60bf8cbe58feabb2b74bd8a955eb9f14aa3 |
|
MD5 | 5b04ab679f1e1de0a28f0e51423772b9 |
|
BLAKE2b-256 | fd102e9204d4730933240ddad8e1a98d6304c0251f79f62a6ef9239845c6e34f |