Skip to content

guinslym/ask_schools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Ask school name normalization

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages