File tree 1 file changed +120
-0
lines changed
1 file changed +120
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : datatools # Caltech Library Datatools
2
+ base : core20 # the base snap is the execution environment for this snap
3
+ version : ' 1.0.5-dev' # Development semver
4
+ summary : Command line tools for processing text data files
5
+ description : |
6
+ A set of command line tools for working with CSV, Excel Workbooks,
7
+ JSON and structured text documents.
8
+ grade : dev # must be 'stable' to release into candidate/stable channels
9
+ confinement : devmode # use 'strict' once you have the right plugs and slots
10
+
11
+ apps :
12
+ codemeta2cff :
13
+ command : bin/codemeta2cff
14
+ plugs :
15
+ - home
16
+ csv2json :
17
+ command : bin/csv2json
18
+ plugs :
19
+ - home
20
+ csv2mdtable :
21
+ command : bin/csv2mdtable
22
+ plugs :
23
+ - home
24
+ csv2xlsx :
25
+ command : bin/csv2xlsx
26
+ plugs :
27
+ - home
28
+ csvcleaner :
29
+ command : bin/csvcleaner
30
+ plugs :
31
+ - home
32
+ csvcols :
33
+ command : bin/csvcols
34
+ plugs :
35
+ - home
36
+ csvfind :
37
+ command : bin/csvfind
38
+ plugs :
39
+ - home
40
+ csvjoin :
41
+ command : bin/csvjoin
42
+ plugs :
43
+ - home
44
+ csvrows :
45
+ command : bin/csvrows
46
+ plugs :
47
+ - home
48
+ finddir :
49
+ command : bin/finddir
50
+ plugs :
51
+ - home
52
+ findfile :
53
+ command : bin/findfile
54
+ plugs :
55
+ - home
56
+ json2toml :
57
+ command : bin/json2toml
58
+ plugs :
59
+ - home
60
+ json2yaml :
61
+ command : bin/json2yaml
62
+ plugs :
63
+ - home
64
+ jsoncols :
65
+ command : bin/jsoncols
66
+ plugs :
67
+ - home
68
+ jsonjoin :
69
+ command : bin/jsonjoin
70
+ plugs :
71
+ - home
72
+ jsonmunge :
73
+ command : bin/jsonmunge
74
+ plugs :
75
+ - home
76
+ jsonrange :
77
+ command : bin/jsonrange
78
+ plugs :
79
+ - home
80
+ mergepath :
81
+ command : bin/mergepath
82
+ plugs :
83
+ - home
84
+ range :
85
+ command : bin/range
86
+ plugs :
87
+ - home
88
+ string :
89
+ command : bin/string
90
+ plugs :
91
+ - home
92
+ toml2json :
93
+ command : bin/toml2json
94
+ plugs :
95
+ - home
96
+ urlparse :
97
+ command : bin/urlparse
98
+ plugs :
99
+ - home
100
+ xlsx2csv :
101
+ command : bin/xlsx2csv
102
+ plugs :
103
+ - home
104
+ xlsx2json :
105
+ command : bin/xlsx2json
106
+ plugs :
107
+ - home
108
+ yaml2json :
109
+ command : bin/yaml2json
110
+ plugs :
111
+ - home
112
+
113
+ parts :
114
+ datatools :
115
+ plugin : go
116
+ go-channel : stable
117
+ build-environment :
118
+ - " CGO_ENABLED" : "0"
119
+ source-type : git
120
+ source : https://github.com/caltechlibrary/datatools
You can’t perform that action at this time.
0 commit comments