Changes between Version 4 and Version 5 of Python API

Show
Ignore:
Timestamp:
09/20/13 14:58:17 (11 years ago)
Author:
jorisborgdorff
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Python API

    v4 v5  
     1= Python API = 
     2 
    13The MUSCLE Python API closely resembles the C api but is slightly more brief. Currently, only Python 2.x is supported. 
    24It is enabled by default on the latest version of MUSCLE, and can be forced to be enabled by setting 
     
    5254muscle.send([int(d) for d in data], 'out', muscle.int) 
    5355}}} 
     56 
     57[[Documentation|<< Back to Documentation]]