Skip to content
This repository has been archived by the owner on Nov 17, 2022. It is now read-only.

Add detail on IATI version support to README #216

Merged
merged 2 commits into from
Nov 7, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,14 @@ The file `docs/build/index.html` serves as the documentation home page.
**Note:** These are a work-in-progress. The `edit-docs` branch works to provide an improved docs site.


IATI Version Support
====================

pyIATI fully supports versions `1.04`, `1.05`, `2.01` and `2.02` of the IATI Standard.

Schemas for versions `1.01`, `1.02` and `1.03` are included in the `iati/resources/standard` directory but are not yet accessible using the available pyIATI functions to return default schemas.


Usage
=====

Expand Down