--- id: humanize version: "4.16.0" license: MIT license_treatment: permissive maintenance: active --- # humanize — Python humanize utilities License: permissive · Maintenance: active · Popularity: top 1,000 on PyPI ## Install pip install humanize uv add humanize poetry add humanize ## Description # humanize [![PyPI version](https://img.shields.io/pypi/v/humanize.svg?logo=pypi&logoColor=FFE873)](https://pypi.org/project/humanize/) [![Supported Python versions](https://img.shields.io/pypi/pyversions/humanize.svg?logo=python&logoColor=FFE873)](https://pypi.org/project/humanize/) [![Documentation Status](https://readthedocs.org/projects/python-humanize/badge/?version=latest)](https://humanize.readthedocs.io/en/latest/?badge=latest) [![PyPI downloads](https://img.shields.io/pypi/dm/humanize.svg)](https://pypistats.org/packages/humanize) [![GitHub Actions status](https://github.com/python-humanize/humanize/workflows/Test/badge.svg)](https://github.com/python-humanize/humanize/actions) [![codecov](https://codecov.io/gh/python-humanize/humanize/branch/main/graph/badge.svg)](https://codecov.io/gh/python-humanize/humanize) [![MIT License](https://img.shields.io/github/license/python-humanize/humanize.svg)](LICENCE) [![Tidelift](https://tidelift.com/badges/package/pypi/humanize)](https://tidelift.com/subscription/pkg/pypi-humanize?utm_source=pypi-humanize&utm_medium=badge) This modest package contains various common humanization utilities, like turning a number into a fuzzy... ## AI interpretation — verify before relying Converts numbers, dates, times, and file sizes into human-readable strings with support for 30+ locales—e.g., turning a number into '12,345' or a timedelta into '3 minutes ago'. Verdict: A mature, zero-dependency utility for formatting numbers and dates into readable strings across 30+ languages. MIT-licensed, actively maintained, and widely used (top_1000 tier). No known vulnerabilities and straightforward installation make it a reliable choice for UI and logging tasks. [View on SkillFed](https://skillfed.io/packages/humanize) · [View on PyPI](https://pypi.org/project/humanize/)