Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 689 Bytes

File metadata and controls

28 lines (18 loc) · 689 Bytes

md.python

md.python is a component that provides python definition API.

Architecture overview

Architecture overview

Component overview

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: ...

Install

pip install md.python --index-url https://source.md.land/python/

Read documentation with examples: https://development.md.land/python/md.python/