Commit graph

15 commits

Author SHA1 Message Date
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
Romain Bignon
78f6127f9e remove lot of fucking shit and keep card transactions in separate card accounts 2014-10-03 15:56:08 +02:00
Florent
0088013ae1 Rename BaseBrowser to Browser 2014-09-26 10:18:12 +02:00
Vincent Paredes
66f4328ade handle space in account number 2014-07-11 15:24:24 +02:00
Romain Bignon
df16d21279 bred changed certificate 2014-04-16 10:58:33 +02:00
Romain Bignon
3ec1cac9e3 support dispobank 2014-01-14 10:40:35 +01:00
Romain Bignon
fe6d99c51a bred: ability to select accounts 2013-08-07 12:08:15 +02:00
Romain Bignon
27371fd7ed support new certificate 2013-04-25 13:31:02 +02:00
Romain Bignon
3f5b2c6d41 fix login on accounts with several subaccounts 2013-04-01 15:05:23 +02:00
Romain Bignon
33bbe6d451 support payment in several times 2012-11-10 12:37:12 +01:00
Romain Bignon
dde19633d3 set CERTHASH const on most bank modules and others 2012-09-01 13:38:08 +02:00
Romain Bignon
a9398b515a correctly detect when user is logged even if the confirm page is unknown 2012-08-24 11:07:31 +02:00
Romain Bignon
319c4598fb support new auth form 2012-08-08 16:39:04 +02:00
Romain Bignon
159e74ac6d fix encoding 2012-07-03 11:23:45 +02:00
Romain Bignon
00cb04f49e new module for french bank Bred (CapBank) 2012-06-27 16:41:28 +02:00