Direct Report
Project description
DirectReport
Overview
Keep track of your accomplishments each day of the workweek, create a report of things you accomplished at the end of the week that you can email to manager. Review progress each quarterly for more effective performance review.
Documentation
Installing
From Package Manager
Using pip:
pip install DirectReport
From Project Files:
This project uses a Makefile
as a command registry, with the following commands:
make
: list available commandsmake develop
: install and build this library and its dependencies usingpip
make build
: build the library usingsetuptools
make lint
: perform static analysis of this library withflake8
andblack
make format
: autoformat this library usingblack
make annotate
: run type checking usingmypy
make test
: run automated tests withpytest
make coverage
: run automated tests withpytest
and collect coverage informationmake dist
: package library for distribution
Adapted From: https://github.com/ColumbiaOSS/example-project-python
Running Direct Report
Overview
Usage: python -m DirectReport [OPTIONS] COMMAND [ARGS]...
Options:
--help Show this message and exit.
Commands:
launch
new
show-list
Launch
$ python DirectReport launch
Show-List
Basic
$ python DirectReport list
All
$ python DirectReport list --all
Daily
$ python DirectReport list --day
Weekly
$ python DirectReport list --week
Web Interface
Home
Web interface home page - WIP
List
Web interface for list page - WIP
Detail
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
DirectReport-1.0.0.tar.gz
(24.4 kB
view hashes)
Built Distribution
Close
Hashes for DirectReport-1.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c48013ac522cb0abc1886da53180cab00af3725cd86b9a9a50bbd0e0530d0741 |
|
MD5 | 8148b7fe87148c578f8287db3bcb9e5c |
|
BLAKE2b-256 | db4d0f4268d2a62ca537a7967c1db52c68ef26b9d3f880940ff612d07c383cbd |