-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathnboot-spec.json
More file actions
65 lines (58 loc) · 1.29 KB
/
nboot-spec.json
File metadata and controls
65 lines (58 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
58
59
60
61
62
63
64
65
{
"name": "navi-bootstrap",
"version": "0.1.1",
"description": "Jinja2 rendering engine and template packs for bootstrapping projects",
"license": "MIT",
"language": "python",
"python_version": "3.12",
"author": {
"name": "Nelson Spencer"
},
"structure": {
"src_dir": "src/navi_bootstrap",
"test_dir": "tests"
},
"dependencies": {
"runtime": ["click", "jinja2", "pyyaml", "jsonschema"],
"dev": [
"pytest", "pytest-cov", "ruff", "mypy", "bandit",
"types-jsonschema", "types-PyYAML"
],
"optional": {}
},
"features": {
"ci": true,
"pre_commit": true
},
"github": {
"org": "Project-Navi",
"repo": "navi-bootstrap"
},
"release": {
"has_docker": false
},
"recon": {
"test_framework": "pytest",
"test_count": 325,
"coverage_pct": 93,
"python_test_versions": ["3.12", "3.13"],
"codeql_languages": ["python"],
"existing_ci": [
"_build-reusable.yml",
"codeql.yml",
"release.yml",
"scorecard.yml",
"tests.yml"
],
"existing_tools": {
"ruff": true,
"mypy": true,
"bandit": true,
"pre_commit": true,
"dependabot": true
},
"has_pyproject_toml": true,
"has_github_dir": true,
"updated_at": "2026-02-28T00:00:00+00:00"
}
}