-
Notifications
You must be signed in to change notification settings - Fork 135
Expand file tree
/
Copy pathpackflow.json
More file actions
39 lines (39 loc) · 1.09 KB
/
packflow.json
File metadata and controls
39 lines (39 loc) · 1.09 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
{
"name": "packflow",
"organization": "DoW CDAO",
"repositoryURL": "https://github.com/dow-cdao/packflow",
"description": "Packflow is a software development kit (SDK) that simplifies the development process and standardizes packaging of AI/ML running on streaming data sources.",
"laborHours": 2500,
"status": "Development",
"vcs": "git",
"permissions": {
"licenses": [
{
"name": "MIT License",
"URL": "https://github.com/dow-cdao/packflow/blob/main/LICENSE"
}
],
"usageType": "openSource"
},
"languages": [
"Python",
"YAML",
"Makefile",
"Markdown"
],
"tags": [
"code-mil",
"python",
"open-source"
],
"contact": {
"name": "Packflow Team",
"email": "osd.pentagon.cdao.mbx.perceptor-program-members@mail.mil",
"URL": "https://github.com/dow-cdao/packflow"
},
"date": {
"created": "2026-02-24",
"lastModified": "2026-02-24",
"metadataLastUpdated": "2026-02-24"
}
}