aboutsummaryrefslogtreecommitdiff
path: root/misc/py-pyprind
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 2.9.9Dmitry Marakasov2016-09-092-5/+5
| | | | | | | | | | - While here, switch to new test framework PR: 212511 Submitted by: neel@neelc.org (maintainer) Notes: svn path=/head/; revision=421618
* Remove bogus DISTVERSIONPREFIXAntoine Brodin2016-09-041-1/+0
| | | | | | | PR: 205762 Notes: svn path=/head/; revision=421318
* [NEW] misc/py-pyprind: Python Progress Bar and Percent Indicator UtilityKubilay Kocak2016-06-304-0/+53
The PyPrind (Python Progress Indicator) module provides a progress bar and a percentage indicator object that let you track the progress of a loop structure or other iterative computation. Typical applications include the processing of large data sets to provide an intuitive estimate at runtime about the progress of the computation. WWW: https://www.github.com/rasbt/pyprind PR: 207758 Submitted by: Neel Chauhan <neel neelc org> Notes: svn path=/head/; revision=417819