22 lines | 568 Bytes
1{
2 "name": "@rulepack/python-pep8",
3 "version": "0.1.0",
4 "description": "Python style per PEP 8: 4-space indent, 79 cols, snake_case/CapWords naming, grouped imports, plus PEP 257 docstrings.",
5 "license": "MIT",
6 "visibility": "public",
7 "keywords": ["python", "pep8", "style", "formatting", "docstrings"],
8 "memories": {
9 "agents": "AGENTS.md",
10 "claude": "CLAUDE.md",
11 "cursor": ".cursor/rules/python.mdc"
12 },
13 "files": [
14 "CLAUDE.md",
15 "AGENTS.md",
16 "README.md",
17 "rulepack.json",
18 ".cursor/rules/python.mdc",
19 "LICENSE"
20 ]
21}
22