md.python is a component that provides python definition API.
def dereference(reference_: str) -> type: ...
def reference(definition: typing.Union[str, collections.Callable], explicit: bool = True) -> str: ...
def verify_reference(reference_: str, source: object) -> None: ...pip install md.python --index-url https://source.md.land/python/Read documentation with examples: https://development.md.land/python/md.python/
