from typing import Any

__author__: str
__copyright__: str
__contributors__: list[str]
__version__: str
__license__: str

escape_range: Any

def encode(c): ...
def iri2uri(uri): ...
