diff --git a/weboob/core/ouiboube.py b/weboob/core/ouiboube.py index cc1027a6563f0700afc776440c67b379c96cf4f4..da796a797100086cb1b9ba6efb4ceec598bc700a 100644 --- a/weboob/core/ouiboube.py +++ b/weboob/core/ouiboube.py @@ -47,6 +47,12 @@ class WebNip(object): It provides methods to build backends or call methods on all loaded backends. + You should use this class when you want to build an application + using Weboob as a library, without using the standard modules nor + the automatic module download and update machanism. When using + WebNip, you have to explicitely provide module paths and deal + yourself with backend configuration. + :param modules_path: path to directory containing modules. :type modules_path: :class:`basestring` :param storage: provide a storage where backends can save data