unhashlib:Python字符串类增强

时间:2024-05-13 19:32:46
【文件属性】:

文件名称:unhashlib:Python字符串类增强

文件大小:6KB

文件格式:ZIP

更新时间:2024-05-13 19:32:46

python strings Python

Unhashlib unhashlib是Python字符串类的增强功能(mixin)。 安装 安装软件包的最简单方法是通过pip : $ pip install unhashlib 用法 from unhashlib import unhashlib s1 = unhashlib ( 'the tragicall historye of romeus and juliet' ) len ( s1 ) > 43 s1 . title () > 'The Tragicall Historye Of Romeus And Juliet' from hashlib import sha256 print ( s1 . get_algorithm ( sha256 ( s1 . encode ( 'utf-8' )). hexdigest ())) > 'sha256' print ( s1


【文件预览】:
unhashlib-master
----MANIFEST.in(19B)
----README.rst(818B)
----LICENSE.txt(1KB)
----setup.cfg(40B)
----setup.py(672B)
----unhashlib()
--------__init__.py(72B)
--------unhashlib.py(3KB)
--------tests()
----.gitignore(1KB)

网友评论