OXIESEC PANEL
- Current Dir:
/
/
opt
/
gsutil
/
third_party
/
chardet
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
📄
.git-blame-ignore-revs
84 bytes
08/01/2023 07:12:12 PM
rw-r--r--
📄
.gitattributes
14 bytes
08/01/2023 07:12:12 PM
rw-r--r--
📁
.github
-
08/01/2023 07:12:12 PM
rwxr-xr-x
📄
.gitignore
81 bytes
08/01/2023 07:12:12 PM
rw-r--r--
📄
.pre-commit-config.yaml
820 bytes
08/01/2023 07:12:12 PM
rw-r--r--
📄
.prospector.yaml
296 bytes
08/01/2023 07:12:12 PM
rw-r--r--
📄
LICENSE
25.91 KB
08/01/2023 07:12:12 PM
rw-r--r--
📄
MANIFEST.in
195 bytes
08/01/2023 07:12:12 PM
rw-r--r--
📄
NOTES.rst
3.68 KB
08/01/2023 07:12:12 PM
rw-r--r--
📄
README.rst
1.96 KB
08/01/2023 07:12:12 PM
rw-r--r--
📄
bench.py
4.79 KB
08/01/2023 07:12:12 PM
rw-r--r--
📁
chardet
-
02/11/2025 08:19:49 AM
rwxr-xr-x
📄
convert_language_model.py
9.11 KB
08/01/2023 07:12:12 PM
rw-r--r--
📁
docs
-
08/01/2023 07:12:12 PM
rwxr-xr-x
📄
pyproject.toml
81 bytes
08/01/2023 07:12:12 PM
rw-r--r--
📄
setup.cfg
1.55 KB
08/01/2023 07:12:12 PM
rw-r--r--
📄
test.py
7.95 KB
08/01/2023 07:12:12 PM
rw-r--r--
📁
tests
-
08/01/2023 07:12:12 PM
rwxr-xr-x
Editing: setup.cfg
Close
[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 = *