'Search client for OpenData Euskadi'
Project description
This library provides a Python interface for the Euskadi.eus search engine.
Installation
The preferred way of installing is using pip:
pip install scodeu
Usage
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')
Families
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.
References
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.
LICENSE
This software is licensed as is under GPL v3 license.
CONTRIBUTING
Please send your PR to the projects Github page.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
File details
Details for the file scodeu-0.3.zip
.
File metadata
- Download URL: scodeu-0.3.zip
- Upload date:
- Size: 24.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 680fcf73591be926ccf9751a9911fdffb2f6317cda5763562e0c7522f8da3748 |
|
MD5 | 7aa501e75276fce11b584f83eafd4882 |
|
BLAKE2b-256 | de1fc6864c579745834d4b9e946ec8cbb6a011564a477875aa9131c247f3df42 |
File details
Details for the file scodeu-0.3.tar.gz
.
File metadata
- Download URL: scodeu-0.3.tar.gz
- Upload date:
- Size: 21.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eac01cb89f9e642e7793c36a5fd674fb52da6b7d9b5e3b20315d61e216beedf2 |
|
MD5 | cbb05ce7838196038647168bd6a4e98f |
|
BLAKE2b-256 | 707b5917ccdc74ac019dc8d5472be158c2f76cc5f5536cc550615f167a4c5fe3 |