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

Function _website_node

website/build.py:126–134  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

124
125
126def _website_node() -> dict:
127 return {
128 "@type": "WebSite",
129 "@id": WEBSITE_ID,
130 "name": "Awesome Python",
131 "url": SITE_URL,
132 "inLanguage": "en",
133 "sameAs": "https://github.com/vinta/awesome-python",
134 }
135
136
137def _item_list_payload(entries: Sequence[TemplateEntry]) -> dict:

Callers 3

build_homepage_json_ldFunction · 0.85
build_category_json_ldFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected