NagaNithin-V
Deploy GraphForge OpenEnv — AST-parsed KG code-editing environment
7952f32
raw
history blame contribute delete
444 Bytes
"""Humanize — convert numbers, file sizes, and times to human-readable strings."""
from graphforge.sample_repos.humanize.filesize import naturalsize
from graphforge.sample_repos.humanize.number import (
apnumber,
clamp,
fractional,
intcomma,
intword,
ordinal,
scientific,
)
from graphforge.sample_repos.humanize.time import (
naturaldate,
naturalday,
naturaldelta,
naturaltime,
precisedelta,
)