An open API service indexing awesome lists of open source software.

https://github.com/orsinium-labs/buggy

CLI tool to report bugs in Python packages
https://github.com/orsinium-labs/buggy

bugs cli issue-tracker issues pypi

Last synced: 2 months ago
JSON representation

CLI tool to report bugs in Python packages

Awesome Lists containing this project

README

          

# buggy

Buggy is a CLI tool to report bugs in Python projects.

Given the project name, it finds it on PyPI.org, detects the issue tracker URL, and opens it in the browser.

```bash
python3 -m pip install --user buggy
python3 -m buggy flask
```