iati-data-access / iati-flattener

Library to flatten IATI data
GNU Affero General Public License v3.0
1 stars 3 forks source link

IATI Flattener

A set of tools to flatten IATI XML transactional and budget data into clean, denormalised data.

IATI Flattener groups the data in three ways:

Nightly generated Excel files can also be found at Country Development Finance Data, using the "Access data files" option.

Installation

You can install this package via PyPI

pip3 install iatiflattener

Developers

You can install this as an editable install in the standard way. Once you have your virtual environment setup for the client application, activate it, then change to the directory where you have cloned the repository and run:

pip install --editable .