iatikit is a toolkit for using IATI data. It includes a query language wrapper around XPath, to make dealing with disparate IATI versions easier.
The name was inspired by Open Contracting’s ocdskit.
iatikit is tested for pythons 3.7 – 3.9.
You can install it using pip
:
pip install iatikit
Check out Read the Docs!
The github issue tracker will hopefully provide some idea.
You can set up a local version by creating a virtualenv and running:
pip install -r requirements_dev.txt
You can run tests with:
pytest
iatikit is deployed to pypi automatically by GitHub Actions whenever a new tag is pushed to github.
This work is MIT licensed.