Port variant | v12 |
Summary | Charset Detection, for Everyone (3.12) |
BROKEN | |
Package version | 3.4.0 |
Homepage | https://github.com/Ousret/charset_normalizer |
Keywords | python |
Maintainer | Python Automaton |
License | Not yet specified |
Other variants | v13 |
Ravenports | Buildsheet | History |
Ravensource | Port Directory | History |
Last modified | 11 NOV 2024, 23:28:05 UTC |
Port created | 15 JUL 2021, 22:32:01 UTC |
single | Charset Detection, for Everyone 👋
The Real First Universal Charset Detector
Featured Packages
In other language (unofficial port - by the
community) Motivated by `chardet`, > I'm trying to resolve the issue by taking a new approach. > All IANA character set names for which the Python core library provides codecs are supported. >>>>> 👉 Try Me Online Now, Then Adopt Me 👈 <<<<< This project offers you an alternative to **Universal Charset Encoding Detector**, also known as **Chardet**. | Feature | [Chardet] | Charset Normalizer | [cChardet] | |--------------------------------------------------|:---------------------------------------------:|:--------------------------------------------------------------------------------------------------:|:-----------------------------------------------:| | `Fast` | ❌ | ✅ | ✅ | | `Universal**` | ❌ | ✅ | ❌ | | `Reliable` **without** distinguishable standards | ❌ | ✅ | ✅ | | `Reliable` **with** distinguishable standards | ✅ | ✅ | ✅ | | `License` | LGPL-2.1_restrictive_ | MIT | MPL-1.1 _restrictive_ | | `Native Python` | ✅ | ✅ | ❌ | | `Detect spoken language` | ❌ | ✅ | N/A | | `UnicodeDecodeError Safety` | ❌ | ✅ | ❌ | | `Whl Size (min)` | 193.6 kB | 42 kB | ~200 kB | | `Supported Encoding` | 33 | 🎉 [99] | 40 | [image][image] *\*\* : They are clearly using specific code for a specific encoding even if covering most of used one*Did you got there because of the logs? See [https://charset-normalizer.readthedocs.io/en/latest/user/miscellaneous.html] ## ⚡ Performance This package offer better performance than its counterpart Chardet. Here |
Build (only) |
python312:dev:std python-pip:single:v12 autoselect-python:single:std |
Build and Runtime | python312:primary:std |
main | mirror://PYPIWHL/bf/9b/08c0432272d77b04803958a4598a51e2a4b51c06640af8b8f0f908c18bf2 |
python-requests:v12 | Python HTTP for Humans (3.12) |