Metadata-Version: 2.1
Name: bigxml
Version: 0.2.0
Summary: Pythonic xml parser to handle big files or streams
Home-page: https://github.com/rogdham/bigxml
Author: Rogdham
Author-email: contact@rogdham.net
License: MIT
Keywords: xml parser big stream
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Utilities
Classifier: Topic :: Text Processing :: Markup :: XML
Description-Content-Type: text/markdown
Requires-Dist: defusedxml (~=0.6.0)
Requires-Dist: dataclasses (~=0.7) ; python_version == "3.6"

# `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)
[![MIT License](https://img.shields.io/pypi/l/bigxml)](https://github.com/Rogdham/bigxml/blob/master/LICENSE.txt)

## Status of this project

```
Development Status :: 2 - Pre-Alpha
```

![Status](https://img.shields.io/pypi/status/bigxml)


