jeffwidman / bitbucket-issue-migration

A small script for migrating repo issues from Bitbucket to GitHub
GNU General Public License v3.0
316 stars 95 forks source link

Add tqdm package for making an progress meter #40

Closed jeffwidman closed 8 years ago

jeffwidman commented 8 years ago

https://github.com/tqdm/tqdm

Should use to track how far we are in issue migration.

Ideally this is an optional import so if the user doesn't have it, we gracefully degrade to not counting progress.

jeffwidman commented 8 years ago

I tried this, the visual eye candy wasn't impressive enough to be worth adding as a dependancy