ask-academic-dates

Ask Scholars Portal Academic Date finder


Keywords
Ask, Scholars, Portal, Ontario, scholars-portal
License
MIT
Install
pip install ask-academic-dates==0.2.4

Documentation

Ask Schools

PyPI PyPI PyPI TravisCI

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

Installation

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

pip install ask_academic_dates

Usage

Example:

from ask_academic_dates import find_academic_year
from datetime import date

def check_find_academic_year():
  given_date = date(2019,5,3)
  result = find_academic_year(given_date)
  assert result == '2018-2019'

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.