-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodemeta.json
More file actions
76 lines (76 loc) · 2.07 KB
/
codemeta.json
File metadata and controls
76 lines (76 loc) · 2.07 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"identifier": "ak-api-key-manager",
"name": "AK - API Key Manager",
"description": "Cross-platform C++17 command-line tool for secure API key management with encrypted storage, service integration, and shell completions",
"version": "4.11.0",
"author": [
{
"@type": "Person",
"givenName": "Moussa",
"familyName": "Mokhtari",
"email": "me@moussamokhtari.com"
}
],
"maintainer": [
{
"@type": "Person",
"givenName": "Moussa",
"familyName": "Mokhtari",
"email": "me@moussamokhtari.com"
}
],
"license": "MIT",
"url": "https://github.com/ApertaCodex/ak",
"codeRepository": "https://github.com/ApertaCodex/ak",
"issueTracker": "https://github.com/ApertaCodex/ak/issues",
"downloadUrl": "https://apertacodex.github.io/ak/ak-apt-repo/pool/main/ak_2.2.0-1_amd64.deb",
"applicationCategory": "Security",
"operatingSystem": [
"Linux",
"macOS",
"Windows"
],
"programmingLanguage": [
"C++17"
],
"runtimePlatform": [
"Linux x86_64",
"macOS x86_64",
"macOS ARM64",
"Windows x86_64"
],
"keywords": [
"api-keys",
"security",
"encryption",
"command-line-tool",
"cpp17",
"cross-platform",
"secret-management",
"vault",
"shell-completion",
"openai",
"github",
"aws",
"api-testing",
"ubuntu",
"debian",
"apt-package",
"apertacodex"
],
"readme": "https://raw.githubusercontent.com/ApertaCodex/ak/main/README.md",
"buildInstructions": "https://raw.githubusercontent.com/ApertaCodex/ak/main/README.md#building",
"installUrl": "https://apertacodex.github.io/ak/#quick-start",
"contIntegration": "https://github.com/ApertaCodex/ak/actions",
"developmentStatus": "active",
"embargoDate": null,
"funding": null,
"issueTracker": "https://github.com/ApertaCodex/ak/issues",
"referencePublication": null,
"relatedLink": [
"https://apertacodex.github.io/ak/",
"https://apertacodex.github.io/ak/ak-apt-repo/"
]
}