ask-schools

Ask Scholars Portal School Name Conversion


Keywords
Ask, Scholars, Portal, Ontario, scholars-portal
License
MIT
Install
pip install ask-schools==0.3.6

Documentation

Ask Schools

PyPI PyPI PyPI TravisCI

This package helps convert Ask School suffixes to the school full name.

Installation

Ask Schools can be installed from PyPI using pip or your package manager of choice:

pip install ask_schools

Usage

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'

Code of Conduct

Everyone interacting in the project's codebases, issue trackers, chat rooms, and mailing lists is expected to follow the PyPA Code of Conduct.