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.3.tar.gz (62.3 kB view details)

Uploaded Source

Built Distributions

chardetng_py-0.3.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (397.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

chardetng_py-0.3.3-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (489.3 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

chardetng_py-0.3.3-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (415.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

chardetng_py-0.3.3-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (392.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

chardetng_py-0.3.3-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (387.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

chardetng_py-0.3.3-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl (404.8 kB view details)

Uploaded PyPy manylinux: glibc 2.5+ i686

chardetng_py-0.3.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (397.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

chardetng_py-0.3.3-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (489.3 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

chardetng_py-0.3.3-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (415.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

chardetng_py-0.3.3-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (392.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

chardetng_py-0.3.3-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (387.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

chardetng_py-0.3.3-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl (404.8 kB view details)

Uploaded PyPy manylinux: glibc 2.5+ i686

chardetng_py-0.3.3-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (397.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

chardetng_py-0.3.3-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (489.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

chardetng_py-0.3.3-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (415.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

chardetng_py-0.3.3-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (392.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

chardetng_py-0.3.3-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (388.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

chardetng_py-0.3.3-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl (405.2 kB view details)

Uploaded PyPy manylinux: glibc 2.5+ i686

chardetng_py-0.3.3-cp312-none-win_amd64.whl (311.4 kB view details)

Uploaded CPython 3.12 Windows x86-64

chardetng_py-0.3.3-cp312-none-win32.whl (305.0 kB view details)

Uploaded CPython 3.12 Windows x86

chardetng_py-0.3.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (395.9 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

chardetng_py-0.3.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (490.0 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ s390x

chardetng_py-0.3.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (414.2 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64le

chardetng_py-0.3.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (391.3 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARMv7l

chardetng_py-0.3.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (386.3 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

chardetng_py-0.3.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (404.0 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.5+ i686

chardetng_py-0.3.3-cp312-cp312-macosx_11_0_arm64.whl (373.6 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

chardetng_py-0.3.3-cp312-cp312-macosx_10_12_x86_64.whl (379.3 kB view details)

Uploaded CPython 3.12 macOS 10.12+ x86-64

chardetng_py-0.3.3-cp311-none-win_amd64.whl (311.0 kB view details)

Uploaded CPython 3.11 Windows x86-64

chardetng_py-0.3.3-cp311-none-win32.whl (305.1 kB view details)

Uploaded CPython 3.11 Windows x86

chardetng_py-0.3.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (397.0 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

chardetng_py-0.3.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (489.1 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ s390x

chardetng_py-0.3.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (414.9 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

chardetng_py-0.3.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (392.5 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARMv7l

chardetng_py-0.3.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (387.2 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

chardetng_py-0.3.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (404.9 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.5+ i686

chardetng_py-0.3.3-cp311-cp311-macosx_11_0_arm64.whl (374.3 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

chardetng_py-0.3.3-cp311-cp311-macosx_10_12_x86_64.whl (380.3 kB view details)

Uploaded CPython 3.11 macOS 10.12+ x86-64

chardetng_py-0.3.3-cp310-none-win_amd64.whl (311.0 kB view details)

Uploaded CPython 3.10 Windows x86-64

chardetng_py-0.3.3-cp310-none-win32.whl (305.1 kB view details)

Uploaded CPython 3.10 Windows x86

chardetng_py-0.3.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (396.9 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

chardetng_py-0.3.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (489.1 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ s390x

chardetng_py-0.3.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (414.9 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

chardetng_py-0.3.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (392.5 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARMv7l

chardetng_py-0.3.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (387.2 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

chardetng_py-0.3.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (404.8 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.5+ i686

chardetng_py-0.3.3-cp310-cp310-macosx_11_0_arm64.whl (374.3 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

chardetng_py-0.3.3-cp310-cp310-macosx_10_12_x86_64.whl (380.2 kB view details)

Uploaded CPython 3.10 macOS 10.12+ x86-64

chardetng_py-0.3.3-cp39-none-win_amd64.whl (311.3 kB view details)

Uploaded CPython 3.9 Windows x86-64

chardetng_py-0.3.3-cp39-none-win32.whl (305.2 kB view details)

Uploaded CPython 3.9 Windows x86

chardetng_py-0.3.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (397.2 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

chardetng_py-0.3.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (489.5 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ s390x

chardetng_py-0.3.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (415.3 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

chardetng_py-0.3.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (392.7 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARMv7l

chardetng_py-0.3.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (387.8 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

chardetng_py-0.3.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (405.1 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.5+ i686

chardetng_py-0.3.3-cp39-cp39-macosx_11_0_arm64.whl (374.7 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

chardetng_py-0.3.3-cp39-cp39-macosx_10_12_x86_64.whl (380.5 kB view details)

Uploaded CPython 3.9 macOS 10.12+ x86-64

chardetng_py-0.3.3-cp38-none-win_amd64.whl (311.4 kB view details)

Uploaded CPython 3.8 Windows x86-64

chardetng_py-0.3.3-cp38-none-win32.whl (305.4 kB view details)

Uploaded CPython 3.8 Windows x86

chardetng_py-0.3.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (397.3 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

chardetng_py-0.3.3-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (489.5 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ s390x

chardetng_py-0.3.3-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (415.4 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ppc64le

chardetng_py-0.3.3-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (392.9 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARMv7l

chardetng_py-0.3.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (387.8 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

chardetng_py-0.3.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (405.2 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.5+ i686

File details

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

File metadata

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

File hashes

Hashes for chardetng_py-0.3.3.tar.gz
Algorithm Hash digest
SHA256 12c205bf18e1096f073ae141fb4cf67546e3fee75f0bf9af427c5d197f61801c
MD5 fe57758c6f3e197aaa113de98e4ebc28
BLAKE2b-256 72a68fa65f714ba05cf72d00463f1f55be04819d18e72eb480d6398aec88f734

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for chardetng_py-0.3.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0dc947b93cf172838e3cc88d18f055dec0e10034e97c52df356311f3107a798d
MD5 aadc45015af8b11cd6e6cd4c037a6747
BLAKE2b-256 50d814cb46c58329aebb50088ee02df63f8f4c7c51fb62a2f978d9dbd3a23db9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for chardetng_py-0.3.3-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f07fc302a4ea4a8bd5d4186b5dd5ecce46989e209c2a2c97f7bd4e169b01d3b8
MD5 880741fa7c2569491e65782da82dee94
BLAKE2b-256 1d27882ecee2635e4a723b7bf48cd359cabd57ad5a06957563f4f47478c85b32

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for chardetng_py-0.3.3-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 98527603875ff57eb23f513225c79ed1d72955807dcc53987d2804a4577f760e
MD5 2d62791a50e37318fc2911d5294e7f6a
BLAKE2b-256 ffd089542150ed376c20cd6dc0ed23b569c14ddd675ecbad2b7f50012311a81b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for chardetng_py-0.3.3-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f0f63747fad2032a145b9cee077e47a2ff6ea07f989c51e97e93f6fb0f527d94
MD5 2eab913922cc82dbd22eaa18694f0416
BLAKE2b-256 13c1325061142167cead3ccdcf0105f27fa9a2bcca96ea1af537455b58fe7b7f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for chardetng_py-0.3.3-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9f96a4887617e672794fcb2cf020c70ac0ff607cc0c6f0a54cac898736dd93a4
MD5 6626cbb098670d3f49330b01e64efb7c
BLAKE2b-256 92156be7a6b879d54e3eb5cd49ecebeeaaa740dec97e8663845d0a71aeaf6408

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for chardetng_py-0.3.3-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 b187a256e116e7cb84428771f317b28c73295d52e2875c2fc82769fa256d2116
MD5 e0ca7ecacca0703297bd2cee26ac110d
BLAKE2b-256 51aaceb12aff07675dae3e40cad01a0ad2f4e2f0c3b0aa30514cb0c56f203cdc

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a9e23ec0e9cbe628457d2ba558bdbb1ce0cb78eb52befbacfeff08a2167952e6
MD5 1671eda2b1a6dae50e719c19864a8198
BLAKE2b-256 6c81485718068b4e58051e775a8ac9dc68a5e495939207f31cb39001dbf74b16

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for chardetng_py-0.3.3-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a3f33d1384482d652953c3dc8c54a2d73fdec263875098637e63b28516038f55
MD5 de5291700ccf178131710fc7cff4d39e
BLAKE2b-256 868a16e98e3d883e9dd6cf6b881df5ff62b691d856294cae767393463f5b2b24

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for chardetng_py-0.3.3-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5d972d951f2e22352f3e5cc39485030689e4b718a733ebc8da7feea80bdb7aed
MD5 5dbd319d52374dabea974764b2615724
BLAKE2b-256 b85cbbd3580400c19ee25ecc96ed75f1b682a079bc67be5b6e6cd9726eb86e47

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for chardetng_py-0.3.3-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9e7dc7cd14ba16cbd69c92291a31b0c7be5403e3149f4367de25a895aca96ebf
MD5 5a1ad2ab4ead530613832125bb19b897
BLAKE2b-256 1e60f1461f722d71eacad975b2f49fec59a685abc3c54e9fc7985bf982aa35be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for chardetng_py-0.3.3-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 15ca30e08619beaa8b1b193d5285e9f31d0a2fa23d31f1e5ce0e57080ed469fc
MD5 aa49ce81b5e468fd932b0e2e1e8bf013
BLAKE2b-256 35d39511fafef74c6925ebae32a0cac579c26e59a2b6002f82e557cc1e04df8d

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.3-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.3-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 3da99ba65f4ded522ef626b331a58df2e81e1d8f84c33d267f629c95aea9a1e8
MD5 ef45e22a88b67717268593c3a3479b4b
BLAKE2b-256 80683290eef175d07352ffa184f81d2481676ef7c4dbac32e927d1f51c0a07e6

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.3-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.3-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 389262c2bc17252aa7b6f68cabadd0ec867772bcfdce38f5a70481d739b3bec4
MD5 d9893cc884f0fcf9dc4528ec2d8b8411
BLAKE2b-256 58d58e2d77fc39297c81c5839018e66fac9e16d5f9bdeb2664d3ff6367d64bc0

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.3-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.3-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a577d1904e0c2d49ee7a079df86bf90550f5319ec63fb8581f61c4c0270dc74b
MD5 cf4da9a445db73d72d59af3e2e9f80e1
BLAKE2b-256 ffff44b35f0c8e76728c4150273a7d60bbecd1a7d4c9521e4ecb810907935819

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.3-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.3-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 80d0ef43d08ce7a5567ddc6a65c10b1aa79f875ec75cd81ad60fa1fedbbc0f9a
MD5 a3927c1392c3185e366a65cf6c127aec
BLAKE2b-256 b9a437782d2a1b77c437f2bd06af70b547b046f3d794370e7057b9011ca38449

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.3-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.3-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 74402d4ceaaade10b0c72fb1ea6f17270a7f5e112dd99650426f4848f52ca110
MD5 1618fc090e3d5c3ccdbc52020a528d73
BLAKE2b-256 47b39de278a807a5f9d329b6aadde58b7412d1d80c09f828aa1012002d81371a

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.3-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.3-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 02a49cccc31a500e947fca789d9b25514cab51f47c71cc9811fde06cb8a9bc31
MD5 1df92efe52f23b5e2b68fd018c45a690
BLAKE2b-256 291521761cab1cd6e9f9da6837f2d02536f551936ecd8a9b88a1eaf802ed28bc

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.3-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.3-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 abe3b1802a8f958d0e2c70947a5eab574224855e1ecb41f18c538857c1c79ff1
MD5 d59b468f4146b61e829fdb707e406f9e
BLAKE2b-256 1a280dbba68058f3c056d0c7f0e8a6eeb3bb65809f807cc1f08c97d9bb1242a2

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.3-cp312-none-win_amd64.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.3-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 97899536124cf9955ae33fe9e0c18302032407dbcd467a7fdcb11329ad80af92
MD5 3a2b43fdc0114b64dc25df989eb149a1
BLAKE2b-256 954610084a279bef48b99d831ea22baed630d180dad710ab74a4b2af6fa0d701

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.3-cp312-none-win32.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.3-cp312-none-win32.whl
Algorithm Hash digest
SHA256 6db6ceb234c4e872e5e0bb2077af5e5e7071cb79cf9c7bd9277d0bff5432f2fe
MD5 dd51d02352c7e87a13f68428c5bd5fe3
BLAKE2b-256 caef6854e513769ec3ba1737a68c63b5affe168adfd0f64241cf7b189b5c1ed7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for chardetng_py-0.3.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dbf0e17386ea222ffb1a93bf987e3a73cd43f2ba32f3ccf36d9833fcb7ae7c81
MD5 05dea4661b2a54ecf795ff9658d114c7
BLAKE2b-256 eb876b4efdeaeb28ddb3a699c880e44aac2c8ab24f9a358b181b71b8e54ec3b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for chardetng_py-0.3.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 aa025775dac3a1338225d29cc6487335c0b517a614ab72dde62c73ee4fcc185d
MD5 ddad4073298699e89b7e4b8c2993d2eb
BLAKE2b-256 f8f8fc1ac1b15eea86881b5ab17f9e01af8b8e6013213be7bafd0e3190c8f33b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for chardetng_py-0.3.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b7f5b2d51875677b4950741cda9e38d88880ab9ac77adab74a38f17d993a1125
MD5 b7124e4c4485c08e6a36187f5031555b
BLAKE2b-256 2eac830082148a2a57a170854b7e22d4c26639e961fdfc120d7bb4c357e934fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for chardetng_py-0.3.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 42d002cb1299b18ff7521b380b7a04ba10c3d4eec08c2788fb2b70a8de272b5d
MD5 21818ff73cb9d0928ebdd58c9d7881a8
BLAKE2b-256 c8f938b46b3e4f52b5bab05eeb1d57be8e43dd4fbe4a0159c09e5013a3438b5f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for chardetng_py-0.3.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c839b112fa5a32a8fee069c7ddf9fbc5efccd2fd84fcb41aebdfa53e1c93fbfa
MD5 c30fcd5fe00b29793d3c8422f83c95fe
BLAKE2b-256 8e2a9d0b2af7cb52bfce0fa559141034817eda35a445605779c3b308c1040479

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for chardetng_py-0.3.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 9633ea3e5c873f157b21dbe83a4ab264d499a5ce86a68ab6d66f5e0554206580
MD5 adec5b9cddd7312deb93db1eafe23384
BLAKE2b-256 9e840dfafa8bf264c2fa71e99ec7f55dce8057304a9af147134aa45c4d15ed76

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for chardetng_py-0.3.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4645e557c7672b842ef8650782bae0f48b23d24e3579befe60fc14a0fb3fcdf3
MD5 6ba336a5d7104e68feea1521b4384b9a
BLAKE2b-256 a61bba750979044af65cbbc0d295ff9c37ba4a9d069014d9e72568de58bc78d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for chardetng_py-0.3.3-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 50f30899519ff59595ceb0c39be3e14692734af0b0f989b5d44b02cd2acda449
MD5 45e3fcffa861ecb93976efbe5a076eef
BLAKE2b-256 f6b0765c0c4bdb5b83613b6cde7b174dca93bee82d2d536021ad6dc003071a9e

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.3-cp311-none-win_amd64.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.3-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 673a42bf83acb8eb578557d4b9546beeb8fda78428f20bd43e6cbc3f9af05006
MD5 8e693c0aaa27fde39ba0a73ba9dda3f3
BLAKE2b-256 8d659b04f84e94da4a5155eba5c5b2bb6e7008f3ca8c0c8390ed4800fdbbe8ff

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.3-cp311-none-win32.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.3-cp311-none-win32.whl
Algorithm Hash digest
SHA256 bc6015055ab62eff39210cabbe30cd5e03cc55409af4c3564b3a5f7919e10c5f
MD5 4e80e6bf4cf429bc0cc36d6640d919da
BLAKE2b-256 99f3d8efd5a7bd7fdd5da6c128b5d6d325b4065db6d22e4f6a4b7f69965de055

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for chardetng_py-0.3.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ab3684cdb092763e944cb053b4737157e12286ab798131305707dee8267bbf18
MD5 1e3ed0f521db45f91d53f4065b5d514b
BLAKE2b-256 2475bae93489d079cf5efa2ccc9d4b8f1cd76e7123fce03bef75e88e2d91047e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for chardetng_py-0.3.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 56ad0082f38aee88a3496fab365975417d650fb96f9a63aa03d25ba0e1f614b6
MD5 77a643f2df53cd4f7a29ba937fdd7a48
BLAKE2b-256 c382b0af1188fbb70ebeadd20f24d12e42f4a230a28cf796f0f0f3b3ae39fc84

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for chardetng_py-0.3.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 eb52799697e5cb9b2293bf0a767c0343f2324efa415109b240d2b2712f2617ac
MD5 e0aa2d80d277c2ae9497a83e97d3b6a8
BLAKE2b-256 84d6fb6f8fe227f9a8da5624f93d113e2c5e83b2c1033c24b043132532d930b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for chardetng_py-0.3.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ce9ab0e2987b157f04e06994cd774f71ad128da00977a5120ac439bd5a02db9b
MD5 92307183cdc11a63a61d0b785ad446a8
BLAKE2b-256 05b6415c2b72bbd6054f0e844e90ce7e75e55e2db1a8905be56f461625663bac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for chardetng_py-0.3.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a19275ee80c1c6b3050e951a206c46fdf5367aa833e4b73b5ed9a7caad1892f4
MD5 365b217110b7a410988cc707df5fa157
BLAKE2b-256 c0fd670adc0e116e2c91789af0fca57f89e06d32a255dd24a579499423ab36ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for chardetng_py-0.3.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 13d60f0a67aead1c22623e036dc0569299173a68a657337603ff23a0560a77ea
MD5 67df45e02628184436a2e0a841f8f80f
BLAKE2b-256 a66a38162e976edfd9aab53970336a8537345b56c05e976767221930b7e02d8d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for chardetng_py-0.3.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 44643b9ffe7624e60761526183b3235780127f83d68ee59e1d2332986956ed69
MD5 d3d45d945239438f8cbf2112f6b46282
BLAKE2b-256 721809217c5a971e30c613fda6769ad907ba7a8d4028fea7cf9082f6d77e5bdc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for chardetng_py-0.3.3-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b678085eff1f4c9310416acce1963a876239c8dece77d52ada7d070b252dc562
MD5 8ba784c33c0f9a45b5ca946aaeb28187
BLAKE2b-256 e104ad3c177eb1948364375dd885d85077d100f7e89cb16e23e32f9d8e84b5ed

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.3-cp310-none-win_amd64.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.3-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 4a670d044cdb8dcc744b123f328051d82b0733cc65eb04db46c37cacdbe11535
MD5 2dc2fbd1fc03006daabb3f45f043d6b5
BLAKE2b-256 843624a138f8414b08fccffa14b212a4ab515aa3a4e7690aca50d71e0f5c3cac

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.3-cp310-none-win32.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.3-cp310-none-win32.whl
Algorithm Hash digest
SHA256 38ac6f5772c14b996fd8a35541e71110854134bb13aef9621dd27cb2b516f74c
MD5 7bee7e575b077d14c87f4d3a8f808419
BLAKE2b-256 f57bf68adcd3e70c76732f826ca5523047dad5e13b129ba525926e50e562e569

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for chardetng_py-0.3.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4fb0b0f6d669a9c8e48bf3ad63a82a66b0165ede70caa278f429443988e67cbe
MD5 ef486610320b48e4b0a91146e21abc58
BLAKE2b-256 5a541f3b38ec77a8b0f3cb1075b21291fadace8b7d6252386e3fbd2ac00b7508

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for chardetng_py-0.3.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 7d78f014164f3ea5cc3f84b641fdb81c2535f00c82eeba022e7d7602a6a9c280
MD5 bedd5e3c44a656fba64ab28207f4fcc6
BLAKE2b-256 95ccc74860a02493c99610be75321a2b186f6a400269aacd8ea466ac779e0fd9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for chardetng_py-0.3.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b526bf3e2188a31718639eeb29c1bda00409af7d76caead48d84b5b6afc5266c
MD5 778233b325dd48eeacbdd36ecbcc3a22
BLAKE2b-256 05d255bae27fa7ae12c0c775b301fe2127bdfdfe7dfb278511e1d0d78fd1c2ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for chardetng_py-0.3.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f8676ba7cf1664e19684f33152d5840f875a9a3050b61e1988b88018bb1f1944
MD5 8bcb62d8b5a89a26274d5d638038f39d
BLAKE2b-256 0335af4e631b1e61d18a664c9deb49a3756247a367f26ddcf0131f06ed44b92b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for chardetng_py-0.3.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d7612638d005c25e1e7ad7872229fbfe9f99f9cddb7a7a762ba37eaeb12a127f
MD5 aa1bc6be73641a9fa0abd9473e902862
BLAKE2b-256 de60f083380a2aac843acf3e2db0d216c8f95a77210a31338aaeac77d9cf6d7a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for chardetng_py-0.3.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 564069b2c81791ed745b647f4139e087b4a11808398f5712934dc196e83757fc
MD5 838e0094f099ab94b0e40756e0d43e69
BLAKE2b-256 d4b2e6274a9d929ca289283908d9fbdbc224663f4e08477fae0381d6ca453fe9

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.3-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a7a84e04babb7571de630b810f69927cbaf84ca81b452586b3a6dc60da7223e6
MD5 4f2333ca6d69fa888e82a3319f724d8d
BLAKE2b-256 74ee78e43cb1959f378f105893e5ff553de403d351b3bd24c58a99513f03192b

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.3-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.3-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 5d6038e955a06c3b2241dd3a4d7ba670148e6614c66c684bfc310dfea4f00cb0
MD5 de3bdd7be01c4e9967668a57a464211e
BLAKE2b-256 3fbe935f652b030095f4ed9e47f2f8f026d1c0f8a3b633d28ee9ade898eaaa3a

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.3-cp39-none-win_amd64.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.3-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 d1eeefe16064ce989582c713736bd2724c1960b835ec183912297e73a9cf430c
MD5 05c40bb45fad3371b02be16ba3d2957b
BLAKE2b-256 0b8e2fdad8c753d3c05642594c5c652f28261986d3ed26ad9a38dea7026c776a

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.3-cp39-none-win32.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.3-cp39-none-win32.whl
Algorithm Hash digest
SHA256 f0bb3cbcd2a6587479bdbc955b6e27ea86e1e43a983d87ff4e80abcdeb453986
MD5 daa879c1758130f3400a9830534b47f3
BLAKE2b-256 5badd7e116655611a18931c0cef440251acf8199d4aaead45bf8bdd8d4980520

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for chardetng_py-0.3.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c5f3f0424a5ec0215c04b4cf39f613f5e7431e730e985020e302b60c73f1a88a
MD5 589279150816523397e7d91e3df24936
BLAKE2b-256 220cc001d5a09227142bad6405ffd955fe6479162cc4f7eee8298a28d6d11f55

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for chardetng_py-0.3.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ced9f744400c3bc439de64b79655f5e36db1b40a1cacb5017ea162a1ec1dddf5
MD5 7087360f6f70e5c0171e1ed036ba8a7e
BLAKE2b-256 a511198dc0651c51c21ef66f6c08ef6a9988ca449f7fedf66a360bdb965954d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for chardetng_py-0.3.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c9bc3c370683319a24c37ea6ee79802c6d368b2355abad4e48012efbe71d31dd
MD5 223fe822d650a601090abdb7be3bd027
BLAKE2b-256 570080f2dd0def827b9fe1f12549a7372d5c6b68cb94e25f9df0b6477e395dd9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for chardetng_py-0.3.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 14d8dce2029a4155dd5345e2ac0718767f1b9962d60511c3a6d4a667dfe92acf
MD5 8024681d27c9c4fc7be17618b9ed1a5f
BLAKE2b-256 4f8c0ee50799e925b29521bbb3cf98903ba885bf20bdc39ef1792246a9f03034

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for chardetng_py-0.3.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e84a0e8f822d5a151dad0d89e9b31db865a64b281c1a4e734c59d32bd1521e72
MD5 d08d3d7ff87bc2989b58558f94369ae2
BLAKE2b-256 f9d506504cc7495ec8e760970e54a37a94b790e804037db5d0c5d5eb5bc4b150

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for chardetng_py-0.3.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 62c40af634cd1a62d95a7e6c6a5a388d819a92940bff8dc216b8c5f2eeaeef3d
MD5 330310282d30eaed68d460f03e039480
BLAKE2b-256 fca542bd26655857b34aa86a31c0f18db92ca2150a22cd5feb66b881c8cb382b

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.3-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.3-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 158f280f06acfd225f5981255d44f19ce65ff9b18a4732d74ac808c0397a0cd7
MD5 7ee377227a8dbc6437d83c77f6d20f10
BLAKE2b-256 2683f5046a0cb6537d6eb7c08752f482fb54e663d394337ed0e974ed2b9750ac

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.3-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.3-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 4e80962a27e6a377778f98b7ebe3de65faf0473bcc06838c89b4bc0d0b7315ed
MD5 7f6d06a389a4d41f6fb82ee206c25ced
BLAKE2b-256 4fdec9d49515603e75f447e6618c323a3adfdf1fb88b407d899dd31687854786

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.3-cp38-none-win_amd64.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.3-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 580d2a12960a8ec1b7ea1155b6a1f235ac33002c6034856f252d576a569a7ba6
MD5 669190a0a5f1750df473eb45f9d02dae
BLAKE2b-256 d726ead506665eae5603f74e6b37f98afbf0b767e9e08ab7de03ce131a8bc5b2

See more details on using hashes here.

File details

Details for the file chardetng_py-0.3.3-cp38-none-win32.whl.

File metadata

File hashes

Hashes for chardetng_py-0.3.3-cp38-none-win32.whl
Algorithm Hash digest
SHA256 2afd52713a4070b613885ade213631dd1bd11a1ca86b3554eab4ffb6e32e958a
MD5 22b18e29becef7370d8f136624badb5c
BLAKE2b-256 21e0c57c8351d062f21cfa5254b15f57e2668cc682a91e5a13996a9a458d7f93

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for chardetng_py-0.3.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 06ced6d636ad6845ab4fc65fa4e2c8ff2ccf469a089bd362b31df640a5db4cfc
MD5 f4e82e7c20c2b6ae71955f142c4ed4be
BLAKE2b-256 7665ffc9311b51f790fd122eb2199386ea38d52d5ae6150006817ebb285e86f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for chardetng_py-0.3.3-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1619a7e81b2a5b279b4f9d1ab0108bfe45a19844516bc9e99bc50a45afb59fef
MD5 f8d533ffc7ed8ccafed4a3f565bc7009
BLAKE2b-256 a9e22eb1fec9ec2006bb4bb36cf8e737490fa7def8d79e6153d8b21373065dcf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for chardetng_py-0.3.3-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 52dbad455ad822c6748d774377f6d1fce7ed5a81c3869964c010a3220ac2d3d7
MD5 31e796c5f8d52f49f687d787264ac6b9
BLAKE2b-256 6db074ff0ea9bf6c3f77e0771804f5897aec724b2f044a138fb45d13642a26ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for chardetng_py-0.3.3-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a983891b758c2da978fe1e356e571b6783fd3b984996c5abfb99f96f12dd1ce8
MD5 b69ba698d3d7141794979fe2ba655773
BLAKE2b-256 43078dfe4278663df21a6ed1a555aa27ac61be4782afe3a2680526b88eec133a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for chardetng_py-0.3.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 baea5c457de88511813c8cc67c08837154e4e30bbea918999cdc09702e6a3ccb
MD5 b3a76bd7e8d9e41e3418df9fed84af10
BLAKE2b-256 b3f8c1f38f19c1b18655fefd28a40a515f4f19731d0902d60b9165ec9a26982a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for chardetng_py-0.3.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 ee856414ec9327e02505de6a14430b09206d96e6ab655d25aa6b6ffe933f9336
MD5 63f07a2e3aebbea62a9695ed0b8fac8e
BLAKE2b-256 5f0068b36dede91dad8bd4ab47fa4b3e1e467d0e044f612fffb02b4c4fdeed5d

See more details on using hashes here.

Supported by

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