Writing Crunch scripts in Python » History » Version 4
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 | 2 | Bryan Cosca | h3. How to read your input file from the json template |
6 | 1 | Bryan Cosca | |
7 | h3. How to write your file to a collection |
||
8 | |||
9 | 4 | Tom Clegg | h3. How to run an external command |
10 | 3 | Bryan Cosca | |
11 | 1 | Bryan Cosca | h3. How to create new tasks per input file in a collection |
12 | 4 | Tom Clegg | |
13 | h2. Where to put temporary files |
||
14 | |||
15 | h2. How to write data directly to Keep with native Python code |