MANIFEST.in
setup.py
chineseconv/LICENSE
chineseconv/__init__.py
chineseconv/cedict.py
chineseconv/codedpinyin.py
chineseconv/converter.py
chineseconv/dictcombined.py
chineseconv/dictentry.py
chineseconv/htmlformatter.py
chineseconv/py2exesetup.py
chineseconv/readmandarindict.py
chineseconv/templatefinder.py
chineseconv/texformatter.py
chineseconv/utf8tokenizer.py
chineseconv/vocabulary.py
chineseconv.egg-info/PKG-INFO
chineseconv.egg-info/SOURCES.txt
chineseconv.egg-info/dependency_links.txt
chineseconv.egg-info/entry_points.txt
chineseconv.egg-info/top_level.txt
chineseconv/dictionaries/__init__.py
chineseconv/dictionaries/cedict_ts.u8
chineseconv/dictionaries/readmandarin.u8
chineseconv/templates/__init__.py
chineseconv/templates/html_body.txt
chineseconv/templates/html_item_with_translation.txt
chineseconv/templates/html_item_without_translation.txt
chineseconv/templates/html_vocabulary_body.txt
chineseconv/templates/html_vocabulary_item.txt
chineseconv/templates/tex_body.txt
chineseconv/templates/tex_item_with_translation.txt
chineseconv/templates/tex_item_without_translation.txt
chineseconv/templates/tex_vocabulary_body.txt
chineseconv/templates/tex_vocabulary_item.txt
test/testcedict.py
test/testcodedpinyin.py
test/testdictcombined.py
test/testreadmandarin.py
test/testtokenizer.py
test/testtranslator.py