OpenAlea Stdlib documentation#

Package description#

Stdlib provides standard logical components based on python libraries.

  • data : simple data structures (int, float, datetime, list, tuple3, …)

  • file : manipulation nodes (read, write, filename, dirname, …)

  • maths : simple math function (arithmetic, boolean operation, …)

  • python : python standard function (getitem, keys, eval, range, …)

  • strings : string manipulation nodes ( join, split, strip, …)

  • functional : python functional node (function, map, reduce, filter, apply, …)

  • models : simple models (linear…)

  • pycsv : csv manipulation structure

  • colormap : colormap nodes

It doesn’t include any GUI interface (See OpenAlea.Visualea for that).

Documentation#

This reference manual details functions, modules, and objects included in OpenAlea.Stdlib, describing what they are and what they do. For learning how to use OpenAlea.Stdlib see Reference guide.