LICENSE
README.md
pyproject.toml
src/hypomnema/__init__.py
src/hypomnema/py.typed
src/hypomnema.egg-info/PKG-INFO
src/hypomnema.egg-info/SOURCES.txt
src/hypomnema.egg-info/dependency_links.txt
src/hypomnema.egg-info/requires.txt
src/hypomnema.egg-info/top_level.txt
src/hypomnema/backends/xml/__init__.py
src/hypomnema/backends/xml/base.py
src/hypomnema/backends/xml/errors.py
src/hypomnema/backends/xml/lxml.py
src/hypomnema/backends/xml/namespace.py
src/hypomnema/backends/xml/standard.py
src/hypomnema/backends/xml/utils.py
src/hypomnema/domain/__init__.py
src/hypomnema/domain/attributes.py
src/hypomnema/domain/nodes.py
src/hypomnema/dumpers/__init__.py
src/hypomnema/dumpers/xml.py
src/hypomnema/loaders/__init__.py
src/hypomnema/loaders/xml.py
src/hypomnema/ops/__init__.py
src/hypomnema/ops/normalize.py
src/hypomnema/ops/text.py
src/hypomnema/ops/transform.py
src/hypomnema/ops/walk.py