A developer friendly data/value humanizer for debugging/logging - for Python.
TODO
Install using pip:
$ pip install humanizerVery basic example:
from humanizer import bytesize, duration
# TODO: add exampleClone down source code:
$ make installRun colorful tests, with only native environment (dependency sandboxing up to you):
$ make testRun less colorful tests, with multi-environment (using tox):
$ make test-toxThis project was mainly initiated - in lack of solid existing alternatives - to be used at our work at Markable.ai to have common code conventions between various programming environments where Python (research, CV, AI) is heavily used.
Released under the MIT license.