From 7b34982745c8aa53543e4d67c78ca243a24761b6 Mon Sep 17 00:00:00 2001 From: Zakary Timson Date: Mon, 31 Jul 2017 17:50:49 -0400 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fa276c6..4287c83 100644 --- a/README.md +++ b/README.md @@ -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)