MANIFEST.in
README.md
setup.py
bin/mkinx
mkinx/__init__.py
mkinx/build.py
mkinx/documentation.md
mkinx/index.md
mkinx/mkdocs.yml
mkinx.egg-info/PKG-INFO
mkinx.egg-info/SOURCES.txt
mkinx.egg-info/dependency_links.txt
mkinx.egg-info/not-zip-safe
mkinx.egg-info/requires.txt
mkinx.egg-info/top_level.txt
mkinx/example_project/.DS_Store
mkinx/example_project/Makefile
mkinx/example_project/__project__
mkinx/example_project/classif/__init__.py
mkinx/example_project/classif/inference.py
mkinx/example_project/classif/models.py
mkinx/example_project/classif/__pycache__/__init__.cpython-36.pyc
mkinx/example_project/classif/__pycache__/ds.cpython-36.pyc
mkinx/example_project/classif/__pycache__/models.cpython-36.pyc
mkinx/example_project/datasets/__init__.py
mkinx/example_project/datasets/datasets.py
mkinx/example_project/datasets/__pycache__/__init__.cpython-36.pyc
mkinx/example_project/datasets/__pycache__/datasets.cpython-36.pyc
mkinx/example_project/matching/__init__.py
mkinx/example_project/matching/elastic.py
mkinx/example_project/matching/search.py
mkinx/example_project/matching/__pycache__/__init__.cpython-36.pyc
mkinx/example_project/matching/__pycache__/elastic.cpython-36.pyc
mkinx/example_project/matching/__pycache__/haha.cpython-36.pyc
mkinx/example_project/matching/__pycache__/module.cpython-36.pyc
mkinx/example_project/matching/__pycache__/search.cpython-36.pyc
mkinx/example_project/source/classif.rst
mkinx/example_project/source/conf.py
mkinx/example_project/source/datasets.rst
mkinx/example_project/source/index.rst
mkinx/example_project/source/matching.rst