Salome HOME
Synchronize adm files
[modules/kernel.git] / doc / salome / python_doc_api.dox
1 /*!
2
3 \page python_doc_api Documentation of the programming interface (API)
4
5 This section describes the python modules of the <b>salome.kernel</b> 
6 python package. The main part is generated from the code documentation 
7 included in source python files.
8 - <a href="group__salome__kernel.html">salome.kernel</a> - Package containing 
9   the KERNEL python utilities
10   - <a href="group__deprecation.html">deprecation</a> - Indication of deprecated modules and functions
11   - <a href="group__termcolor.html">termcolor</a> - Display colored text in terminal
12   - <a href="group__logger.html">logger</a> - Logging utility
13   - <a href="group__enumerate.html">enumerate</a> - Emulates a C-like enum for python
14   - <a href="group__uiexception.html">uiexception</a> - %Exception for user error management
15   - <a href="group__datamodeler.html">datamodeler</a> - Helper for modeling user data
16   - <a href="group__diclookup.html">diclookup</a> - Smart dictionnary with key/value lookup
17   - <a href="group__service.html">service</a> - Helper for using %SALOME kernel services
18   - <a href="group__studyedit.html">studyedit</a> - Study editor
19   - <a href="group__unittester.html">unittester</a> - Run very basic unit tests
20   - <a href="group__pyunittester.html">pyunittester</a> - Simple wrapper of the pyunit framework
21 - <a href="group__salome__kernel__parametric.html">salome.kernel.parametric</a> - 
22   Package for parametric studies
23   - <a href="group__study__exchange__vars.html">study_exchange_vars</a> - Handle Exchange Variables
24   - <a href="group__compo__utils.html">compo_utils</a> - Useful functions for %SALOME components used in parametric studies
25   - <a href="group__pyscript__utils.html">pyscript_utils</a> - Useful functions for Python scripts used in parametric studies
26   
27 */