معرفی شرکت ها


bigxml-0.8.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Pythonic xml parser to handle big files or streams
ویژگی مقدار
سیستم عامل OS Independent
نام فایل bigxml-0.8.0
نام bigxml
نسخه کتابخانه 0.8.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Rogdham
ایمیل نویسنده contact@rogdham.net
آدرس صفحه اصلی https://github.com/rogdham/bigxml
آدرس اینترنتی https://pypi.org/project/bigxml/
مجوز MIT
<div align="center" size="15px"> # BigXML Parse big xml files and streams with ease [![GitHub build status](https://img.shields.io/github/workflow/status/rogdham/bigxml/build/master)](https://github.com/rogdham/bigxml/actions?query=branch:master) [![Release on PyPI](https://img.shields.io/pypi/v/bigxml)](https://pypi.org/project/bigxml/) [![Code coverage](https://img.shields.io/badge/coverage-100%25-brightgreen)](https://github.com/rogdham/bigxml/search?q=fail+under&type=Code) [![Mypy type checker](https://img.shields.io/badge/type_checker-mypy-informational)](https://mypy.readthedocs.io/) [![MIT License](https://img.shields.io/pypi/l/bigxml)](https://github.com/Rogdham/bigxml/blob/master/LICENSE.txt) --- [:book: Documentation](https://bigxml.rogdham.net/)&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;[:page_with_curl: Changelog](./CHANGELOG.md) </div> --- Parsing big XML files in Python is hard. On one hand, regular XML libraries load the whole file into memory, which will crash the process if the file is too big. Other solutions such as `iterparse` do read the file as they parse it, but they are complex to use if you don't want to run out of memory. This is where the _BigXML_ library shines: - Works with XML files of any size - No need to do memory management yourself - Pythonic API - Any stream can easily be parsed, not just files - Secure from usual attacks against XML parsers


نیازمندی

مقدار نام
>=0.7.1 defusedxml
>=4.3.0 typing-extensions


زبان مورد نیاز

مقدار نام
>=3.7 Python


نحوه نصب


نصب پکیج whl bigxml-0.8.0:

    pip install bigxml-0.8.0.whl


نصب پکیج tar.gz bigxml-0.8.0:

    pip install bigxml-0.8.0.tar.gz