Skip to content

A CLI tool for checking for GitHub PRs where your review has been requested

Notifications You must be signed in to change notification settings

Thomas-James-Rose/py-prs

Repository files navigation

PyPrs

To install this as a CLI tool you will need pipx. Once setup simply run the following in the root directory of this project:

pipx install .

You can uninstall it using:

pipx uninstall py-prs

Development

To setup the virtual environment and install dependencies in it run:

make dev

Don't forget to activate the virtual environment:

# bash or zsh
source .venv/bin/activate.fish

# fish
source .venv/bin/activate.fish

# csh
source .venv/bin/activate.csh

To run the tests:

make test

About

A CLI tool for checking for GitHub PRs where your review has been requested

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published