-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathselfdoc.json
More file actions
57 lines (57 loc) · 1.29 KB
/
Copy pathselfdoc.json
File metadata and controls
57 lines (57 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"version": "0.6.3",
"description": "A batteries-included ASGI framework: msgspec JSON, a managed Granian server, dependency injection, SSE, WebSockets, auth, and a test client",
"repo": "https://github.com/smm-h/fastware",
"source": [
{
"path": "src/fastware/",
"language": "python"
}
],
"docs": ".stricttools/docs/",
"output": ".stricttools/docs-cache/build/",
"base_url": "https://smmh.dev/fastware",
"root_files": [
".stricttools/docs/_README.md",
".stricttools/docs/_CLAUDE.md"
],
"versions": [
{
"version": "0.6.3"
}
],
"locales": [
{
"code": "en",
"label": "English",
"default": true
}
],
"directives": {
"table-extras": ".stricttools/docs/_directives/extras_table.py",
"table-middleware": ".stricttools/docs/_directives/middleware_table.py"
},
"gen": {
"exclude": [
"src.fastware",
"src.fastware.types",
"src.fastware._assets"
]
},
"topology": {
"slug": "fastware",
"docs_base": "https://smmh.dev",
"posts_base": "https://blog.smmh.dev"
},
"assembly": {
"repo": "smm-h/selfdoc-cache"
},
"search_engine": "pagefind",
"author": {
"name": "SMMH",
"url": "https://smmh.dev",
"same_as": [
"https://github.com/smm-h"
]
}
}