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/api/__init__.py
src/hypomnema/api/core.py
src/hypomnema/api/helpers.py
src/hypomnema/base/__init__.py
src/hypomnema/base/errors.py
src/hypomnema/base/types.py
src/hypomnema/xml/__init__.py
src/hypomnema/xml/policy.py
src/hypomnema/xml/utils.py
src/hypomnema/xml/backends/__init__.py
src/hypomnema/xml/backends/base.py
src/hypomnema/xml/backends/lxml.py
src/hypomnema/xml/backends/standard.py
src/hypomnema/xml/deserialization/__init__.py
src/hypomnema/xml/deserialization/base.py
src/hypomnema/xml/deserialization/deserializer.py
src/hypomnema/xml/deserialization/handlers.py
src/hypomnema/xml/serialization/__init__.py
src/hypomnema/xml/serialization/base.py
src/hypomnema/xml/serialization/handlers.py
src/hypomnema/xml/serialization/serializer.py