OpenAlea Stdlib documentation ############################# Package description ==================== **Stdlib** provides standard logical components based on python libraries. * :mod:`data` : simple data structures (int, float, datetime, list, tuple3, …) * :mod:`file` : manipulation nodes (read, write, filename, dirname, …) * :mod:`maths` : simple math function (arithmetic, boolean operation, …) * :mod:`python` : python standard function (getitem, keys, eval, range, …) * :mod:`strings` : string manipulation nodes ( join, split, strip, …) * :mod:`functional` : python functional node (function, map, reduce, filter, apply, …) * :mod:`models` : simple models (linear…) * :mod:`pycsv` : csv manipulation structure * :mod:`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 :ref:`stdlib_reference`. .. toctree:: :maxdepth: 2 Reference guide