python-progressbar icon indicating copy to clipboard operation
python-progressbar copied to clipboard

Text progress bar library for Python

Results 42 python-progressbar issues
Sort by recently updated
recently updated
newest added

``` Hello, it would be really nice to have the Changelog.yaml in the released tarballs, so that us packagers (in particular for Debian) can include that file in the packages...

Priority-Medium
Type-Defect
auto-migrated

``` How can I update current progress bar without progress bar being printed into a new line every time? I've read about ProgressBarWidgetHFill. How can I use this widget? I...

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1. Install the latest version of euca2ools 3.0.0 available here: https://github.com/eucalyptus/euca2ools/tree/requestbuilder 2. Use the euca-bundle-vol tool (which uses progressbar) 3. Attempt to resize...

Priority-Medium
Type-Defect
auto-migrated

``` >>> p = progressbar.ProgressBar() >>> for x in p([]): pass AttributeError: next_update ``` Original issue reported on code.google.com by `[email protected]` on 20 Feb 2013 at 7:14

Priority-Medium
Type-Defect
auto-migrated

``` Made some changes to support running from an ipython qtconsole (requires the \r to be at the beginning of the line and the stream to be flushed). Also added...

Priority-Medium
auto-migrated
Type-Enhancement

``` I have implemented a feature allowing ProgressBar to hold a dictionary of 'attributes' that can be updated when calling ProgressBar.update. These attributes can then be accessed from within widgets...

Priority-Medium
auto-migrated
Type-Enhancement

``` Hello, if you're maxvalues is big, updates in the progress bar happen only at "discrete" interval, so when we reach 1%, 2%, and so on. I noticed this issue...

Priority-Medium
Type-Defect
auto-migrated

``` https://github.com/olivierverdier/python-progressbar ``` Original issue reported on code.google.com by `[email protected]` on 8 Aug 2011 at 3:30

Priority-Medium
Type-Defect
auto-migrated

``` Instead of: [///////////////////// ] [--------------------- ] It would be nice if it was more like: [||||||||||||||||||||/ ] [||||||||||||||||||||- ] Where it would update the "current marker" to show "sub...

Priority-Medium
Type-Defect
auto-migrated

``` Hi, The library uses the wrong terminal width on windows so here is some code for finding it: def get_windows_term_width(): from ctypes import windll, create_string_buffer h = windll.kernel32.GetStdHandle(-12) csbi...

Priority-Medium
auto-migrated
Type-Enhancement