link-stacklog

Link backlog management utility using a stack style interface


License
Apache-2.0
Install
pip install link-stacklog==0.2.1

Documentation

link-stacklog

PyPI Changelog Tests License

Link backlog management utility using a stack style interface

Installation

Install this tool using pip:

pip install link-stacklog

Usage

For help, run:

link-stacklog --help

You can also use:

python -m link_stacklog --help

Development

To contribute to this tool, first checkout the code. Then create a new virtual environment:

cd link-stacklog
python -m venv venv
source venv/bin/activate

Now install the dependencies and test dependencies:

pip install -e '.[test]'

To run the tests:

pytest