AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
docs/Makefile
docs/conf.py
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/readme.rst
docs/usage.rst
src/mentormatch/__init__.py
src/mentormatch/api.py
src/mentormatch/cli.py
src/mentormatch.egg-info/PKG-INFO
src/mentormatch.egg-info/SOURCES.txt
src/mentormatch.egg-info/dependency_links.txt
src/mentormatch.egg-info/entry_points.txt
src/mentormatch.egg-info/requires.txt
src/mentormatch.egg-info/top_level.txt
src/mentormatch/applicants/__init__.py
src/mentormatch/applicants/applicant.py
src/mentormatch/applicants/applicants_generator.py
src/mentormatch/applicants/applicants_group.py
src/mentormatch/applicants/mentor_mentee.py
src/mentormatch/excel_data_handling/__init__.py
src/mentormatch/excel_data_handling/data_fields.py
src/mentormatch/excel_data_handling/excel_data_handler.py
src/mentormatch/import_from excel/__init__.py
src/mentormatch/main/__init__.py
src/mentormatch/main/get_path_from_user.py
src/mentormatch/roster/__init__.py
src/mentormatch/roster/mentor_mentee.py
src/mentormatch/roster/potential_pair.py
src/mentormatch/roster/roster_generator.py
src/mentormatch/roster/roster_group.py
src/mentormatch/roster/visualize.py
src/mentormatch/schema/__init__.py
src/mentormatch/schema/data_field.py
src/mentormatch/schema/data_validation.py
src/mentormatch/schema/schema.py
src/mentormatch/setup/__init__.py
src/mentormatch/setup/setup.py
src/mentormatch/utilities/__init__.py
src/mentormatch/utilities/error_messages.py
src/mentormatch/utilities/logging_handler.py
src/mentormatch/utilities/utilities.py
tests/excel.xlsx
tests/test_mentormatch.py
tests/test_openpyxl.py