Skip to main content

No project description provided

Project description

chardetng_py

PyPI Status Python Version License

Read the documentation at https://chardetng-py.readthedocs.io/ Tests

pre-commit Black

Features

Python binding for the chardetng character encoding detector.

Documentation

Documentation for the latest release can be found on Read the Docs.

Platform and Architecture Support

Compatability is a feature of chardetng_py. The goal is to support as many platforms and architectures as possible.

chardetng_py supports Python 3.8, 3.9, 3.10, 3.11, and 3.12 on Linux, macOS 10.7, macOS 11.0, and Windows. Additionally, PyPy versions 3.8, 3.9, and 3.10 are supported on Linux.

The x86, x86_64, s390x, ARMv7l, and AArch64 architectures are supported on Linux for both cPython and PyPy. The AArch64 and x86_64 architectures are supported on macOS. The x86_64 architecture is supported on Windows.

In short, if you can install Python 3.8, you should be able to install chardetng_py.

If there is a platform or architecture that you would like to see supported, please file an issue.

This support is largely due to the wonderful maturin project.

Installation

You can install chardetng_py via pip from PyPI:

$ pip install chardetng-py

Or via poetry:

$ poetry add chardetng-py

Quick Start

The easiest way to get started is to use the :meth:detect method.

>>> from chardetng_py import detect
>>> detect(b'Jakby r\xeaka Boga')
'windows-1254'

There is also a detect method available for compatability with chardet, but it will always report None for the language. The confidence value will either be 0.99 or 0.01 depending on whether chardetng returns a "high" or "low" confidence boolean.

>>> from chardetng_py.compat import detect
>>> detect(b'Jakby r\xeaka Boga')
{'encoding': 'windows-1254', 'confidence': 0.99, 'language': None}

Contributing

Contributions are very welcome. To learn more, see the Contributor Guide.

License

Distributed under the terms of the MIT license, chardetng_py is free and open source software.

Issues

If you encounter any problems, please file an issue along with a detailed description.

Credits

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

chardetng_py-0.3.4.tar.gz (23.1 kB view details)

Uploaded Source

Built Distributions

