[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 09/11] gnu: Add python-tqdm.
From: |
Hartmut Goebel |
Subject: |
Re: [PATCH 09/11] gnu: Add python-tqdm. |
Date: |
Tue, 12 Sep 2017 09:32:03 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 |
Am 11.09.2017 um 20:22 schrieb Cyril Roelandt:
> + (synopsis "Fast, Extensible Progress Meter")
I suggest: "Fast and extensible progress bar for the console"
> + (description "Make for loops show a progress bar.")
This is a bit terse (and it's not only "for" loops, AFAICT). Maybe
something like
Make loops show a progress bar on the console by just wrapping any
iterable with @code{|tqdm(iterable)|}. Offers many options to define
design and layout.
> + (license license:asl2.0)))
The LICENCE file says: MPL and MIT. Please check again.
--
Regards
Hartmut Goebel
| Hartmut Goebel | address@hidden |
| www.crazy-compilers.com | compilers which you thought are impossible |
- Re: [PATCH 06/11] gnu: Add python-nose-timer., (continued)