文件名称:humanreadable:人工可读的Python库,可将人工可读的值转换为不同的单位
文件大小:19KB
文件格式:ZIP
更新时间:2024-05-24 09:06:52
converter python-library text-processing human-readable Python
可读的 人工可读的是一个Python库,用于将人工可读的值转换为其他单位。 支持的单位 时间(天,小时,分钟,秒等) 每秒位数 用法 基本用法 样例代码: import humanreadable as hr print ( " \n [Examples: humanreadable.Time]" ) value = "120 sec" print ( "'{}' to msecs -> {}" . format ( value , hr . Time ( value ). milliseconds )) print ( "'{}' to minutes -> {}" . format ( value , hr . Time ( value ). minutes )) print ( " \n [Examples: humanreadable.BitPerSecond]"
【文件预览】:
humanreadable-master
----MANIFEST.in(179B)
----.travis.yml(2KB)
----README.rst(5KB)
----pyproject.toml(829B)
----test()
--------test_time.py(5KB)
--------test_persec.py(9KB)
----tox.ini(1KB)
----LICENSE(1KB)
----appveyor.yml(846B)
----pylama.ini(373B)
----requirements()
--------test_requirements.txt(32B)
--------requirements.txt(17B)
----examples()
--------humanreadable_examples.ipynb(6KB)
----setup.py(2KB)
----.gitignore(1KB)
----.travis()
--------install.sh(243B)
----Makefile(363B)
----humanreadable()
--------_base.py(3KB)
--------_persec.py(7KB)
--------_time.py(6KB)
--------__init__.py(199B)
--------__version__.py(209B)
--------error.py(1KB)