OXIESEC PANEL
- Current Dir:
/
/
opt
/
gsutil
/
third_party
/
charset_normalizer
Server IP: 2a02:4780:11:1594:0:ef5:22d7:a
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
12/09/2024 05:26:03 PM
rwxr-xr-x
📄
.codecov.yml
128 bytes
10/09/2024 06:13:32 AM
rw-r--r--
📄
.coveragerc
32 bytes
10/09/2024 06:13:32 AM
rw-r--r--
📁
.github
-
10/09/2024 06:13:32 AM
rwxr-xr-x
📄
.gitignore
1.69 KB
10/09/2024 06:13:32 AM
rw-r--r--
📄
.readthedocs.yaml
400 bytes
10/09/2024 06:13:32 AM
rw-r--r--
📄
CHANGELOG.md
18.08 KB
10/09/2024 06:13:32 AM
rw-r--r--
📄
CODE_OF_CONDUCT.md
3.28 KB
10/09/2024 06:13:32 AM
rw-r--r--
📄
CONTRIBUTING.md
3.64 KB
10/09/2024 06:13:32 AM
rw-r--r--
📄
LICENSE
1.04 KB
10/09/2024 06:13:32 AM
rw-r--r--
📄
MANIFEST.in
196 bytes
10/09/2024 06:13:32 AM
rw-r--r--
📄
README.md
12.7 KB
10/09/2024 06:13:32 AM
rw-r--r--
📄
SECURITY.md
201 bytes
10/09/2024 06:13:32 AM
rw-r--r--
📄
UPGRADE.md
768 bytes
10/09/2024 06:13:32 AM
rw-r--r--
📁
bin
-
10/09/2024 06:13:32 AM
rwxr-xr-x
📄
build-requirements.txt
449 bytes
10/09/2024 06:13:32 AM
rw-r--r--
📁
charset_normalizer
-
02/11/2025 08:19:49 AM
rwxr-xr-x
📁
data
-
10/09/2024 06:13:32 AM
rwxr-xr-x
📄
dev-requirements.txt
464 bytes
10/09/2024 06:13:32 AM
rw-r--r--
📁
docs
-
10/09/2024 06:13:32 AM
rwxr-xr-x
📄
setup.cfg
1.99 KB
10/09/2024 06:13:32 AM
rw-r--r--
📄
setup.py
808 bytes
10/09/2024 06:13:32 AM
rw-r--r--
📁
tests
-
10/09/2024 06:13:32 AM
rwxr-xr-x
Editing: setup.cfg
Close
[metadata] name = charset-normalizer description = The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet. long_description = file: README.md, CHANGELOG.md, LICENSE long_description_content_type = text/markdown keywords = encoding, charset, charset-detector, detector, normalization, unicode, chardet, detect url = https://github.com/Ousret/charset_normalizer license = MIT author_email = tahri.ahmed@proton.me author = Ahmed TAHRI project_urls = Bug Reports = https://github.com/Ousret/charset_normalizer/issues Documentation = https://charset-normalizer.readthedocs.io/en/latest classifiers = Development Status :: 5 - Production/Stable License :: OSI Approved :: MIT License Intended Audience :: Developers Topic :: Software Development :: Libraries :: Python Modules 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 :: 3.12 Programming Language :: Python :: 3.13 Programming Language :: Python :: Implementation :: PyPy Topic :: Text Processing :: Linguistic Topic :: Utilities Typing :: Typed [options.packages.find] exclude = tests *.tests *.tests.* tests.* docs* data* [options.extras_require] unicode_backport = [options.entry_points] console_scripts = normalizer = charset_normalizer.cli:cli_detect [options] packages = find: include_package_data = True python_requires = >=3.7.0 [options.package_data] charset_normalizer = py.typed [tool:pytest] addopts = --cov=charset_normalizer --cov-report=term-missing -rxXs [flake8] ignore = W503, E203, B305 max-line-length = 120 [mypy] disallow_untyped_defs = True ignore_missing_imports = True [tool:isort] profile = black combine_as_imports = True