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
- Host: GitHub
- URL: https://github.com/orsinium-labs/buggy
- Owner: orsinium-labs
- License: mit
- Created: 2021-02-05T13:38:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-05T13:39:56.000Z (over 5 years ago)
- Last Synced: 2025-12-25T14:57:16.220Z (6 months ago)
- Topics: bugs, cli, issue-tracker, issues, pypi
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```