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

Class TemplateEntry

website/build.py:47–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45
46
47class TemplateEntry(TypedDict):
48 name: str
49 url: str
50 description: str
51 categories: list[str]
52 groups: list[str]
53 subcategories: list[TemplateSubcategory]
54 stars: int | None
55 owner: str | None
56 last_commit_at: str | None
57 source_type: str | None
58 also_see: list[AlsoSee]
59
60
61class SyntheticCategory(TypedDict):

Callers 2

_template_entryFunction · 0.90
extract_entriesFunction · 0.85

Calls

no outgoing calls

Tested by 1

_template_entryFunction · 0.72