{"library":"mbstrdecoder","type":"library","category":null,"description":"mbstrdecoder is a Python library designed for robust decoding of multi-byte character strings, particularly useful when dealing with unknown or potentially malformed encodings. It aims to prevent `UnicodeDecodeError` exceptions by attempting to decode using various strategies, often leveraging the `chardet` library for encoding detection. The current version is 1.1.4, and it generally follows a minor release cadence driven by Python version support and bug fixes.","language":"python","status":"active","version":"1.1.4","tags":["string","encoding","unicode","multibyte","decode","chardet"],"install":[{"cmd":"pip install mbstrdecoder","imports":["from mbstrdecoder import MultiByteStrDecoder","from mbstrdecoder import detect_file_encoding"]}],"homepage":null,"github":"https://github.com/thombashi/mbstrdecoder","docs":null,"changelog":"https://github.com/thombashi/mbstrdecoder/releases","pypi":"https://pypi.org/project/mbstrdecoder/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":50,"avg_install_s":2.5,"avg_import_s":null,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/mbstrdecoder/compatibility"},"provenance":{"verified_status":"passing","verified_at":"Tue Jun 30","last_verified":"Tue Jun 30","next_check":"Thu Jul 30","install_tag":null}}