1config BR2_PACKAGE_PYTHON_HUMANIZE
2	bool "python-humanize"
3	help
4	  Python humanize package contains various common humanization
5	  utilities, like turning a number into a fuzzy human readable
6	  duration ('3 minutes ago') or into a human readable size or
7	  throughput.
8
9	  http://github.com/jmoiron/humanize
10