LICENSE
MANIFEST.in
README.md
requirements.txt
setup.py
data/textcat_training.csv
data/training_data_converted.json
data/training_data_format.csv
data/training_data_format_xls.xls
dframcy/__init__.py
dframcy/cli.py
dframcy/dframcy.py
dframcy/matcher.py
dframcy/trainer.py
dframcy/utils.py
dframcy.egg-info/PKG-INFO
dframcy.egg-info/SOURCES.txt
dframcy.egg-info/dependency_links.txt
dframcy.egg-info/entry_points.txt
dframcy.egg-info/requires.txt
dframcy.egg-info/top_level.txt
tests/__init__.py
tests/test_cli.py
tests/test_dframcy.py
tests/test_matcher.py