文件名称:PySmile:用于编码解码SMILE格式数据的Python库(libsmile)
文件大小:316KB
文件格式:ZIP
更新时间:2024-06-14 17:54:35
Python
PySmile 编码/解码SMILE格式对象 基于: 和 安装: python setup.py clean build test && python setup.py install 或从pypi( ): pip install pysmile 用法示例: >> > import pysmile >> > o = { 'a' : 1 , 'b' : [ 2 , 3 , 4 ], 'c' : { 'd' : { 'e' : 4.20 }}} >> > b = pysmile . encode ( o ) >> > print repr ( b ) ':) \n \x03 \xfa \x80 a \xc2 \x80 c \xfa \x80 d \xfa \x80 e(fL \x19 \x04 \x04 \xfb \xfb \x80 b \xf8 \xc4 \xc6 \xc8
【文件预览】:
PySmile-master
----pysmile()
--------util.py(2KB)
--------decode.py(18KB)
--------__init__.py(275B)
--------encode.py(28KB)
--------constants.py(9KB)
----LICENSE(11KB)
----setup.py(1KB)
----README.md(679B)
----tests()
--------pysmile_tests.py(11KB)
--------__init__.py(4KB)
--------data()
----.gitignore(704B)
----README(716B)