Port variant | py310 |
Summary | Charset Detection, for Everyone (3.10) |
Package version | 3.2.0 |
Homepage | https://github.com/Ousret/charset_normalizer |
Keywords | python |
Maintainer | Python Automaton |
License | Not yet specified |
Other variants | v11 |
Ravenports | Buildsheet | History |
Ravensource | Port Directory | History |
Last modified | 08 JUL 2023, 03:52:45 UTC |
Port created | 15 JUL 2021, 22:32:01 UTC |
single | Charset Detection, for Everyone 👋
The Real First Universal Charset Detector 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` | 193.6 kB | 40 kB | ~200 kB | | `Supported Encoding` | 33 | 🎉 [90] | 40 |
[image][image]
*\*\* : They are clearly using specific code for a specific encoding even
if covering most of used one* |
Build (only) |
python-pip:single:py310 autoselect-python:single:standard |
Build and Runtime | python310:single:standard |
main | mirror://PYPIWHL/bf/a0/188f223c7d8b924fb9b554b9d27e0e7506fd5bf9cfb6dbacb2dfd5832b53 |
python-aiohttp:py310 | Async http client/server framework (3.10) |
python-requests:py310 | Python HTTP for Humans (3.10) |