文件名称:pyhipku:将任何IP地址编码为hai句,既有趣又可爱。 现在就试试
文件大小:12KB
文件格式:ZIP
更新时间:2024-06-09 00:23:46
Python
PyHipku 一个很小的python库,用于编码称为haiku的IPv6和IPv4。 这是 (javascript)的python端口。 安装 $ pip install pyhipku 用法 将IP地址编码为haiku >>> from pyhipku import encode >>> print(encode('127.0.0.1')) The hungry white ape aches in the ancient canyon. Autumn colors crunch. 将haiku解码为IP地址 >>> from pyhipku import decode >>> decode('The hungry white ape\naches in the ancient canyon.\nAutumn colors crunch.\n') '127.0.0.1' 运行
【文件预览】:
pyhipku-master
----.gitignore(864B)
----README.md(1KB)
----LICENSE(1KB)
----ChangeLog(316B)
----pyhipku()
--------decode.py(3KB)
--------test()
--------dictionary.py(12KB)
--------__init__.py(452B)
--------encode.py(6KB)
----MANIFEST.in(68B)
----setup.py(1KB)
----.travis.yml(252B)