Minor fix, bump readme

This commit is contained in:
Dion Moult
2021-06-17 18:30:25 +10:00
parent a08918fd22
commit 1b49a10a15
3 changed files with 5 additions and 7 deletions
+4 -1
View File
@@ -4,7 +4,10 @@ A simple Python implementation of BCF. The data model is described in `data.py`.
Manipulation of BCF-XML is available via `bcfxml.py` and manipulation of BCF-API
is available via `bcfapi.py`.
Currently supports BCF version 2.1.
- BCF-XML version 2.1: Fully supported
- BCF-API version 2.1: Not supported, will probably tackle this after BCF-API v3.0
- BCF-XML version 3.0: Almost fully supported, except for the documents module
- BCF-API version 3.0: Not supported, but work underway to support it
## bcfxml