A client for SFU's course outline API.
Project description
sfu-api
A client for SFU's course outline API.
Examples
Printing all the terms of the first year
client = sfu_api.Client()
years = client.get_years()
terms = client.get_terms(years[0])
for term in terms:
print(term)
# summer
# fall
Getting the course description for MATH 150 D101 (Calculus I with Review) in the Summer 2023 term
client = sfu_api.Client()
outline = client.get_outline("2023", "summer", "math", "150", "d101")
print(outline.info.description)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
sfu_api-0.1.3.tar.gz
(13.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sfu_api-0.1.3.tar.gz.
File metadata
- Download URL: sfu_api-0.1.3.tar.gz
- Upload date:
- Size: 13.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0fe1fdd617b07c74273bfb0cd6841f830d6c6b8cab2d74da1020abe105a7de58
|
|
| MD5 |
423438c3b725d41074eb1cb55720879b
|
|
| BLAKE2b-256 |
e48849cd1f5f04231d4020353bbdb1c6306d40851046e84223bec76dea1771af
|
File details
Details for the file sfu_api-0.1.3-py3-none-any.whl.
File metadata
- Download URL: sfu_api-0.1.3-py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f5d98685c0ad24063e62352835cfd16cbbe2bc3a41661edc373b729845573ada
|
|
| MD5 |
6dc3916d3a3597f96beacc4928acb1ec
|
|
| BLAKE2b-256 |
39aec96d4656999415964df83a07402e1ead6d06e0129df5462b3b3231d444b1
|