Libraries for The OpenRSData Project.
This is very much a work in progress.
Currently, only a Python 3 library is available. Future languages (and perhaps Python 2) may be supported.
See examples.py for example usage.
- get_all_school_data - Get all the school data.
- get_number_of_schools - Get the number of schools.
- get_valid_juris - Get the valid jurisdictions (ones with schools).
- get_number_of_schools_by_juris - Get the number of schools by jurisdiction.
- get_school_by_id - Get school info by id.
- get_version - Get version of the library.
- get_schools_by_year_range - Get schools open between two different years.