nickspring / fast-xmlfeed-read

Fast and memory efficient approach to read large XML files like a products feeds.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to Fast XML Feed Read library

Fast and memory efficient approach to read large XML files like a products feeds.

How to use

from fxfr import xmlfeed_read


if __file__ == '__main__':

    data = xmlfeed_read(
        file_or_url='https://example.com/big_xml_feed.xml', 
        iter_tag='PRODUCT'
    )

Python Version

At this time it should work in Python 2.7.x+ including 3.x versions.

Contributing

If you would like to contribute, you can directly open a pull request.

About

Fast and memory efficient approach to read large XML files like a products feeds.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%