Skip to content

grimen/python-humanizer

Repository files navigation

humanizer PyPI version Build Status Coverage Status

A developer friendly data/value humanizer for debugging/logging - for Python.

Introduction

TODO

Install

Install using pip:

$ pip install humanizer

Use

Very basic example:

from humanizer import bytesize, duration

# TODO: add example

Test

Clone down source code:

$ make install

Run colorful tests, with only native environment (dependency sandboxing up to you):

$ make test

Run less colorful tests, with multi-environment (using tox):

$ make test-tox

About

This 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.

License

Released under the MIT license.

Releases

No releases published

Packages

 
 
 

Contributors