LICENSE
pyproject.toml
docs/README.md
src/markupy/__init__.py
src/markupy/attributes.py
src/markupy/elements.py
src/markupy/exceptions.py
src/markupy/py.typed
src/markupy.egg-info/PKG-INFO
src/markupy.egg-info/SOURCES.txt
src/markupy.egg-info/dependency_links.txt
src/markupy.egg-info/entry_points.txt
src/markupy.egg-info/requires.txt
src/markupy.egg-info/top_level.txt
src/markupy/_private/attributes/__init__.py
src/markupy/_private/attributes/attribute.py
src/markupy/_private/attributes/handlers.py
src/markupy/_private/attributes/html.py
src/markupy/_private/attributes/store.py
src/markupy/_private/html_to_markupy/__init__.py
src/markupy/_private/html_to_markupy/cli.py
src/markupy/_private/html_to_markupy/parser.py
src/markupy/_private/views/__init__.py
src/markupy/_private/views/component.py
src/markupy/_private/views/element.py
src/markupy/_private/views/fragment.py
src/markupy/_private/views/view.py
src/tests/__init__.py
src/tests/conftest.py
src/tests/test_attribute_handler.py
src/tests/test_attributes.py
src/tests/test_attributes_dict.py
src/tests/test_attributes_kwargs.py
src/tests/test_attributes_obj.py
src/tests/test_attributes_selector.py
src/tests/test_children.py
src/tests/test_cli.py
src/tests/test_component.py
src/tests/test_django.py
src/tests/test_element.py
src/tests/test_flask.py
src/tests/test_fragment.py
src/tests/test_starlette.py
src/tests/test_template.py
src/tests/test_view.py