An open API service indexing awesome lists of open source software.

https://github.com/guinslym/ask_academic_dates


https://github.com/guinslym/ask_academic_dates

ask scholars-portal

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# Ask Schools

[
![PyPI](https://img.shields.io/pypi/v/ask_schools.svg)
![PyPI](https://img.shields.io/pypi/pyversions/ask_schools.svg)
![PyPI](https://img.shields.io/github/license/guinslym/ask_schools.svg)
](https://pypi.org/project/ask_schools/)
[![TravisCI](https://travis-ci.org/guinslym/ask_schools.svg?branch=master)](https://travis-ci.org/guinslym/ask_schools)

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:

```python

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](https://www.pypa.io/en/latest/code-of-conduct/).