Skip to content

ErikBoesen/yalecourses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yalecourses PyPI version

Python library for interfacing with the Yale Courses API.

API documentation

Setup

First, install the module:

pip3 install yalecourses

Then, to use these functions, you must import the module:

import yalecourses

Before using the library, you must instantiate its class, for example:

courses = yalecourses.YaleCourses('your API key here')

You can obtain your API key as described here.

Retrieval Functions

  • TODO

See example.py for several usage examples.

Author

Erik Boesen

License

GPL

About

A Python wrapper for the Yale Courses API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages