Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 560 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 560 Bytes

BCF-API-XML-converter

BCF-API-XML-converter is a library to open BCFzip and get data similar to BCF API json and to save BCF API data as BCFzip files.

Install

pip install bcf-api-xml

usage

    from bcf_api_xml import to_zip, to_json

    file_like_bcf_zip = to_zip(topics, comments, viewpoints)

    imported_topics = to_json(file_like_bcf_zip)

develop

poetry shell
poetry install
pytest
pre-commit install

Publish new version

poetry publish --build --username= --password=