No description
- Python 99.2%
- Shell 0.3%
- Perl 0.3%
- Batchfile 0.1%
Ci-joint le patch. Cordialement, Simon From a31841ccf4467acf8453d80cee8ff948e5daeb96 Mon Sep 17 00:00:00 2001 From: smurail <simon.murail@budget-insight.com> Date: Thu, 21 Nov 2013 13:37:24 +0100 Subject: [PATCH 1/1] add TYPE_CASH_DEPOSIT to Transaction Signed-off-by: smurail <simon.murail@budget-insight.com> |
||
|---|---|---|
| contrib | ||
| desktop | ||
| docs | ||
| icons | ||
| man | ||
| modules | ||
| scripts | ||
| tools | ||
| weboob | ||
| .gitignore | ||
| .mailmap | ||
| AUTHORS | ||
| build.mk | ||
| ChangeLog | ||
| COPYING | ||
| INSTALL | ||
| MANIFEST.in | ||
| MANIFEST.in.modules | ||
| README | ||
| release.sh | ||
| setup.cfg | ||
| setup.py | ||
Weboob is a project which provides a core library, modules and applications. Overview -------- The core library defines capabilities: features common to various websites. For example, http://www.youtube.com/ and http://www.dailymotion.com/ both provide videos; Weboob defines the "ICapVideo" capability for them. Each module interfaces with a website and implements one or many of these capabilities. Modules can be configured (becoming a "backend"), which means that the end-user can provide personal information to access the underlying website, like a login and password. Applications allow the end-user to work with many modules in parallel, in a multi-threaded way. For example, one could search a video on many websites at once. Applications are toolkit-agnostic. They can use GTK+, Qt or be text-only. The latter can be used either in an interactive way or in pipes. The core library provides base classes which help developers write modules and applications. Weboob is written in Python and is distributed under the AGPLv3+ license. For more information, please go to the official website at http://weboob.org/ Installation is described on the website or in the INSTALL file.