journal-software-engineering

journal_software_engineering


License
Apache-2.0
Install
pip install journal-software-engineering==0.0.6

Documentation

Overview

docs |docs|
tests
Travis-CI Build Status AppVeyor Build Status Requirements Status
Coverage Status
package

journal_software_engineering

  • Free software: Apache Software License 2.0

Installation

Documentation

To use the project:

import journal_software_engineering
journal_software_engineering -h
usage: journal [-h] [-t] [-d] [-n] [-c] [-s] [-j] [-b BEFORE] [-a AFTER]
               [entry]

        journal makes commits to repos in the following locations:
            journal location: /Users/sagesmith/.journal
            notes location: /Users/sagesmith/.journal/.notes
            ticket location: /Users/sagesmith/.journal/.ticket
            todo location: /Users/sagesmith/.journal/.todo

positional arguments:
  entry                 entry to enter in journal

optional arguments:
  -h, --help            show this help message and exit
  -t, --ticket          specifies ticket journal
  -d, --do              specifies todo journal
  -n, --note            specifies note journal
  -s, --standup         prints stand up
  -j, --journal         specifies entire journal
  -b BEFORE, --before BEFORE
                        specifies to grab standup logs before entered date
  -a AFTER, --after AFTER
                        specifies to grab standup logs after entered date

made by sage smith

Development

To run the all tests run:

tox

Note, to combine the coverage data from all the tox environments run:

Windows
set PYTEST_ADDOPTS=--cov-append
tox
Other
PYTEST_ADDOPTS=--cov-append tox