Changes between Version 11 and Version 12 of AssimilateIntro
- Timestamp:
- Oct 22, 2014, 6:03:48 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AssimilateIntro
v11 v12 61 61 62 62 The assimilator '''script_assimilator''' lets you write assimilator logic 63 in your language of choice (Python, Perl, bash, etc.).63 in your language of choice (Python, Perl, PHP, bash, etc.). 64 64 '''script_assimilator''' takes a command-line argument 65 65 … … 81 81 The script must be put in your project's bin/ directory. 82 82 83 == Python assimilator framework == 84 85 The framework for an all-Python assimilator can be found in '''sched/assimilator.py'''. 86 See the comments. 87 83 88 == The sample assimilator == 84 89