MCPcopy Index your code
hub / github.com/vinta/awesome-python / ParsedEntry

Class ParsedEntry

website/readme_parser.py:18–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16
17
18class ParsedEntry(TypedDict):
19 name: str
20 url: str
21 description: str # inline HTML, properly escaped
22 also_see: list[AlsoSee]
23 subcategory: str # sub-category label, empty if none
24
25
26class ParsedSection(TypedDict):

Callers 1

_parse_list_entriesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected