Metadata-Version: 2.4
Name: lk-schools
Version: 0.1.1
Summary: Open, community-maintained dataset of Sri Lankan schools, filterable by district, province, and type.
Project-URL: Homepage, https://github.com/brainushq/lk-schools
Project-URL: Issues, https://github.com/brainushq/lk-schools/issues
Author: lk-schools contributors
License-Expression: MIT
Keywords: education,open-data,schools,sri-lanka
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Typing :: Typed
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# lk-schools

Open, community-maintained dataset of Sri Lankan schools.

```python
from lk_schools import find_schools, get_provinces

schools = find_schools(province="Northern", query="maha vidyalaya")
provinces = get_provinces()
```

See the [main repo](https://github.com/brainushq/lk-schools) for the data
schema, license, and how to contribute a missing or corrected school.
