HEX
Server: Apache/2.4.65 (Ubuntu)
System: Linux ielts-store-v2 6.8.0-1036-gcp #38~22.04.1-Ubuntu SMP Thu Aug 14 01:19:18 UTC 2025 x86_64
User: root (0)
PHP: 7.2.34-54+ubuntu20.04.1+deb.sury.org+1
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,
Upload Files
File: //snap/google-cloud-cli/current/platform/gsutil/third_party/chardet/setup.cfg
[metadata]
name = chardet
version = attr: chardet.version.__version__
description = Universal encoding detector for Python 3
long_description = file: README.rst
author = Mark Pilgrim
author_email = mark@diveintomark.org
maintainer = Daniel Blanchard
maintainer_email = dan.blanchard@gmail.com
url = https://github.com/chardet/chardet
license = LGPL
keywords = encoding, i18n, xml
project_urls =
    Documentation = https://chardet.readthedocs.io/
    GitHub Project = https://github.com/chardet/chardet
    Issue Tracker = https://github.com/chardet/chardet/issues
classifiers =
    Development Status :: 5 - Production/Stable
    Intended Audience :: Developers
    License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)
    Operating System :: OS Independent
    Programming Language :: Python
    Programming Language :: Python :: 3
    Programming Language :: Python :: 3.7
    Programming Language :: Python :: 3.8
    Programming Language :: Python :: 3.9
    Programming Language :: Python :: 3.10
    Programming Language :: Python :: 3.11
    Programming Language :: Python :: Implementation :: CPython
    Programming Language :: Python :: Implementation :: PyPy
    Topic :: Software Development :: Libraries :: Python Modules
    Topic :: Text Processing :: Linguistic

[options]
include_package_data = true
python_requires = >=3.7
packages = find:

[options.package_data]
chardet = py.typed

[options.entry_points]
console_scripts =
    chardetect = chardet.cli.chardetect:main

[tool:pytest]
addopts = -v
python_files = test.py
norecursedirs = *