blob: b14449360ddda9652b277a881f03630a0ab499f4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
|
# Generated by devtools/yamaker (pypi).
PY3_LIBRARY()
VERSION(5.2.0)
LICENSE(LGPL-2.1-or-later)
NO_LINT()
PY_SRCS(
TOP_LEVEL
chardet/__init__.py
chardet/__main__.py
chardet/big5freq.py
chardet/big5prober.py
chardet/chardistribution.py
chardet/charsetgroupprober.py
chardet/charsetprober.py
chardet/cli/__init__.py
chardet/cli/chardetect.py
chardet/codingstatemachine.py
chardet/codingstatemachinedict.py
chardet/cp949prober.py
chardet/enums.py
chardet/escprober.py
chardet/escsm.py
chardet/eucjpprober.py
chardet/euckrfreq.py
chardet/euckrprober.py
chardet/euctwfreq.py
chardet/euctwprober.py
chardet/gb2312freq.py
chardet/gb2312prober.py
chardet/hebrewprober.py
chardet/jisfreq.py
chardet/johabfreq.py
chardet/johabprober.py
chardet/jpcntx.py
chardet/langbulgarianmodel.py
chardet/langgreekmodel.py
chardet/langhebrewmodel.py
chardet/langhungarianmodel.py
chardet/langrussianmodel.py
chardet/langthaimodel.py
chardet/langturkishmodel.py
chardet/latin1prober.py
chardet/macromanprober.py
chardet/mbcharsetprober.py
chardet/mbcsgroupprober.py
chardet/mbcssm.py
chardet/metadata/__init__.py
chardet/metadata/languages.py
chardet/resultdict.py
chardet/sbcharsetprober.py
chardet/sbcsgroupprober.py
chardet/sjisprober.py
chardet/universaldetector.py
chardet/utf1632prober.py
chardet/utf8prober.py
chardet/version.py
)
RESOURCE_FILES(
PREFIX contrib/python/chardet/py3/
.dist-info/METADATA
.dist-info/entry_points.txt
.dist-info/top_level.txt
chardet/py.typed
)
END()
RECURSE_FOR_TESTS(
tests
)
|