.coveragerc
.gitignore
.isort.cfg
.prettierrc.yaml
.pylintrc
CHANGELOG.md
LICENSE.txt
README.md
dev-requirements.txt
mypy.ini
pytest.ini
setup.cfg
setup.py
tox.ini
.github/workflows/build.yml
.vscode/env
.vscode/launch.json
.vscode/settings.json
docs/conftest.py
docs/mkdocs.yml
docs/src/CNAME
docs/src/decorators.md
docs/src/encodings.md
docs/src/exceptions.md
docs/src/faq.md
docs/src/handlers.md
docs/src/index.md
docs/src/namespaces.md
docs/src/nodes.md
docs/src/parser.md
docs/src/quickstart.md
docs/src/recipes.md
docs/src/streams.md
docs/src/typing.md
docs/src/css/extra.css
src/bigxml/__init__.py
src/bigxml/exceptions.py
src/bigxml/handle_mgr.py
src/bigxml/handler_creator.py
src/bigxml/handler_marker.py
src/bigxml/marks.py
src/bigxml/nodes.py
src/bigxml/parser.py
src/bigxml/py.typed
src/bigxml/stream.py
src/bigxml/typing.py
src/bigxml/utils.py
src/bigxml.egg-info/PKG-INFO
src/bigxml.egg-info/SOURCES.txt
src/bigxml.egg-info/dependency_links.txt
src/bigxml.egg-info/requires.txt
src/bigxml.egg-info/top_level.txt
stubs/defusedxml/ElementTree.pyi
stubs/defusedxml/__init__.pyi
tests/conftest.py
tests/integration/README.md
tests/integration/test_comments.py
tests/integration/test_encodings.py
tests/integration/test_invalid_xml.py
tests/integration/test_maths.py
tests/integration/test_namespaces.py
tests/integration/test_ram_usage.py
tests/integration/test_security.py
tests/integration/test_typing.py
tests/integration/test_wikipedia_export.py
tests/integration/wikipedia_python_export.xml.xz
tests/unit/test_exceptions.py
tests/unit/test_handle_mgr.py
tests/unit/test_handler_creator.py
tests/unit/test_handler_marker.py
tests/unit/test_marks.py
tests/unit/test_nodes_element_attributes.py
tests/unit/test_nodes_element_get_text.py
tests/unit/test_parser.py
tests/unit/test_stream.py
tests/unit/test_utils_autostart_generator.py
tests/unit/test_utils_extract_namespace_name.py
tests/unit/test_utils_get_mandatory_params.py
tests/unit/test_utils_iter_with_rollback.py
tests/unit/test_utils_iterable.py