.coveragerc
.gitignore
.isort.cfg
.pylintrc
CHANGELOG.md
LICENSE.txt
README.md
dev-requirements.txt
pytest.ini
setup.cfg
setup.py
tox.ini
.github/workflows/build.yml
.vscode/env
.vscode/launch.json
.vscode/settings.json
src/bigxml/__init__.py
src/bigxml/handle_mgr.py
src/bigxml/handler.py
src/bigxml/nodes.py
src/bigxml/parser.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
tests/conftest.py
tests/integration/README.md
tests/integration/comments.xml
tests/integration/maths.xml
tests/integration/namespaces.xml
tests/integration/test_comments.py
tests/integration/test_maths.py
tests/integration/test_namespaces.py
tests/integration/test_ram_usage.py
tests/integration/test_wikipedia_export.py
tests/integration/wikipedia_python_export.xml.xz
tests/unit/test_handle_mgr.py
tests/unit/test_handler_class.py
tests/unit/test_handler_creators.py
tests/unit/test_handler_markers.py
tests/unit/test_nodes_element_attributes.py
tests/unit/test_nodes_element_get_text.py
tests/unit/test_parser.py
tests/unit/test_utils_dictify.py
tests/unit/test_utils_extract_namespace_name.py
tests/unit/test_utils_iter_with_rollback.py