This library provides a Python interface for the Euskadi.eus search engine.
The preferred way of installing is using pip:
pip install scodeu
This is a minimal search operation in OpenData family for metheorological documents in basque:
>>> import scodeu >>> client = scodeu.OpenData() >>> data = client.codified_search(tipo='ds_meteorologicos', lang='eu') >>> items = data.get('items')
Documents in euskadi.eus are organized in families. Every family defines its allowed content types and metadata. Metadata is used to filter results inside a content type.
Every families in euskadi.eus are available using scodeu. Best place to see available families, common metadata and allowed types is in the families.py file.
Theese are the base documents used to create scodeu
Information about available families, metadata and allowed types.
Search engine users manual (pdf).
Pseudo-REST API information.
This software is licensed as is under GPL v3 license.
Please send your PR to the projects Github page.