This package helps convert Ask School suffixes to the school full name.
Ask Schools can be installed from PyPI using pip
or your package manager of choice:
pip install ask_schools
Example:
from ask_schools import find_school_by_operator_suffix
def test_check_school_name_equal_toronto():
result = find_school_by_operator_suffix('_tor')
assert result == 'Tordonto'
Everyone interacting in the project's codebases, issue trackers, chat rooms, and mailing lists is expected to follow the PyPA Code of Conduct.