-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
458 lines (458 loc) · 14.6 KB
/
manifest.json
File metadata and controls
458 lines (458 loc) · 14.6 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
{
"version": "1",
"generated": "2026-04-25T06:17:01.148277+00:00",
"modules": {
"a2a": {
"description": "A2A (Agent-to-Agent Protocol) - Zero-dependency Python implementation",
"files": [
"a2a/a2a.py"
],
"version": "0.3.1",
"deps": [
"jsonrpc"
],
"tier": "subsystem",
"category": "network",
"last_updated": "2026-04-25T02:51:58Z",
"content_hash": "11c6769744f13875563b39b8379295e128762bfeba67fbaa4e316e72e96d9604"
},
"acp": {
"description": "ACP (Agent Client Protocol) -- Zero-dependency Python implementation",
"files": [
"acp/acp.py"
],
"version": "0.3.1",
"deps": [
"jsonrpc"
],
"tier": "subsystem",
"category": "network",
"last_updated": "2026-04-15T09:45:45Z",
"content_hash": "6c7dc3a97e136d0d949f34520952ef31e82f00f882320d997149461e78d5efa6"
},
"aes": {
"description": "AES encryption: ECB, CBC, CTR, and GCM modes for 128/192/256-bit keys",
"files": [
"aes/aes.py"
],
"version": "0.5.0",
"deps": [],
"tier": "medium",
"category": "crypto",
"last_updated": "2026-04-25T02:51:58Z",
"content_hash": "b09c080a243ceee4f955f5c5eb88c05ecbc022e17d0177c22d01662584e5ecb3"
},
"ansi": {
"description": "ANSI escape code primitives for terminal styling",
"files": [
"ansi/ansi.py"
],
"version": "0.3.0",
"deps": [],
"tier": "simple",
"category": "terminal",
"last_updated": "2026-04-11T01:00:28+08:00",
"content_hash": "000669bb50fa20ae6f7c4318b9e83f8f05437d00376712f91c9a29a6111f2592"
},
"cache": {
"description": "Zero-dependency caching with TTL, eviction policies, and async support",
"files": [
"cache/cache.py"
],
"version": "0.2.4",
"deps": [],
"tier": "subsystem",
"category": "utility",
"last_updated": "2026-04-25T02:51:58Z",
"content_hash": "0daa535d12e0d214a579242ad73d725b9f18145f6c67b319fa4185e7851685ae"
},
"config": {
"description": "Unified configuration loader — zero dependencies, stdlib only, Python 3.10+",
"files": [
"config/config.py"
],
"version": "0.3.0",
"deps": [
"dotenv",
"yaml",
"jsonc"
],
"tier": "subsystem",
"category": "data",
"last_updated": "2026-04-11T01:00:28+08:00",
"content_hash": "c8f8c186275ea8b78da47a199347dbb33dba8abeb9dd5200944ebe4ea5afcf1f"
},
"depdetect": {
"description": "Dependency detection and verification — zero dependencies, stdlib only, Python 3.10+",
"files": [
"depdetect/depdetect.py"
],
"version": "0.4.3",
"deps": [],
"tier": "medium",
"category": "devtools",
"last_updated": "2026-04-15T14:33:44Z",
"content_hash": "085c6beded889dfd577738ac05e05b5ce092e62f81dd7e80bdfa8dcbe1471162"
},
"diff": {
"description": "Unified diff parser, patch applicator, and three-way merge — zero dependencies, stdlib only, Python 3.10+",
"files": [
"diff/diff.py"
],
"version": "0.3.1",
"deps": [],
"tier": "simple",
"category": "devtools",
"last_updated": "2026-04-15T09:45:45Z",
"content_hash": "32d978f21594cfa95b80a7bb155b294d0ade288588163e59812fa8376093a577"
},
"dotenv": {
"description": ".env file parser and loader — zero dependencies, stdlib only, Python 3.10+",
"files": [
"dotenv/dotenv.py"
],
"version": "0.3.1",
"deps": [],
"tier": "simple",
"category": "data",
"last_updated": "2026-04-15T09:45:45Z",
"content_hash": "96a25bac569969a26f9ca83869855b6480ca3aae433bd8873ec9f81f57d04a21"
},
"filelock": {
"description": "Cross-process file locking (Unix ``fcntl`` / Windows ``msvcrt``)",
"files": [
"filelock/filelock.py"
],
"version": "0.3.0",
"deps": [],
"tier": "simple",
"category": "utility",
"last_updated": "2026-04-11T01:00:28+08:00",
"content_hash": "8f26cd2845d54778baaaecff3c8dd2b293e6f48445385283e6982491278289df"
},
"frontmatter": {
"description": "Frontmatter parser and serializer — zero dependencies, stdlib only, Python 3.10+",
"files": [
"frontmatter/frontmatter.py"
],
"version": "0.3.0",
"deps": [
"yaml"
],
"tier": "medium",
"category": "data",
"last_updated": "2026-04-11T01:00:28+08:00",
"content_hash": "d05035b8d2edeb47c1007a8e4fba6ae3a74fab0bf8630042f228e45550bb645f"
},
"httpclient": {
"description": "Zero-dependency sync + async HTTP REST client",
"files": [
"httpclient/httpclient.py"
],
"version": "0.3.1",
"deps": [],
"tier": "subsystem",
"category": "network",
"last_updated": "2026-04-15T09:45:45Z",
"content_hash": "368292df96dffcbf07bde26a7a7c2f15c90639e3b0f73bdf4dbc3443cd4347fc"
},
"jsonc": {
"description": "JSONC (JSON with Comments) parser — zero dependencies, stdlib only, Python 3.10+",
"files": [
"jsonc/jsonc.py"
],
"version": "0.3.0",
"deps": [],
"tier": "simple",
"category": "data",
"last_updated": "2026-04-11T01:00:28+08:00",
"content_hash": "961c4038993865adfd4302ee3b2e7cc74f280ab9d8ef9a4de9295a72dcdcc416"
},
"jsonrpc": {
"description": "JSON-RPC 2.0 -- Zero-dependency Python implementation",
"files": [
"jsonrpc/jsonrpc.py"
],
"version": "0.3.0",
"deps": [],
"tier": "medium",
"category": "network",
"last_updated": "2026-04-11T01:00:28+08:00",
"content_hash": "402d88f2ab1d6736a37a69a6b6269ea9e450e3dd22e9dd49c7d52b570b8b6dda"
},
"jsonschema": {
"description": "JSON Schema flattening & sanitization — zero dependencies, stdlib only",
"files": [
"jsonschema/jsonschema.py"
],
"version": "0.1.0",
"deps": [],
"tier": "medium",
"category": "data",
"last_updated": "2026-04-25T02:51:58Z",
"content_hash": "032d65945452db2276c7867f38b7233a376905258f6df085101046fe48606043"
},
"markdown": {
"description": "Markdown to HTML renderer — zero dependencies, stdlib only, Python 3.10+",
"files": [
"markdown/markdown.py"
],
"version": "0.3.1",
"deps": [],
"tier": "medium",
"category": "terminal",
"last_updated": "2026-04-15T09:45:45Z",
"content_hash": "b26d13e113404ced28490ce69a874e499154dd6b8096bd268427364b4a847c41"
},
"persistdict": {
"description": "Persistent dictionary with pluggable backends",
"files": [
"persistdict/persistdict.py"
],
"version": "0.4.1",
"deps": [],
"tier": "medium",
"category": "data",
"last_updated": "2026-04-25T02:51:58Z",
"content_hash": "22a1f335dbc3899fc27838b4c34413d25455bebadff8f8711e5fbba15d27e2ad"
},
"prompt": {
"description": "Zero-dependency interactive CLI prompts (confirm, select, text)",
"files": [
"prompt/prompt.py"
],
"version": "0.2.0",
"deps": [],
"tier": "simple",
"category": "terminal",
"last_updated": "2026-04-11T01:00:28+08:00",
"content_hash": "8c6a8d7c4f8a346d7cc3b3169325fcda466e18ac6792b5c8c4d5919d55fcdf91"
},
"protobuf": {
"description": "Zero-dependency proto3 encoder/decoder using Python dataclass schemas",
"files": [
"protobuf/protobuf.py"
],
"version": "0.4.3",
"deps": [],
"tier": "subsystem",
"category": "data",
"last_updated": "2026-04-15T14:33:44Z",
"content_hash": "939d31669a88b924bb016674c50c9a50ff283b255b155f5c5372828723458e0a"
},
"qr": {
"description": "QR Code generator library (Python)",
"files": [
"qr/qr.py"
],
"version": "0.3.2",
"deps": [],
"tier": "simple",
"category": "utility",
"last_updated": "2026-04-25T02:51:58Z",
"content_hash": "8574fe70421245e6a60aaaa65fdf60f8a196c18d5578b7943888ab42702f3ad8"
},
"readability": {
"description": "HTML readability content extractor — zero-dep, stdlib only, Python 3.10+",
"files": [
"readability/benchmark_compare.py",
"readability/readability.py"
],
"version": "0.1.0",
"deps": [
"soup"
],
"tier": "medium",
"category": "data",
"last_updated": "2026-04-20T22:34:09+08:00",
"content_hash": "78363bb1de017e4f5070f77ffd682eff43e5b2e0ff7c0b2995c2190d56169964"
},
"retry": {
"description": "Zero-dependency retry with configurable backoff strategies",
"files": [
"retry/retry.py"
],
"version": "0.3.0",
"deps": [],
"tier": "simple",
"category": "utility",
"last_updated": "2026-04-11T01:00:28+08:00",
"content_hash": "e00d9eed010c2f93ddc51674f7dc4f4f2233e0d619e44b2d01582d09be0684bb"
},
"runner": {
"description": "Structured subprocess execution — zero dependencies, stdlib only, Python 3.10+",
"files": [
"runner/runner.py"
],
"version": "0.3.1",
"deps": [],
"tier": "subsystem",
"category": "process",
"last_updated": "2026-04-15T09:45:45Z",
"content_hash": "b4864085c534273da7734f69bcbda528ba1c073774db099d146afb32e632bf79"
},
"scheduler": {
"description": "Zero-dependency in-process task scheduler with cron support",
"files": [
"scheduler/scheduler.py"
],
"version": "0.3.1",
"deps": [],
"tier": "subsystem",
"category": "process",
"last_updated": "2026-04-15T09:45:45Z",
"content_hash": "fe2d6d5a1037a99e48102f5e5d983e706decca2b1616de31d804d9ef333752ea"
},
"semver": {
"description": "PEP 440 version parser and comparator -- zero dependencies, stdlib only",
"files": [
"semver/semver.py"
],
"version": "0.4.1",
"deps": [],
"tier": "simple",
"category": "data",
"last_updated": "2026-04-25T02:51:58Z",
"content_hash": "2c9776510dbd235fb9752df25ab8bca390ad29cf1804aeae32de5c7773bc40d9"
},
"skills": {
"description": "Agent Skills runtime — zero dependencies, stdlib only, Python 3.10+",
"files": [
"skills/skills.py"
],
"version": "0.4.2",
"deps": [
"frontmatter",
"sparse_search"
],
"tier": "medium",
"category": "data",
"last_updated": "2026-04-25T02:51:58Z",
"content_hash": "af69314728164602db323a5240feac58260e4b0d5ceedb32945c80e2ddfa13e7"
},
"soup": {
"description": "HTML parser with BeautifulSoup-like API — zero-dep, stdlib only, Python 3.10+",
"files": [
"soup/soup.py"
],
"version": "0.5.0",
"deps": [],
"tier": "medium",
"category": "data",
"last_updated": "2026-04-25T02:51:58Z",
"content_hash": "f8f228c21989d06225b607452417907a26751e6bea837443551e722d84eb16e1"
},
"sparse_search": {
"description": "Zero-dependency sparse text search with BM25 family and TF-IDF ranking",
"files": [
"sparse_search/sparse_search.py"
],
"version": "0.3.2",
"deps": [],
"tier": "medium",
"category": "utility",
"last_updated": "2026-04-15T14:33:44Z",
"content_hash": "98bfa266b43782668ebfc26ff891e2cf555762d539a0b724090ae6629a45abde"
},
"sse": {
"description": "Zero-dependency SSE (Server-Sent Events) client",
"files": [
"sse/sse.py"
],
"version": "0.3.1",
"deps": [
"httpclient"
],
"tier": "subsystem",
"category": "network",
"last_updated": "2026-04-15T09:45:45Z",
"content_hash": "1647daea59f9efb7ab87067d93d65cca0c479641a530a08b9688b5313044bacb"
},
"structlog": {
"description": "Zero-dependency structured logging with pretty console output",
"files": [
"structlog/structlog.py"
],
"version": "0.3.0",
"deps": [],
"tier": "medium",
"category": "utility",
"last_updated": "2026-04-11T01:00:28+08:00",
"content_hash": "d2616b1a69fe42b1367d413888c69dd2026c00e58c36e1e83acda77fd3633ed6"
},
"tabulate": {
"description": "Tabulate — zero dependencies, stdlib only, Python 3.10+",
"files": [
"tabulate/tabulate.py"
],
"version": "0.1.1",
"deps": [],
"tier": "medium",
"category": "terminal",
"last_updated": "2026-04-15T09:45:45Z",
"content_hash": "effd04109a31f5ae7b87333d4207a70ceda712ef5e5718acc7e97691d7574667"
},
"toon": {
"description": "TOON encoder/decoder — zero dependencies, stdlib only, Python 3.10+",
"files": [
"toon/toon.py"
],
"version": "0.3.3",
"deps": [],
"tier": "simple",
"category": "data",
"last_updated": "2026-04-15T14:33:44Z",
"content_hash": "7ba503084ede371241d85ba5ef825f0badd0b5084f9807212f664a7a1b79dbc5"
},
"validate": {
"description": "Zero-dependency runtime validator for TypedDict and dataclass types",
"files": [
"validate/validate.py"
],
"version": "0.4.2",
"deps": [],
"tier": "medium",
"category": "data",
"last_updated": "2026-04-15T09:45:45Z",
"content_hash": "9346085a3bb68fd21e5e266748c52b55da6b8c2d71a2ab059bf54015b14d436a"
},
"vcs": {
"description": "VCS CLI wrapper — zero dependencies, stdlib only, Python 3.10+",
"files": [
"vcs/vcs.py"
],
"version": "0.3.0",
"deps": [
"diff"
],
"tier": "subsystem",
"category": "devtools",
"last_updated": "2026-04-11T01:00:28+08:00",
"content_hash": "bc7cf7b24daf282ae4311e432a62c192d1570bce95985c211948c7a25837e225"
},
"xml": {
"description": "XML ↔ dict converter with fault-tolerant LLM tag extraction — zero-dep, stdlib only, Python 3.10+",
"files": [
"xml/xml.py"
],
"version": "0.3.1",
"deps": [],
"tier": "medium",
"category": "data",
"last_updated": "2026-04-15T09:45:45Z",
"content_hash": "bc42c60dad60e7a0af5928772b31ff61c07756c47020404eee40b1f67c18bc3e"
},
"yaml": {
"description": "YAML parser and serializer (common subset) — zero dependencies, stdlib only, Python 3.10+",
"files": [
"yaml/yaml.py"
],
"version": "0.3.1",
"deps": [],
"tier": "subsystem",
"category": "data",
"last_updated": "2026-04-15T09:45:45Z",
"content_hash": "5fd31be65d0c15cc82ef518e7b6e9cb553f8a7722a70c1ae6f9cda0999c92344"
}
}
}