Popular recipes tagged "humanize" but not "bytes"http://code.activestate.com/recipes/tags/humanize-bytes/2014-07-16T17:21:41-07:00ActiveState Code RecipesHuman readable output for bytes and seconds (Python)
2014-07-16T17:21:41-07:00Mike 'Fuzzy' Partinhttp://code.activestate.com/recipes/users/4179778/http://code.activestate.com/recipes/578910-human-readable-output-for-bytes-and-seconds/
<p style="color: grey">
Python
recipe 578910
by <a href="/recipes/users/4179778/">Mike 'Fuzzy' Partin</a>
(<a href="/recipes/tags/humanize/">humanize</a>).
</p>
<p>A set of simple functions to represent bytes or seconds in a human readable form.</p>