Skip to content

Releases: SchoolDigger/schooldigger-python

v1.0.0 - Initial Release

01 Apr 18:40

Choose a tag to compare

Initial release of the SchoolDigger Python SDK.

Install

pip install schooldigger

What's included

  • SchoolsApi — search_schools(), get_school()
  • DistrictsApi — search_districts(), get_district()
  • RankingsApi — get_school_rankings(), get_district_rankings()
  • AutocompleteApi — autocomplete_schools(), autocomplete_districts()

All 8 SchoolDigger API v2.3 endpoints with full type hints and Pydantic models.