mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-12-25 12:48:03 +00:00
10 lines
310 B
Plaintext
10 lines
310 B
Plaintext
config BR2_PACKAGE_PYTHON_HUMANIZE
|
|
bool "python-humanize"
|
|
help
|
|
Python humanize package contains various common humanization
|
|
utilities, like turning a number into a fuzzy human readable
|
|
duration ('3 minutes ago') or into a human readable size or
|
|
throughput.
|
|
|
|
http://github.com/jmoiron/humanize
|