grimen / python-humanizer

A human/developer friendly value humanizer - for Python.

Home Page:https://pypi.org/project/humanizer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A human/developer friendly value humanizer - for Python.

https://pypi.org/project/humanizer

License:MIT License


Languages

Language:Python 95.2%Language:Makefile 4.8%