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.
See usage example in the blog article.
pip install http-stream-xml --upgrade
Install [invoke](https://docs.pyinvoke.org/en/stable/) preferably with pipx:
pipx install invoke
To get available scripts:
inv --list