.coveragerc
.env.default
.gitignore
.travis.yml
AUTHORS.rst
CHANGELOG.rst
LICENSE.txt
README.md
requirements.txt
setup.cfg
setup.py
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/index.rst
docs/license.rst
docs/_static/.gitignore
src/fb_duckling/__init__.py
src/fb_duckling/anonymizer.py
src/fb_duckling/base_class.py
src/fb_duckling/duckling.py
src/fb_duckling/utils.py
src/fb_duckling.egg-info/PKG-INFO
src/fb_duckling.egg-info/SOURCES.txt
src/fb_duckling.egg-info/dependency_links.txt
src/fb_duckling.egg-info/entry_points.txt
src/fb_duckling.egg-info/not-zip-safe
src/fb_duckling.egg-info/top_level.txt
tests/conftest.py
tests/fb_duckling/test_anonymizer.py
tests/fb_duckling/test_duckling.py