MANIFEST.in
README.md
setup.cfg
setup.py
bin/speed_friending_matcher
example/sample.csv
example/sample_2.csv
speed_friending_matcher/__init__.py
speed_friending_matcher/application.py
speed_friending_matcher.egg-info/PKG-INFO
speed_friending_matcher.egg-info/SOURCES.txt
speed_friending_matcher.egg-info/dependency_links.txt
speed_friending_matcher.egg-info/requires.txt
speed_friending_matcher.egg-info/top_level.txt
speed_friending_matcher/core/__init__.py
speed_friending_matcher/core/person.py
speed_friending_matcher/core/results.py
speed_friending_matcher/core/simple_clique.py
speed_friending_matcher/core/matching/__init__.py
speed_friending_matcher/core/matching/clique_matchmaker.py
speed_friending_matcher/core/matching/simple_matchmaker.py
speed_friending_matcher/core/matching/tests/__init__.py
speed_friending_matcher/core/matching/tests/test_clique_matchmaker.py
speed_friending_matcher/core/matching/tests/test_simple_matchmaker.py
speed_friending_matcher/core/tests/__init__.py
speed_friending_matcher/core/tests/test_person.py
speed_friending_matcher/core/tests/test_results.py
speed_friending_matcher/core/tests/test_simple_clique.py
speed_friending_matcher/exporter/__init__.py
speed_friending_matcher/exporter/cliqueexporter.py
speed_friending_matcher/exporter/export_tools.py
speed_friending_matcher/exporter/exporter.py
speed_friending_matcher/exporter/graphexporter.py
speed_friending_matcher/exporter/onexlsxexporter.py
speed_friending_matcher/exporter/todoexporter.py
speed_friending_matcher/exporter/tests/__init__.py
speed_friending_matcher/exporter/tests/people_testdata.py
speed_friending_matcher/exporter/tests/test_cliqueexporter.py
speed_friending_matcher/exporter/tests/test_graphexporter.py
speed_friending_matcher/exporter/tests/test_onexlsxwriter.py
speed_friending_matcher/exporter/tests/test_todoexporter.py
speed_friending_matcher/importer/__init__.py
speed_friending_matcher/importer/csvimporter.py
speed_friending_matcher/importer/importer.py
speed_friending_matcher/importer/tests/__init__.py
speed_friending_matcher/importer/tests/test_csvimporter.py
speed_friending_matcher/server/__init__.py
speed_friending_matcher/server/index.html
speed_friending_matcher/server/server.py
speed_friending_matcher/tests/__init__.py
speed_friending_matcher/tests/test_application.py
speed_friending_matcher/tests/test_application_integration.py