Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Latest commit

 

History

History
29 lines (19 loc) · 1.1 KB

README.md

File metadata and controls

29 lines (19 loc) · 1.1 KB

this project is feature-complete

You should migrate your repositories to GitHub or other place, where they actually value your money and fix things.

bitbucket-powertoy

A unique way of displaying all your issues across all your BitBuckets' repositories. All in one place, in a nicely sortable table. A real boost to productivity!

obrazek

demo

install & run

  • mkdir venv
  • python -m venv venv
  • (unix) source /path/to/venv/bin/activate
  • (win) venv\Scripts\Activate.ps1
  • pip install -r powertoy/requirements.txt
  • flask --debug run or python powertoy/app.py

about