Skip to content

scholarsportal/ask_academic_dates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ask Academic Date

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
# or
poetry add 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.

Todo

  1. Test
  2. Refactor
  3. Add docstring
  4. Add a Makefile
  5. Add show terminal graph for a given month
  6. Create a .rst file and add metadata for

Releases

No releases published

Packages

No packages published