Commit graph

11 commits

Author SHA1 Message Date
Romain Bignon
e0d2d33299 increase timeout because of slow website 2014-10-07 11:48:24 +02:00
Romain Bignon
d61e15cf84 rename things related to browsers
weboob.tools.browser -> weboob.deprecated.browser
weboob.tools.parsers -> weboob.deprecated.browser.parsers
weboob.tools.mech -> weboob.deprecated.mech
weboob.browser2 -> weboob.browser
weboob.core.exceptions -> weboob.exceptions

Also, the new tree for browser2 is:

weboob.browser: import weboob.browser.browsers.* and weboob.browser.url.*
weboob.browser.browsers: all browsers (including PagesBrowser and LoginBrowser)
weboob.browser.url: the URL class
weboob.browser.profiles: all Profile classes
weboob.browser.sessions: WeboobSession and FuturesSession
weboob.browser.cookies: that's a cookies thing
weboob.browser.pages: all Page and derivated classes, and Form class
weboob.browser.exceptions: specific browser exceptions
weboob.browser.elements: AbstractElement classes, and 'method' decorator
weboob.browser.filters.*: all filters
2014-10-07 00:30:07 +02:00
Florent
9949bbf919 Move exceptions to weboob.core.exceptions 2014-10-02 11:04:14 +02:00
Florent
a019819f9d Move browser2 from weboob/tools/b2 to weboob/browser2 2014-10-02 11:01:34 +02:00
Romain Bignon
e434bb90e2 all browser2 modules may import exceptions from weboob.tools.exceptions 2014-05-17 14:27:56 +02:00
Romain Bignon
a64ae7ddfe fix determination of balance 2014-05-08 11:18:05 +02:00
Romain Bignon
3d726cc5ea sort transactions in descending dates 2014-05-08 11:09:02 +02:00
Romain Bignon
d1fc1888c6 rewrite with browser2 2014-04-30 08:27:48 +02:00
Romain Bignon
cedae69840 support loan accounts 2014-04-04 19:24:46 +02:00
Vincent Paredes
b9c8108d04 adding support for leroy merlin 2014-02-26 18:37:52 +01:00
Romain Bignon
9c6f01479d add module banqueaccord 2013-10-23 17:30:55 +02:00