boltons/TODO.rst

36 lines
389 B
ReStructuredText
Raw Normal View History

2013-03-09 10:19:46 +00:00
TODO
====
iterutils
---------
- range() for floats
2013-04-13 02:08:01 +00:00
timeutils
---------
- parse an ISO8601 timestamp
misc?
-----
2015-02-22 03:58:03 +00:00
- Tracking proxy. An object that always succeeds for all operations, saving the call history.
2013-04-23 09:24:37 +00:00
cliutils
--------
2013-04-13 02:08:01 +00:00
- progress bar
2013-04-23 09:24:37 +00:00
tbutils
-------
- fold repeated frames (recursive calls)
2013-04-13 02:08:01 +00:00
statsutils
----------
2013-03-09 10:19:46 +00:00
2013-04-13 02:08:01 +00:00
- percentiles
2013-04-23 09:24:37 +00:00
- geometric mean (2 ** sum(log(a, b, ...))