mbstrdecoder:用于多字节字符串解码器的Python库

时间:2021-05-04 15:42:42
【文件属性】:
文件名称:mbstrdecoder:用于多字节字符串解码器的Python库
文件大小:17KB
文件格式:ZIP
更新时间:2021-05-04 15:42:42
decoder python-library multi-byte-string Python mbstrdecoder 是一个用于多字节字符串解码器的Python库。 安装 从PyPI安装 pip install mbstrdecoder 从PPA安装(对于Ubuntu) sudo add-apt-repository ppa:thombashi/ppa sudo apt update sudo apt install python3-mbstrdecoder 用法 样例代码: from mbstrdecoder import MultiByteStrDecoder encoded_multibyte_text = "マルチバイト文字" . encode ( "utf-8" ) decoder = MultiByteStrDecoder ( encoded_multibyte_text ) print ( "encoded bytes: {}" . format (
【文件预览】:
mbstrdecoder-master
----.gitignore(1KB)
----requirements()
--------requirements.txt(18B)
--------test_requirements.txt(49B)
----README.rst(2KB)
----appveyor.yml(754B)
----test()
--------test_func.py(1KB)
--------test_binary_ext_checker.py(741B)
--------test_mbstrdecoder.py(3KB)
----examples()
--------mbstrdecoder_examples.ipynb(1KB)
----LICENSE(1KB)
----pylama.ini(270B)
----MANIFEST.in(198B)
----pyproject.toml(858B)
----setup.py(3KB)
----.travis()
--------install.sh(265B)
--------run_test.sh(55B)
----.travis.yml(1KB)
----tox.ini(1KB)
----Makefile(379B)
----mbstrdecoder()
--------_binary_ext_checker.py(3KB)
--------_func.py(1KB)
--------__init__.py(248B)
--------py.typed(0B)
--------__version__.py(209B)
--------_mbstrdecoder.py(8KB)

网友评论