chardetng_py-0.3.4-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (579.8 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

chardetng_py-0.3.4-pp311-pypy311_pp73-musllinux_1_2_i686.whl (605.5 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

chardetng_py-0.3.4-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl (672.7 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

chardetng_py-0.3.4-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (576.8 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

chardetng_py-0.3.4-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (408.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

chardetng_py-0.3.4-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (449.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

chardetng_py-0.3.4-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (436.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

chardetng_py-0.3.4-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (408.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

chardetng_py-0.3.4-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (395.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

chardetng_py-0.3.4-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl (425.4 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

chardetng_py-0.3.4-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (579.9 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

chardetng_py-0.3.4-pp310-pypy310_pp73-musllinux_1_2_i686.whl (605.4 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

chardetng_py-0.3.4-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (672.6 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

chardetng_py-0.3.4-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (576.8 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

chardetng_py-0.3.4-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (408.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

chardetng_py-0.3.4-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (449.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

chardetng_py-0.3.4-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (436.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

chardetng_py-0.3.4-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (409.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

chardetng_py-0.3.4-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (395.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

chardetng_py-0.3.4-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl (425.3 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

chardetng_py-0.3.4-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (580.1 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

chardetng_py-0.3.4-pp39-pypy39_pp73-musllinux_1_2_i686.whl (605.7 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

chardetng_py-0.3.4-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl (672.8 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

chardetng_py-0.3.4-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (577.0 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

chardetng_py-0.3.4-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (448.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

chardetng_py-0.3.4-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (436.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

chardetng_py-0.3.4-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (408.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

chardetng_py-0.3.4-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (395.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

chardetng_py-0.3.4-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (405.1 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

chardetng_py-0.3.4-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl (422.5 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.5+ i686

chardetng_py-0.3.4-cp313-cp313t-musllinux_1_2_x86_64.whl (576.9 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

chardetng_py-0.3.4-cp313-cp313t-musllinux_1_2_i686.whl (601.7 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

chardetng_py-0.3.4-cp313-cp313t-musllinux_1_2_armv7l.whl (669.2 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

chardetng_py-0.3.4-cp313-cp313t-musllinux_1_2_aarch64.whl (572.9 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

chardetng_py-0.3.4-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (446.2 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

chardetng_py-0.3.4-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (431.9 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

chardetng_py-0.3.4-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (405.8 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

chardetng_py-0.3.4-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (392.2 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

chardetng_py-0.3.4-cp313-cp313-win_amd64.whl (312.3 kB view details)

Uploaded CPython 3.13Windows x86-64

chardetng_py-0.3.4-cp313-cp313-win32.whl (306.6 kB view details)

Uploaded CPython 3.13Windows x86

chardetng_py-0.3.4-cp313-cp313-musllinux_1_2_x86_64.whl (576.8 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

chardetng_py-0.3.4-cp313-cp313-musllinux_1_2_i686.whl (602.4 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

chardetng_py-0.3.4-cp313-cp313-musllinux_1_2_armv7l.whl (670.0 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

chardetng_py-0.3.4-cp313-cp313-musllinux_1_2_aarch64.whl (574.0 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

chardetng_py-0.3.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (405.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

chardetng_py-0.3.4-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (447.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

chardetng_py-0.3.4-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (432.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

chardetng_py-0.3.4-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (406.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

chardetng_py-0.3.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (393.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

chardetng_py-0.3.4-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (422.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

chardetng_py-0.3.4-cp313-cp313-macosx_11_0_arm64.whl (379.1 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

chardetng_py-0.3.4-cp313-cp313-macosx_10_12_x86_64.whl (391.3 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

chardetng_py-0.3.4-cp312-cp312-win_amd64.whl (312.7 kB view details)

Uploaded CPython 3.12Windows x86-64

chardetng_py-0.3.4-cp312-cp312-win32.whl (306.9 kB view details)

Uploaded CPython 3.12Windows x86

chardetng_py-0.3.4-cp312-cp312-musllinux_1_2_x86_64.whl (577.4 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

chardetng_py-0.3.4-cp312-cp312-musllinux_1_2_i686.whl (602.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

chardetng_py-0.3.4-cp312-cp312-musllinux_1_2_armv7l.whl (670.6 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

chardetng_py-0.3.4-cp312-cp312-musllinux_1_2_aarch64.whl (574.3 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

chardetng_py-0.3.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (405.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

chardetng_py-0.3.4-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (447.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

chardetng_py-0.3.4-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (433.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

chardetng_py-0.3.4-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (407.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

chardetng_py-0.3.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (393.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

chardetng_py-0.3.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (422.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

chardetng_py-0.3.4-cp312-cp312-macosx_11_0_arm64.whl (379.2 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

chardetng_py-0.3.4-cp312-cp312-macosx_10_12_x86_64.whl (391.6 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

chardetng_py-0.3.4-cp311-cp311-win_amd64.whl (312.3 kB view details)

Uploaded CPython 3.11Windows x86-64

chardetng_py-0.3.4-cp311-cp311-win32.whl (306.0 kB view details)

Uploaded CPython 3.11Windows x86

chardetng_py-0.3.4-cp311-cp311-musllinux_1_2_x86_64.whl (579.3 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

chardetng_py-0.3.4-cp311-cp311-musllinux_1_2_i686.whl (604.7 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

chardetng_py-0.3.4-cp311-cp311-musllinux_1_2_armv7l.whl (672.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

chardetng_py-0.3.4-cp311-cp311-musllinux_1_2_aarch64.whl (576.3 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

chardetng_py-0.3.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (407.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

chardetng_py-0.3.4-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (449.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

chardetng_py-0.3.4-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (436.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

chardetng_py-0.3.4-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (408.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

chardetng_py-0.3.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (395.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

chardetng_py-0.3.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (424.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

chardetng_py-0.3.4-cp311-cp311-macosx_11_0_arm64.whl (381.3 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

chardetng_py-0.3.4-cp311-cp311-macosx_10_12_x86_64.whl (393.6 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

chardetng_py-0.3.4-cp310-cp310-win_amd64.whl (312.3 kB view details)

Uploaded CPython 3.10Windows x86-64

chardetng_py-0.3.4-cp310-cp310-win32.whl (306.1 kB view details)

Uploaded CPython 3.10Windows x86

chardetng_py-0.3.4-cp310-cp310-musllinux_1_2_x86_64.whl (579.4 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

chardetng_py-0.3.4-cp310-cp310-musllinux_1_2_i686.whl (604.5 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

chardetng_py-0.3.4-cp310-cp310-musllinux_1_2_armv7l.whl (671.9 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

chardetng_py-0.3.4-cp310-cp310-musllinux_1_2_aarch64.whl (576.3 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

chardetng_py-0.3.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (407.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

chardetng_py-0.3.4-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (449.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

chardetng_py-0.3.4-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (436.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

chardetng_py-0.3.4-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (408.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

chardetng_py-0.3.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (395.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

chardetng_py-0.3.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (424.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

chardetng_py-0.3.4-cp39-cp39-win_amd64.whl (312.9 kB view details)

Uploaded CPython 3.9Windows x86-64

chardetng_py-0.3.4-cp39-cp39-win32.whl (306.8 kB view details)

Uploaded CPython 3.9Windows x86

chardetng_py-0.3.4-cp39-cp39-musllinux_1_2_x86_64.whl (579.9 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

chardetng_py-0.3.4-cp39-cp39-musllinux_1_2_i686.whl (605.1 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

chardetng_py-0.3.4-cp39-cp39-musllinux_1_2_armv7l.whl (672.6 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

chardetng_py-0.3.4-cp39-cp39-musllinux_1_2_aarch64.whl (576.9 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

chardetng_py-0.3.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (408.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

chardetng_py-0.3.4-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (448.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

chardetng_py-0.3.4-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (436.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

chardetng_py-0.3.4-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (409.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

chardetng_py-0.3.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (396.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

chardetng_py-0.3.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (425.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

chardetng_py-0.3.4-cp38-cp38-win_amd64.whl (313.2 kB view details)

Uploaded CPython 3.8Windows x86-64

chardetng_py-0.3.4-cp38-cp38-win32.whl (306.9 kB view details)

Uploaded CPython 3.8Windows x86

chardetng_py-0.3.4-cp38-cp38-musllinux_1_2_x86_64.whl (580.2 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

chardetng_py-0.3.4-cp38-cp38-musllinux_1_2_i686.whl (605.2 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

chardetng_py-0.3.4-cp38-cp38-musllinux_1_2_armv7l.whl (671.9 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARMv7l

chardetng_py-0.3.4-cp38-cp38-musllinux_1_2_aarch64.whl (577.1 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

chardetng_py-0.3.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (408.6 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

chardetng_py-0.3.4-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (449.0 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

chardetng_py-0.3.4-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (436.5 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

chardetng_py-0.3.4-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (408.4 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

chardetng_py-0.3.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (396.2 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

chardetng_py-0.3.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (425.4 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.5+ i686

File details

Details for the file chardetng_py-0.3.4.tar.gz.

File metadata

  • Download URL: chardetng_py-0.3.4.tar.gz
  • Upload date:
  • Size: 23.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.6

File hashes

Hashes for chardetng_py-0.3.4.tar.gz
Algorithm Hash digest
SHA256 75297a651c96f6e4a6259894309087da79ec6ea438805b434628e53d6316318f
MD5 ce726edba7f8fac09e261f77fa12d885
BLAKE2b-256 a8f746fa567479d9d1ce2e12e1c00e7ab957b2dbeaa70415214730b5121e0e5b

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 901107db9098ddc269994855851b4281be769f78544dc112678fe13f6e0e1ad8
MD5 cb24818ce99ccf496d0a5e5b1f2bf201
BLAKE2b-256 f98f709dc2ba5ed8ecf6cd858b31adcb5c0c0e2dbd49235181fd6bf80766a521

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-pp311-pypy311_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d9ff3c8692a372a5ccf443be51cb58af87b0b6d077fb5d9b73dad88e3ac40403
MD5 2d3fdd85311ccdc14ceb00f3aa7fde47
BLAKE2b-256 a6d519b8e6ad42c2287baf952f7f31e5f0053cc47862ab1314101e5aef8c303f

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 b909ef2514713766693af116b29fa273c2c9e00f7ab7fd5006f04b5d80f0d3ad
MD5 bec2db56095e4e98d4f05cab18b6615e
BLAKE2b-256 de59794818f03e30fb61cf83bb07886fb8df6e60e75ff9109b0e574d379c1b7a

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a505c97a8923a552cd0cbf253aef958670a41b8b5795df4d88017f31da323a74
MD5 e6bc3a42566a469f073569e600ca8a24
BLAKE2b-256 a42eaf54e41eea51b05ca69b6f0699f3127be87b2fa5b2d0a8524571fdef6741

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e293c912d559b8a286c4b1277950cef6132121801f64825dc21795c6957e90e7
MD5 c710a6b228cfa20af991440bbeb45e93
BLAKE2b-256 b637258cef8eaa35d9e3cc5c1c06d91fca3767d135ab985bad29dd96593a4dca

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 523246f7200abbd4870a02e72ef4664ab09afe5d0b985d1bb3fdf0bfc3e8d29a
MD5 e976daaa4821f378b03f107b194bfbe2
BLAKE2b-256 02c31d2a81ea2a54efbb0962f7a34f88fb761943aba5fa8cc4824a5bfb65b8ef

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e3fd95e3f6c394b25b40e349e28fa097e73be9dfe8bfe0271930184e6520a026
MD5 96efd8e98e410563d03d70914c9ab50f
BLAKE2b-256 2f205df74cf615fe4d0a3b14ce5a14d05813e0fd6b605555f9ebab43dbbcefd8

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c1a5a49b363d9b28db46f3f14083b301ab7563534c7a854d815c6c102b54b98e
MD5 3c2f08a01da6bf60ec4b09d0045f2745
BLAKE2b-256 66df42f9b8f37d5270c38f6cb76dea7d12e61dbd9acbe22b5afe10f9f209cf5e

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 146e02f2cf14ef3069a852540d614e541c29dc1f8fb317e11f357c6e5fde8f20
MD5 ff396e1de46c28a88b7c374933569230
BLAKE2b-256 2b7ed7130239d2df49952a9677601c65a55c67295d228cef8519ff7af8dda08a

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 0e9d7b6673a0b65b1b2e42413fd02531b05bb4664b8a5c88093b15aa96facbd9
MD5 595d4aa7f28f64ccce1bd48870b45309
BLAKE2b-256 ec76e5a4dad8e01c0e9e69882beb3a45fdc500e72a07068d2d3f36065a41aaf0

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2aaa473b8729a08b5434722714c37d5b48d736f0a0f49dd505e3a61aad4524e3
MD5 003b8a9f8b5e3b9a47627b5d6c0663ef
BLAKE2b-256 f46771b2b6d98009bf714af6dbfac5b3de5f02d437fdc074c0e5a7509b9ee15a

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-pp310-pypy310_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ad333309a8a36cebfdc35c4fdf72bb6eb22d36f78ec2e359b8ef49d6ad74701d
MD5 03cd029af0dd6204dfcd3bc9c56466a1
BLAKE2b-256 9b86923e49a3a1964db77847b3defbb96de76c71141d1c9913178ba77be20484

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 2259a3d8f4ceb54e09a32cae9776bde13ddce104c5492bbc548daafec4625014
MD5 8b822c67fefb1fe56a93205da1aaf8f9
BLAKE2b-256 19d3aa9e347a0a4d4b2cc1fa20ed0c068dacf7bf92de6df88748dd7384831a16

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 341b7fd24ac01abc3d73583987637c5666ae72c513930a0a082eee1e0785d6c5
MD5 35b6469e01cc52fce7b4ffdc0cdf8f29
BLAKE2b-256 fdc7e84663da0dc0dfc51aac04c33daf12eaf2a169eac75962abf0f058863872

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 41c6f9f6ec4addad45b83cb65396afcd0810ae183102db55ac8fa2a7bae7edfd
MD5 265da227ad9871c8633ac2e0e5c8f113
BLAKE2b-256 bf0446f2a6694e707b72960018f3df4e9ffa67f23e633e014bedab321ed8dc7f

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0ed1dd1dea56532a0434fc949dc9d11d6a58a73ed66aa0282792bba72faf49c9
MD5 27c8c6c2ef0ea90fe60618e60889080d
BLAKE2b-256 8c27e585316de1b01cd44d300bb32711933c5e089c048e6c539950663f736fb4

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 558efa024647cb7bf382064ffde4c4ddd273c88d47e38bb4835214f9520f497f
MD5 470d6829455e8ecb877e52ce6d3c00d3
BLAKE2b-256 f819dc04827ebf757786e4b6c69e0928f1f338c76efe00305a3442c3cf93b6de

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9d8119174d61b38078d551651f5f4310f36666247c701e1de0f21abdbc0812ca
MD5 ea099333f35a6fe63c932363d7ddfeca
BLAKE2b-256 7ed35499a394d27241687950da46d42434dea78d124e8c6bc0fed54787b138db

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a71eb8b89912cc5f08430bd82317c1e62f167576f9ff8371ef7d55cbc93d3853
MD5 fa7fcb41e6ffc2735b7bb5a517b05ac2
BLAKE2b-256 f456dbd52ca7d252ff345701567c4c3eb9a6f70e77d064308148958159d6ec3c

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 a4eb092920c7182817ee0e19cc8fbc56913adeb93056f7163e86c09c1795dcec
MD5 11ee9939e9c838c11aa95800aebd395c
BLAKE2b-256 5c7efcbde3dc9ab7c351ecc2d5a7a9fdc598a573c3f2fb82e03ef91abb3227eb

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e80870fcd611c60bb539ea8882a1780dddb2aadb94b3660f045852f153b5e49a
MD5 fe6f9def931b6f8a25d8a321fc9e489c
BLAKE2b-256 0b3ec6258623793f881cc23e225bf088a29bb6771f5065bec4dddd0ea26f24b8

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-pp39-pypy39_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1efcdd71d782d7065058bf83ecb7ab23414983a9ba3b8ee3c85384460a4606fb
MD5 2c178722376498e6de05d3bd453c33e6
BLAKE2b-256 171664bb544615390d2fc5f9f1267e6ad3fdf6983928fd83874dfa0ee7566e45

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 1c0982abb08c7200fb8b021a83bc0d79e932da2734197ce177b33610300240d7
MD5 ebb1b9ec838f9362d6a59ca7069198f1
BLAKE2b-256 72ae7801d135250bde64617a1f6b9a5b69f2da0465968e3ce41bd0b2b67ccb33

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c41f58b7a22c31d09372f1de9680800a3bab7a4fbb0298ffb98735bd20832d91
MD5 e78cfa8365c16a6bf8e9c8ca498638b2
BLAKE2b-256 356167b394a8411f0ce2292c10a97a80ac0c33daf4bae9fd465639b00df88c5d

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3c942ad53b0672a63d1a7f6de81a5c25d3d4bb213e35232d0e3d382efad5b5a3
MD5 8d3c515dc06eedd3b2ea8752cd306250
BLAKE2b-256 ad07aac2824c2851742007d239fe951215348457fd883dd79c937f11b412ef3c

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 24de05330a8211933e979f292b3b08924601d245a24f276574a380b44eae2e92
MD5 8c66260e8f39544293ec6ac2f64c87e0
BLAKE2b-256 15d84a1bdb01180a5edaaf9363303c6169423b3b1e9f7d5e92c3b43426a97029

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5411e8f2a115b49fd2900ca1d7fb260bb2f8a770d32521de451ba01bad5b818d
MD5 9c2fb82aa3a9c4dc0ac690d605a0bc35
BLAKE2b-256 bd89e7f96274cca60ba706a5dc432a99b55fa6375d4cfbebbc1ecd2cfa5fbf69

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 248f2c0ed29a2edf2e18ccb99dec662812b7666e18329b6b46aaea901d2b2c1f
MD5 78d7e44634ea297677f06a85191b472f
BLAKE2b-256 4b262febc95c2f3603f02f453202b954fc997761f8cb4b9f9505dc7e105006d9

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f51d1463739e52cc7b8c9be4d136fac9f23bf6b2c7110f5bac081c8620109feb
MD5 e6f91f48b85c8f13a9f4290ea163586b
BLAKE2b-256 2d24e7ba0723ea4ce0e6e2bac4408e89279e8cd3349e950bc15edcf6a80982cf

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 302cd05dcfce4944920d91d645c39a40bdf72b6477c2a5191b6dc5240590ff87
MD5 769a41400078769949d11fbd25bd6161
BLAKE2b-256 c1bb0fc87c5311b9248805efbc71cd850dbdc2369ca25414aec8e053d049005d

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a9220fdf84db8b8bc73b248cb3ef4d34db195ae8ea068a45c9832b57f43cdd76
MD5 266a970b0af0e4fa4f610ab720d39089
BLAKE2b-256 eaa29198269174bbfd0eedc403d2a11ae49a706184c848b6c1602c29639f6107

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp313-cp313t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0b72b6ddbbf42aedcd8384bd0cdc22ff7a0f76babe136c25030d1399ddf263de
MD5 999251e795ed9d03856e417da452d244
BLAKE2b-256 f011d26a5f7b34c6901a7a1da8eaf0dedcf206514f601dc4f85dffe5fc5a9bf4

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp313-cp313t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 c68cd58b7daffa1d245b5c2ebd116c59d908a81a86ed51ca084af45d90cc0417
MD5 676cd9f3d0f2ae268d0f60f473ea885e
BLAKE2b-256 9b94f4e2bd1e504566d522b41285c351cc72e715fbd0fd99d6d4ac094227c00e

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2c56c11a14a618a50bd5b0e662c72874054ab5fd764018ed83df88a7ca5815a2
MD5 28127a75853fdeffb8579d5d0f6fa024
BLAKE2b-256 051f1bdaa22728318f4bee88613c88417bb02ddef098f15601db15af9fefb916

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 09514f336e1741006c61405937fa14b48b4050a5ff0805e6e0e04010b1676256
MD5 d86fe020a63037f3a507827d9f0f7463
BLAKE2b-256 ddb978baf6cf05c0941f58c30fc370672e69a999f34cef395b1372c41c50ff4d

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e00f055f83ca93e376454bbfc384021411cd66cd735cc6c7622d8a1bd82a9f7e
MD5 ab1ef75e1a327540c19e32783b86e850
BLAKE2b-256 14d83b3deda30168fa5c7b70bf5875b018089ad20284f174023ec7e861a345fc

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e798866c314534390e629422bb457f10ccbd67603d0400f1f5ec0f265c244205
MD5 9b2a70a1c28fc7b56a59cc40e28a3dfa
BLAKE2b-256 df60c5b691d4b1ab27f01106f19290df5511854dfd6001ce988f9f3085f9c1d4

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 548476b4568c0e067ac390acb894f9f42c7022f1e415c8ed6de74a100299d4f4
MD5 6964f1f3df5f2c94d49e853da033baec
BLAKE2b-256 03691bd7dd4e1bf6b590d28c747926bb9b3dd07169d8c3cf3ad0942be91cba94

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 ccc133ddba8a737380cc49cc2c1a1abfd3f9e6e2873a041911d8cb0628daed87
MD5 da127582a35e78d9a99b310ec5c00cfe
BLAKE2b-256 1d482642ea53d2751860a92bff0a1b3a4b68ef523b6619aca2a3c3abb0a15688

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp313-cp313-win32.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 628b3f2bbc4cfced1c9f635f98eb1aeee685ca976e8aa8e503ed59766e3d7472
MD5 81e6ac528f0c730bc7eea2f912ac5c8f
BLAKE2b-256 e27e2e57f5cb3300a144dc85067b263eb6a38ed9475ab073929b561809885d25

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d48e20e449dd959b3ea8547135f589aac8088f904690c00af1ebc0fb2e8ce089
MD5 0714ff0e78132c565fcd13df91446e6b
BLAKE2b-256 4ba1705718609726d7f910193d365df6dc319313b620ae87317062c678e86538

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a703ecb3c4fc10e249ec47a2924a7207258228d695c521731bab16d22d01c96c
MD5 74e58f672692482457d96a277c10b0ed
BLAKE2b-256 7a13c83d267220b974facd876815d72ec1d77b9f4eca4730a3492579349431fb

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 317bab7e9960b4d12ddcbeb4cec535ddb450014c45b797a7bc3a193249b29f15
MD5 6ed84e36b876cd1adb2579faa5eeae3b
BLAKE2b-256 1f91832e397842af2b76a529e7113e473a4aca3fc8d4b802c5ce4af275c009dc

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 da9af9002aee7aa7c10c89b1d064f5106e358923eccdb221f9c2eeff9f9a69f7
MD5 83db807a8526b8d749463b370cba570a
BLAKE2b-256 e8b9b93eb25a8f62d1c9addd32ab8fe0d0929a0eb99310671e3a4fe5c074c220

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b5727cd1021a89ce3b6c02a1f0343e1076bfbe923a5736be0496272399d7626e
MD5 370d595395ca8de2fa2cbe173333a3d5
BLAKE2b-256 a7059b5e769f79245543b33eaf9aa273ef250e59fb57b40b6362c6d4dd3ea185

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e7b7fbcdb16b0c4a4a25898871c48c2194d21ac7bc5d2b411d2d2719e9741c9d
MD5 cb600a058e3ee70e716b5d9031239ea6
BLAKE2b-256 ff94e64bd4eaac002d3bac345843a69ca7d1928c38e815674e803e4c0e9cede0

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 fa04d9f5cf49e046e115dce7288be4c835d665a19d3f40657b8a8c353dc8b221
MD5 05fd31c284114edb5423f938c7cdb250
BLAKE2b-256 194547237658cd54eedb465f9621c562a16eaf57730cba276f3e07015a2d9344

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 86feb206219f124dcf6c4ae553d0d4f73e812757ac9eceef86c3f9cfc3abb19d
MD5 acdbdbaae546aeb7a2b8e8060077e148
BLAKE2b-256 38dff52f0a72dcb2f8613255198bb745b23e51a29fb73d4ac7057b2142f0a59b

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 88ed83948da09d545df7c99d58c0aeb61ea023e6a559626661a3d7514ad24edf
MD5 edb8841100c7aaa7533de0eab4be4919
BLAKE2b-256 bf2423c78560a2836fe3697c7043be47ed45dda19d661100295d626361076a97

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 c2d03ba9cc29a6a207f2f8906e3000370d41eadebe7fc959408469b3f981fd84
MD5 211ad552e663cafcefe3cbb212f203e8
BLAKE2b-256 c039430d31f4d53a79e4de1d1a3417e6cda37544fa41fb6671a4400bedb25619

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 24f645472ed7930f30021b4d82c38ec5ef818b30bb9b926067aca220a2f09cdd
MD5 7cc28893f93d0bbdc9ae5d22e5214b19
BLAKE2b-256 dc381961413489947a822ecac5b751f309990e07a2ab20c0176affead3b22cd2

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 8492e9a6feb0f54699cbc86173878ec98fc4f9bdf4b76302b3a8cdc77bcfae4e
MD5 9046833454d731e1bd75f40b177cbc5c
BLAKE2b-256 c74aff03c87928954f85a46eed3dd74ffc473bcb10d8a436cfb21b3a3cc05afc

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 6c190a111b7a1d412cd9f57328dc21b08eaef698094f960b737a5d5a6a37ddd4
MD5 68d60b77bab4596e6ba030dc85fbdc4c
BLAKE2b-256 7aaeba95ef2e40002371a39313d5dbff83e77941c086da8a96a21a811da6ee55

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 9f3453f9982f047cd7fc6f1a6f54cb291f611e2f61cfb7f26d9cde4c0418c7f9
MD5 c42a800dab4d2fdf7caa6c369b64fc1e
BLAKE2b-256 9673434fde8f5c989c2573aa37e93cae6f0e886da02b5ed62125dde7dca5cb1c

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 07f1ae8432869f61d9d623271bccd76a6e257680e60aacd795c8f7606dddd2f6
MD5 ab70e3cee209950ab4f9210adc3d490c
BLAKE2b-256 c0f4f3b7573dcdea16283e61a40555f4521f44a3e0a0148a6c9544dc93a80837

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 51a5cb7697f535fbc251cec08a5ce44d9a6fc38522d08c92bbce1b0997fb2847
MD5 fd39ed7abecbc2f5336a68545945bcd2
BLAKE2b-256 b505e3bb3a7c81160151ae190156a060efa2b5750b4dbdc9a04928b0a75be0b4

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 33d80926e593b33a65f6b2bacfb6a330238bb867922d0548072971419cf5a424
MD5 c4fdc0bc916d69c7de37e5f3b477b157
BLAKE2b-256 23e8ae480af14f89cc130a0d712199e3fb924280b0490688a6b438e942efa037

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 73dfa0cb8060e667baa029e30b380336b6e544bd26d219d58da38a2393ee01ce
MD5 0469fd36a3420feea819d53c41644fbe
BLAKE2b-256 c238757ff9b086cc4e0b70e31586eca6858e413e42387324f641458d1c6b8df4

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 765953f8ce15b519ad6ffb50b2a027f082c253650202e9e94b4bea0cdffde44c
MD5 2dfaf5a6ad8adbd0937c31683b336d8c
BLAKE2b-256 406fda364c85eff7e6cd402ec672674d0f8255fc68c2b1c00a1f3398f3d1a3aa

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b39ce6a63e1d86b5b53a4dbb43acc06fc062c78854384af6237f076fe9864392
MD5 44f70621e88c99241d7112ac2a5c936b
BLAKE2b-256 8e7e280a74db5184706a04fac352b79588bf222bdc12e8c438d43f031c4a6790

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 cd53db5f20c9ffe811fbf42d6e9decccd1650fab7a6c18710369e8079417e868
MD5 1f873d42998a49420f0035ffdd13e7ec
BLAKE2b-256 dbf9e8fccd2b7fd8812a61bf702cb920d932748bd1c13e8fe0a868bb9ab36e94

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 28455202c79d026e6c5f4d9a12885ea66c78c4b80be6beda6189eff6bbb2f5f1
MD5 d0416a94a41c1acb780b35f5c6ad3939
BLAKE2b-256 76400d185d6c2b6c0145dff74ea3e59f2748b113f3d494a28744f1601527c095

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a194d4bdf054c1e3f8f0a5112fcccee679e98e80f74ba2ddcc63ec51dcc0511e
MD5 2e9b0c81674a6dad661324423fc6ab2e
BLAKE2b-256 01d1ada2576a79f63f830d70a2196f6daed570d8dd533a2f81521690a9bd2061

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 c6f1de89104a9c5f7feeee4fb2b3c83fa615f497ca2402881d2aff55bb7c4903
MD5 1fda636356e63a35f27153559c13ee6c
BLAKE2b-256 4e3b82a800c463f85051605b7b04934b9d57a1184af43b6eb0b09a7f5bbbab15

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 92140cc10dcd07c66319e4b2abbe372847ef6b50078cb566b0ac8581c1383a83
MD5 a3a99268d2f8e1a8c0786b0a33fa139a
BLAKE2b-256 808b11a51d9da60056ad136978ce3d4fbeb5dd5f109f2332ddd9ee248d8f02bc

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c60158856ac28570c03ec2dfe718e750509b735be8997842177931451eef8254
MD5 cf8a4e246a902024e21a6a750f1bcb1a
BLAKE2b-256 ab7711aa8f1ac28c6c447745a929ed1effbb1f07acd92ce85562cbce8ed0eafa

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 6a404c5cd92db878b5440646d7bf95ebef3252a34610ab1d254d12f679a43bbb
MD5 e29edb2351ddd2e8e4795bfa73cc71e3
BLAKE2b-256 e86589d3daa276d3e5f930afa9eefe2be314cfd47fb3436c4f0a4f7443ae5af5

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 54946aec4e2a2864d8c36b7c5668122c896de7dcf9dde4e7cacf78599eee3bba
MD5 09e0c5ae05727adcc6d81db3bfd4685e
BLAKE2b-256 3c78876223249f9bdc8f5adc9e1f0681eb5a03aa3b6b95767635c89f70359437

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 02284a547585c046aec928bf6e9709a322ad6bd2272c728b3dd99f8bac07c048
MD5 3457c73dc4575ccd5b1c8582673c3f33
BLAKE2b-256 1acc163329ffb6e919ecdf5c5f650be719bc29798667e51acb70ec6bb5bfb318

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3f479973ded12e1c1dd881e87063d0b27c5b1620c18aacbc1bfddc50e2c6d6f2
MD5 956c57593030a6408d305df2c1aeb7d3
BLAKE2b-256 267727e7d709f7d3c69c94b3da5139b32b28ed4b875c6b358cf41ec6d71b0756

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 536ce035dc34066b132c35673f02d15c1522254ef0cee00bd03450ddd922fbd4
MD5 8214278dd447df15b3d70e7090602160
BLAKE2b-256 48061accde307f26cf0e7e391c372ebd25fd338ccd88e762c70ef635e9c980ce

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ff7650caa5e28484516646639516cbc13cc0c52d9456984db2e418465aaddd4c
MD5 a799cb7f32ecf37b80eed13eae2d53cf
BLAKE2b-256 1693f9df45b17f87a8d05835f06aa65c7e686e660ed405e08e934bb8c7dcb542

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 78ae9f5b0f83c1e973d6d934e49892ed3b13df539b65b381afbfdabf14a0fe4f
MD5 340a3963ef1e3c7d10d6bdba64c356ea
BLAKE2b-256 572087af77c5ee6390aae18ec44ee6dfc7be1b164e17aa973070a007e822d402

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 507da9cfec51720ea6a8f9f958087585f9909defbda1a4e46b3c8e6826318e83
MD5 5784a33c7463292dc0b75cf95e09e682
BLAKE2b-256 d101243412919b375fbe1ba9ec57643155f14f0b51e999d9ff54a079d17e1606

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c693bd4759f778e0021bc39b3e71cc821932a62f4e41515ac331f3196f4c8e64
MD5 e86b3826ff9632557e70e58da8839d0c
BLAKE2b-256 8a95eb2f6578a73e32abb7060c3e3474b880b317d374ff765416e86a03cd3778

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 642b7fb39833f6be26e6042d325b93933121f1a3ed629098dcbf3fb7a7f60d49
MD5 d1d86b575f927fefe4c5132c952a8ffe
BLAKE2b-256 c3cc891357e38c79429a7be36b21ca92348616b12b346a0f86c669d63a54a76a

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8bd91b3d052a2c28a5646f3245ea0765edf7ca9076208f3b9ce62ee37015428c
MD5 978d9dd59282720665f98d9c5e22f74b
BLAKE2b-256 a3286613e7e7726dcf70764a7d25f5c994b6e26332d3829ba8af17fc9ace5ab0

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 2a1df09a4371f4b165e8db9f5019301154c0f7c9aea1759b0dbc115ac3addf8d
MD5 1f79c9f830b87c908362b2b10755ad46
BLAKE2b-256 b4f6214582c48b33d8905c74ffdfac0c31ddc7799c92a6fbe9303945c33a8dcd

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ed7ce80adcce83a3968a61d5746588a87e3c183ae1a59ed88f75499729b94cbe
MD5 779a2643589b7d8941426aeb9dc1e79c
BLAKE2b-256 ac10b74f2f8eb6bf353248d0bd796841ebe7854a29f897014895ff4658dbd924

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3d68d633794e538c3f9a2aa1f4c8c5f371e3c679040c887034d797a80f79f91a
MD5 6a65c59a1ea6b09aa5ce9713e93ba26e
BLAKE2b-256 405ba3a83f33744f05bd1bec1e3b667bba0c6aec197e6f31f7e4ce9a7c94f657

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 b7ba00c84601309a9c474925c591fe5aded4f0bf00dafc94a9e8f9db312fefe9
MD5 f346a697c6ff11c8525f94c62c76897c
BLAKE2b-256 fc1a303ea8b7de1c0f024691a8bc5b4561307c168e5b0d772aa5f91725e08407

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 b6b0ef8314a84da0a2dedb4b75e83b2039dea750bb52b241cecfc391910ee838
MD5 3f717afa3f80e8c2b6c78663bff5e0ec
BLAKE2b-256 b92a5531ef599ab6098ed8bd5f561ce2db774d8b4a39bf84ad4a8c762d69790a

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 68b4df682c2339dd646d1038ded806b0a5535b6f24475de413f7a04813f470b3
MD5 34614b7325d32233a30e72e532927eaa
BLAKE2b-256 71644c2b2195d105174dd68cc4ab0f3e2c187ef83ac80de23c36b974d539e8a4

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0f98b65c7fd773f98bfe2aadbaa449243c505d7e02c88a38020a1dd6f36fd038
MD5 f628fb0d16a4f25412857c69fbd60606
BLAKE2b-256 02be00f8cacda65e398c1fb3c6e4fee1dcbd584fd1d86dcd3550ae00edd4e3b0

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 060f3baeb9c33cd9f240f6c13a7c1e57dad223649ed10517336769c76636481b
MD5 42924912f87793ae2e77cb503ddaa0a4
BLAKE2b-256 81ded6aa6eb531cd1388b5e24ccfe4ad8a0d40441d7f22005666a18669422ac2

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 305c68b1c1312db9b56aa7a2dd3c7b93864fe4078134e45fc962051c2dfb803b
MD5 45b7f3b746aa460dfb85816e7f2dc269
BLAKE2b-256 069784fdde5cb66f17f32ddd0903de3a0cc11df4c913e9bdbd25a5f09b37326b

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ff84d48fe59a3aa9823b384f7d36e550ef4824982eea7d9fca9bb04cf2dd7fa8
MD5 51cd02d701bcb832981557ed6a9f00e5
BLAKE2b-256 0440ce406e8e2800364f8b19127420eee0628c046bd349057afa289265c04255

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d69f5855165a72635c11e561e5e8c342fe490c0d19e192faf934fd6d4f643079
MD5 35d4f5724f28f8a3d08924f8b96b279e
BLAKE2b-256 a24e33f5bbc72d1826256b917f07dc70c2fd406ca27f9136040a3130506384cc

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5355b4791bea6282893f0c84e70fc724e959fd4ace93109ca140cd9121bd40ac
MD5 32b7c4777aee1968f6a617c1c0e3d219
BLAKE2b-256 b32c9197459181e3976e8dd1cc6ef75d0d6e0a6bfff271b8e1ea55728e6bdff4

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 dcc8a4ee9688a851975f030b4073b02ae96299d7c5f539be058b93d6957553f8
MD5 861fff1ed6029625a56340e671f924f0
BLAKE2b-256 5cf14a59bdc11ea716b6a8ad865bea79c36646b2a6192473e2c171c8f6223740

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 00dd24f0168673cd8526c69256a46c576cba6a7c9dc2929aeeefd5d02d960793
MD5 d80064ef3e473dfe97461fcd6af2c573
BLAKE2b-256 5f1ac0b4a95e74922e110966114f28b854c6c5676efbec5404895ae10591ed36

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 ccd8525df5df8a9b7dc64feae162dea1f24d352fa760faddb577be8e491d10d3
MD5 cb71508e2d2ea7ddd6b832da22516b7b
BLAKE2b-256 9798cb005ac82a46516803b20ec79853340f10e9f26c7cecf03e697f42ea006d

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 e001c6845b5a0823b10d057911944db2698b9a7a0086ce1c729418180857211f
MD5 a45faa84550d8ae7eb61ae80265b28b6
BLAKE2b-256 0af487e822cd11de50b6728eb0b15c71d49340ae0e78c0efc4ec0237622d5193

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp39-cp39-win32.whl.

File metadata

  • Download URL: chardetng_py-0.3.4-cp39-cp39-win32.whl
  • Upload date:
  • Size: 306.8 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.6

File hashes

Hashes for chardetng_py-0.3.4-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 e95feab38558300b61afc64bffc2310bf5590c4a6b50d7eebc775fc3bb9e23a4
MD5 66073e98240205ce632d40135685df13
BLAKE2b-256 2361212790e480b6d39379e9bfdcc65f5533776b08f70e2d0508c70a6aff6d52

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6bcd12b10055e9c0d360c443ad683cb704c02b1f12aeef1b1d520e49bbb1535c
MD5 24518673be6d6c593b261f915f1ec946
BLAKE2b-256 5878a90105f08d955f2ccd896094b5fa3cf7ba54aa170cfa8f553680bf28b347

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2151faf248f2c5d90220e113a4f8c7b90c7384df4b3a72aa5834a1c4b1aea0dc
MD5 8aac753b7be07d9f29f59606a20e6d42
BLAKE2b-256 db2e276573cfdd3b8e8336a90a4efdeefbaf390ed0ff718e193dc78aeb77cdcb

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp39-cp39-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 28a0d8c0cd308f872e24bc9def24bd75c5866155d6e0f677c6951c754c014387
MD5 d22eeb5ee06dca7ba51063f0ad34ac24
BLAKE2b-256 ee9a7d79588114422251f85b5881b0895ea0193c46d7f9767256e47ec1aa7d90

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 431a4cbacc8262a947e4915a296f7550a7c8d1c1f3d5fd8263c8a45ab3c7e2ef
MD5 b43fcf77e2910eadb157e2e5d4029ef7
BLAKE2b-256 31229b6a6bdfad2eb481e615a7afc373e0b95c85918afc7ca35cce7589b96174

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 00741c412c538c05b91c38e262ce521fc499d23d6225392aa08ee5522a301f5e
MD5 0c8c24cb1ce91384d66016384566a2da
BLAKE2b-256 5a8e3fe3cc7192d09905c08c7269bf44807755a25a0df66b035c6e6d6bc8e7d1

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 cbd8df59f9b004dd6f738c24397c75a9c2eb03799013c171bc35d38b4a217b0b
MD5 c5bf926b67c4095f4f266cec0a6a2ed8
BLAKE2b-256 6e762d2f0d385bb0a338db710f086f511a8ef0fd05ac3839d444dd89876446b6

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f33f3c59803f63cfc91ae2ce105e42b6afd17cbdf7c378f35d7751a745f5532c
MD5 4dad504ba33f99707bbf188f7825123e
BLAKE2b-256 80e3f2e1bd9ef0276e6c5b68505070009e0984972135f940bbb5f127eef1596c

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 eba4dad2be38284a82a12aa803621fcdc0b0e033cfd5473a97e96ffe49a09db7
MD5 9d04532910831ce0c90c136183aae240
BLAKE2b-256 27f1ccfa008cb3b051ade246e78bb9f311c1d890058cafad3548e476b7ce85b0

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7c4c0668b4cc9a2d1983da8749e62225d054f4eaaf6f92181be317fe9a2199e1
MD5 f7f6fe4169ab16118f071dc535d4e0a1
BLAKE2b-256 7cc8c406c6b51fdb1ab425212eed6f42a52af22806fa8dcb0c59e6ed190d6cf5

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 51f5365a9945cdd75aba4b2bf03348346c0a684d9d827b524e60f32cb2d1ad4b
MD5 8b620b588b597e422f3060a9e1a1f877
BLAKE2b-256 7121550a36b6dbbf10112cbf31c1ceaf62ed76c62f5f6aa732522620822b1197

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 d29ede05dd4c012e3a34565e216aa4cd318baadc1f6e6845853be88a681f685b
MD5 b1d5ea4d5e08f4e66ed5810549260512
BLAKE2b-256 1206406edb80e6a141fe88b4670bb1473e4ebe6fe37bc16e5cd7394aac52108f

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp38-cp38-win32.whl.

File metadata

  • Download URL: chardetng_py-0.3.4-cp38-cp38-win32.whl
  • Upload date:
  • Size: 306.9 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.6

File hashes

Hashes for chardetng_py-0.3.4-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 348ff513c8ffea10754d4862f4ba9ea85c41862366c0746e4e39d08c71b0822b
MD5 7b8d10bc6723c5e6b46c76bdbddba214
BLAKE2b-256 8f1198156efa0aa1621ef8c5fae07b60e62c56fc93d8cea84463e688e7355460

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 87f8d0afb5ea3632d8d54a15c576ef5a032cbdf7ab8bf100bdc04ebf407173a7
MD5 4c8b37e2a2d9f190501f82aec5a6937b
BLAKE2b-256 e655a74e9c4ff2c0dc747445885bc10393845cb6cae40404893f2ebd4e28a5ff

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 802c5fba8fb42179779d216fcb8e15f5055ee1835038c65783eb973de59a6aa1
MD5 1f5d36b41571990d92e6bd6cc69fbe66
BLAKE2b-256 08edb0604a9d8c1730c58e44f7959b4105ea892a22acca969eb4f2187f16f0e9

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp38-cp38-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 6e2baf09be0676e052a5aab3eb162d7b9f94fe66a2cfea77a74260f310a05104
MD5 c41f7d95c5b1c5a95baff931de6fc5a5
BLAKE2b-256 d3278bca9365a11c97d224f48dd2cbc3a8f42862c58f7c098849dc218dc3f886

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b330223b506dfb15f9a5ab1c3e4341902739d087ee113add4da543dfdff0e310
MD5 b94138c38009da66a1e56eb48cb0593f
BLAKE2b-256 4c523f22da8a87cde1397a092b504cd5c6ff5cb7b60747f66fd93bba21f74aee

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ae73e47bdbf4fc8dcc4aa859ce6c823e2929c5be2b10529d4792f0e54dc82d79
MD5 777e521ca6b15f366baa49c1bc7f4c99
BLAKE2b-256 72bc5cfe93457cb8b7e774e8a61e59735fcdc078fc9ffcad450bcf54784e20be

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ddc0e245b07e896c46c2e636877dc072305fee84abf8800e117df9ee05a8c1df
MD5 34939367a0c83afeee8b5f207cb0a468
BLAKE2b-256 7c1e544fae2bf5e34563c5f036d264c99d009d3eda54472983dabc7e8b34b3ed

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a28f6ac220ff983eb13211264761df1a0d07aed4a702b0c5a3d302d75bbd9295
MD5 566a9f82fc459f635c67bc84a452bedd
BLAKE2b-256 ebf608b7c24d440b00cb3fa4398a2795b62fc7c1d108bf49bbd39c66256b8da4

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 18749c6f2894cc40c720ade793de97d52c4a1be801b994801293ab9f4a38468c
MD5 9353c2e9c4a8705b109aa933ac4d0c05
BLAKE2b-256 cd2a0474b0c8895d8bcd326b0471fa7a953a27ef3934fe969335bd6fd6a0f26a

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c3a31a742f85d8b1b0c0dc978e7ff851f8eb095b30ac7bcb28bc5ea4591a3ad0
MD5 dac2480541e656702151f15f45e38076
BLAKE2b-256 dd37e055a842934de324649f9841366dbf028a251aac1e23b9d8c76cf225ab39

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 65b9b0441d13938d996bf288088e07d037d63ae452e39d4ec22e07e61fd3a746
MD5 bd6e1bee541821444c2644af3aec1dbf
BLAKE2b-256 4409ffece1f0b7083fdaf8511dbcc79f9d4b4a212035c5c19aaf1732ce4cb08c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page