Library for connecting to the Eduterm API
Project description
EdutermClient
Python library for interfacing with the Eduterm API.
usage
Initiate the client with a valid api key, and request with a queryname and optional arguments. The response table will allow you to iterate the response rows.
from edutermclient.edutermclient import EdutermClient
c = EdutermClient("4c6ef653-44cf-4537-88f5-379d41575f0a")
c.request("VakLeergebieden", {"onderwijsniveau": "bk:512e4729-03a4-43a2-95ba-758071d1b725"})
for row in c.response_table:
print(row["vakLabel"])
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 Distribution
edutermclient-0.2.1.tar.gz
(5.1 kB
view details)
Built Distribution
File details
Details for the file edutermclient-0.2.1.tar.gz
.
File metadata
- Download URL: edutermclient-0.2.1.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/44.1.0 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
08b5c1c52f917cb197518e29f1c81c0e8f7acffc0d890a7e4ac52a031a54a3fa
|
|
MD5 |
3caf73d803fbc904633a9dfe6606a6cb
|
|
BLAKE2b-256 |
d6a5c90c10b69f6f82481979202971e227d59f850d3868e7ac0854eda366cfcb
|
File details
Details for the file edutermclient-0.2.1-py3-none-any.whl
.
File metadata
- Download URL: edutermclient-0.2.1-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/44.1.0 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
ec1a16a98b7caf5ac5721e41d0850878004342bcb3568fd5339d5f3fb76d452c
|
|
MD5 |
a29e002d7ae2980699f2ca5309e1bbf4
|
|
BLAKE2b-256 |
4e0c2c4a7ca34355002de02648311e43ad4752d41e1ca43b6011b0e2e87c1d59
|