MCPcopy
hub / github.com/vinta/awesome-python / ParsedSection

Class ParsedSection

website/readme_parser.py:26–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24
25
26class ParsedSection(TypedDict):
27 name: str
28 slug: str
29 description: str # plain text, links resolved to text
30 description_html: str # inline HTML, properly escaped
31 entries: list[ParsedEntry]
32 entry_count: int
33
34
35class ParsedGroup(TypedDict):

Callers 1

_build_sectionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected