123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- # Generated by devtools/yamaker (pypi).
- PY2_LIBRARY()
- VERSION(4.0.0)
- LICENSE(LGPL-2.1-or-later)
- NO_LINT()
- PY_SRCS(
- TOP_LEVEL
- chardet/__init__.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/compat.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/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/mbcharsetprober.py
- chardet/mbcsgroupprober.py
- chardet/mbcssm.py
- chardet/metadata/__init__.py
- chardet/metadata/languages.py
- chardet/sbcharsetprober.py
- chardet/sbcsgroupprober.py
- chardet/sjisprober.py
- chardet/universaldetector.py
- chardet/utf8prober.py
- chardet/version.py
- )
- RESOURCE_FILES(
- PREFIX contrib/python/chardet/py2/
- .dist-info/METADATA
- .dist-info/entry_points.txt
- .dist-info/top_level.txt
- )
- END()
- RECURSE_FOR_TESTS(
- tests
- )
|