Add simple BCF library to supersede bcfplugin, with bcfxml read capability

This commit is contained in:
Dion Moult
2020-12-15 14:49:29 +11:00
parent d00da09cdc
commit 5ad6abea1a
7 changed files with 847 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
# bcf
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.