mirror of https://github.com/mahmoud/boltons.git
45 lines
540 B
ReStructuredText
45 lines
540 B
ReStructuredText
TODO
|
|
====
|
|
|
|
iterutils
|
|
---------
|
|
|
|
- range() for floats
|
|
|
|
timeutils
|
|
---------
|
|
|
|
- parse an ISO8601 timestamp
|
|
- super basic timezones (like the ones in the docs)
|
|
|
|
strutils
|
|
--------
|
|
|
|
- TBD
|
|
|
|
misc?
|
|
-----
|
|
|
|
- disable/restore signal context manager
|
|
- disable/restore gc context manager
|
|
|
|
cliutils
|
|
--------
|
|
|
|
- progress bar
|
|
|
|
tbutils
|
|
-------
|
|
|
|
- traceback parser
|
|
- fold repeated frames (recursive calls)
|
|
- handle wrapped exceptions?
|
|
- fix linecache for realz.
|
|
|
|
statsutils
|
|
----------
|
|
|
|
- accummulators
|
|
- percentiles
|
|
- geometric mean (2 ** sum(log(a, b, ...))
|