python-charset-normalizer
Port variant v11
Summary Charset Detection, for Everyone (3.11)
Package version 3.3.2
Homepage https://github.com/Ousret/charset_normalizer
Keywords python
Maintainer Python Automaton
License Not yet specified
Other variants v12
Ravenports Buildsheet | History
Ravensource Port Directory | History
Last modified 01 NOV 2023, 15:23:41 UTC
Port created 15 JUL 2021, 22:32:01 UTC
Subpackage Descriptions
single

Charset Detection, for Everyone 👋

The Real First Universal Charset Detector
[image] [image] [image]

Featured Packages
[image] [image]

In other language (unofficial port - by the community)
[image]

> A library that helps you read text from an unknown charset encoding.
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
Configuration Switches (platform-specific settings discarded)
PY311 ON Build using Python 3.11 PY312 OFF Build using Python 3.12
Package Dependencies by Type
Build (only) python-pip:single:v11
autoselect-python:single:standard
Build and Runtime python311:single:standard
Download groups
main mirror://PYPIWHL/28/76/e6222113b83e3622caa4bb41032d0b1bf785250607392e1b778aca0b8a7d
Distribution File Information
3e4d1f6587322d2788836a99c69062fbb091331ec940e02d12d179c1d53e25fc 48543 charset_normalizer-3.3.2-py3-none-any.whl
Ports that require python-charset-normalizer:v11
python-requests:v11 Python HTTP for Humans (3.11)