Update README.md
This commit is contained in:
parent
f4089bfe60
commit
7b34982745
@ -75,6 +75,7 @@ display - automaticly display the to string with each iteration
|
||||
bar_format - string which dictates how things are displayed ex "{elapesed} - {eta}" could look like: 00:00 - 00:10. See the statistics portion to see what can be displayed
|
||||
|
||||
**Available Statistics**
|
||||
|
||||
elapsed - running time of iterator. displayed as: mm:ss
|
||||
|
||||
percentage - percentage of completion. displayed as: 100%
|
||||
@ -85,9 +86,10 @@ fraction - current / end. displayed as: [100/100]
|
||||
|
||||
rate - iterations per second. displayed as: 2.00/s (unit can be changed, see units attribute)
|
||||
|
||||
eat - estimated time until completion. displayed as: mm:ss
|
||||
eta - estimated time until completion. displayed as: mm:ss
|
||||
|
||||
**Methods**
|
||||
|
||||
elapsed(self) - running time of iterator
|
||||
|
||||
estimated_time(self) - estimated time until iterator completes
|
||||
@ -101,4 +103,5 @@ per_second - calculates the rate or speed of iterations per second
|
||||
percentage - floating point of completion
|
||||
|
||||
### Bug Reporting
|
||||
|
||||
Please submit bugs to the github [issue tracker](https://github.com/zaktimson/progressbar/issues)
|
||||
|
Loading…
x
Reference in New Issue
Block a user