https://github.com/guinslym/ask_academic_dates
https://github.com/guinslym/ask_academic_dates
ask scholars-portal
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/guinslym/ask_academic_dates
- Owner: guinslym
- Created: 2019-11-18T23:52:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-10T12:52:29.000Z (over 6 years ago)
- Last Synced: 2025-08-21T12:12:58.626Z (10 months ago)
- Topics: ask, scholars-portal
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ask Schools
[



](https://pypi.org/project/ask_schools/)
[](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/).