http-stream-xml
Parse XML in HTTP response on the fly, by chunks.
It could be HTTP protocol chunks Or just partial download of big HTTP response.
I use it to work with NCBI (PubMed) Entrez API.
Installation
pip install http-stream-xml --upgrade
Parse XML in HTTP response on the fly, by chunks.
It could be HTTP protocol chunks Or just partial download of big HTTP response.
I use it to work with NCBI (PubMed) Entrez API.
pip install http-stream-xml --upgrade
Parse HTTP response as stream, by chunks.