humanize:python人性化功能

时间:2024-05-17 08:08:34
【文件属性】:

文件名称:humanize:python人性化功能

文件大小:69KB

文件格式:ZIP

更新时间:2024-05-17 08:08:34

Python

人性化 这个适度的软件包包含各种常见的人性化实用程序,例如将数字转换为模糊的人类可读持续时间(“ 3分钟前”)或转换为人类可读的大小或吞吐量。 它被本地化为: 巴西葡萄牙语 加泰罗尼亚语 荷兰语 欧洲葡萄牙语 芬兰 法语 德语 印度尼西亚 义大利文 日本人 韩国人 波斯语 抛光 俄语 简体中文 斯洛伐克文 西班牙语 土耳其 乌克兰 越南文 API参考 用法 整数人性化 >>> import humanize >>> humanize.intcomma( 12345 ) '12,345' >>> humanize.intword( 123455913 ) '123.5 million' >>> humanize.intword( 12345591313 ) '12.3 billion' >>> humanize.apnumber( 4 ) 'four' >>> humanize.apnu


【文件预览】:
humanize-master
----MANIFEST.in(43B)
----.readthedocs.yml(30B)
----pyproject.toml(220B)
----docs()
--------filesize.md(34B)
--------number.md(30B)
--------requirements.txt(41B)
--------time.md(26B)
--------i18n.md(42B)
--------index.md(220B)
----RELEASING.md(2KB)
----LICENCE(1KB)
----.github()
--------labels.yml(2KB)
--------FUNDING.md(26B)
--------PULL_REQUEST_TEMPLATE.md(58B)
--------ISSUE_TEMPLATE.md(442B)
--------release-drafter.yml(811B)
--------SECURITY.md(144B)
--------workflows()
--------CONTRIBUTING.md(506B)
----mkdocs.yml(341B)
----tests()
--------test_number.py(5KB)
--------test_filesize.py(1KB)
--------test_i18n.py(3KB)
--------__init__.py(0B)
--------test_time.py(23KB)
----tox.ini(462B)
----src()
--------humanize()
----setup.cfg(2KB)
----setup.py(38B)
----.gitignore(117B)
----README.md(6KB)
----scripts()
--------update-translations.sh(516B)
--------generate-translation-binaries.sh(204B)
----.pre-commit-config.yaml(1KB)

网友评论