Writing Crunch scripts in Python » History » Version 6
Tom Clegg, 04/08/2015 07:36 PM
1 | 4 | Tom Clegg | {{>toc}} |
---|---|---|---|
2 | |||
3 | 1 | Bryan Cosca | h1. Writing Crunch scripts in Python |
4 | |||
5 | 6 | Tom Clegg | ... |
6 | |||
7 | 2 | Bryan Cosca | h3. How to read your input file from the json template |
8 | 1 | Bryan Cosca | |
9 | 6 | Tom Clegg | ... |
10 | |||
11 | 1 | Bryan Cosca | h3. How to write your file to a collection |
12 | |||
13 | 6 | Tom Clegg | ... |
14 | |||
15 | 4 | Tom Clegg | h3. How to run an external command |
16 | 3 | Bryan Cosca | |
17 | 6 | Tom Clegg | ... |
18 | |||
19 | 1 | Bryan Cosca | h3. How to create new tasks per input file in a collection |
20 | 4 | Tom Clegg | |
21 | 6 | Tom Clegg | ... |
22 | |||
23 | 5 | Tom Clegg | h3. Where to put temporary files |
24 | 4 | Tom Clegg | |
25 | 6 | Tom Clegg | ... |
26 | |||
27 | 5 | Tom Clegg | h3. How to write data directly to Keep with native Python code |
28 | 6 | Tom Clegg | |
29 | ... |