Skip to content

codeforIATI/iatikit

Repository files navigation

iatikit

PyPI Package latest release License Supported versions Build Status Test coverage

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.

Installation

iatikit is tested for pythons 3.7 – 3.9.

You can install it using pip:

pip install iatikit

Documentation

Check out Read the Docs!

Roadmap

The github issue tracker will hopefully provide some idea.

Development

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

Deployment

iatikit is deployed to pypi automatically by GitHub Actions whenever a new tag is pushed to github.

License

This work is MIT licensed.