Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

All-in-one pull request #17

Open
wants to merge 19 commits into
base: master
Choose a base branch
from
Open

All-in-one pull request #17

wants to merge 19 commits into from

Conversation

kmike
Copy link

@kmike kmike commented Apr 16, 2015

Hey @noamraph,

I've checked #9, #10 and #15 (they all look good) and merged them in a single branch. Also, I've made some other small maintenance-related improvements: Travis CI is enabled, license and Python versions info is added to setup.py, tests now run against more interpreters.

Merging #11 is not needed because it is already covered by #9. I haven't merged #4 because you said you'd like to do some DreamPie changes first. There are few other forks (without PRs), but they diverge from the 'main' source code a bit too much.

tqdm is great because it has sane defaults, easy to use API, and because its per-iteration overhead is low. I haven't found a better progress bar package. Great job! All errors I've encountered ('\n' issue, stdout vs stderr, small Python 3 issues) were fixed either in master or in pull requests.

The only problem is that it is not getting much love now - it seems you don't have time to review pull requests and do releases. This PR is my attempt to make your life a bit easier :) Please tell if I can do anything else to help.

@@ -1,7 +1,9 @@
tqdm
====

Instantly make your loops show a progress meter - just wrap any iterator with "tqdm(iterator)", and you're done!
[![Build Status](https://img.shields.io/travis/kmike/tqdm.svg?branch=all-fixes)](https://travis-ci.org/kmike/tqdm)
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

After merging this line should be changed.

  1. Sign in to https://travis-ci.org/, go to your Account settings and turn ON the switch near tqdm repo;
  2. Change this line to show a badge for the official repo:
[![Build Status](https://img.shields.io/travis/noamraph/tqdm.svg)](https://travis-ci.org/noamraph/tqdm)

@hadim
Copy link

hadim commented May 28, 2015

Nice PR !

@hadim hadim mentioned this pull request Jun 3, 2015
@CrazyPython
Copy link

@kmike Try on https://github.com/tqdm/tqdm

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants