Metadata-Version: 2.1
Name: http-stream-xml
Version: 1.3
Summary: Parse XML in HTTP response on the fly, by chunks
Home-page: https://http-stream-xml.readthedocs.io/en/latest/
Author: Andrey Sorokin
Author-email: filbert@ya.ru
License: UNKNOWN
Keywords: http stream xml chunked
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/x-rst

http-stream-xml
===============

|made_with_python| |build_status| |pypi_version| |pypi_license| |readthedocs|

Parse XML in HTTP response on the fly, by chunks.

It could be `HTTP protocol chunks <https://en.wikipedia.org/wiki/Chunked_transfer_encoding>`_
Or just partial download of big HTTP response.

Installation
------------

.. code-block:: bash

    pip install http-stream-xml --upgrade

Documentation
-------------
`Documentation <https://http-stream-xml.sorokin.engineer/en/latest/>`_

.. |build_status| image:: https://travis-ci.org/angineer/http-stream-xml.png
    :target: https://travis-ci.org/andgineer/http-stream-xml
    :alt: Latest release

.. |pypi_version| image:: https://img.shields.io/pypi/v/http-stream-xml.svg?style=flat-square
    :target: https://pypi.org/p/http-stream-xml
    :alt: Latest release

.. |pypi_license| image:: https://img.shields.io/pypi/l/http-stream-xml.svg?style=flat-square
    :target: https://pypi.python.org/pypi/http-stream-xml
    :alt: MIT license

.. |readthedocs| image:: https://readthedocs.org/projects/http-stream-xml/badge/?version=latest
    :target: https://http-stream-xml.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status

.. |made_with_python| image:: https://img.shields.io/badge/Made%20with-Python-1f425f.svg
    :target: https://www.python.org/
    :alt: Made with Python


