Commit graph

12 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
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
Florent
21fe640453 Use @pagination 2014-04-15 10:32:37 +02:00
Florent
080c4aff81 Introduce find_id_list
And code simplification in backends/browsers
2014-04-01 17:40:38 +02:00
Florent
39ea87fa61 Replace Insert2 by InsertX
And remove the encoding of login/password
And move BrowserBanned exception in page
2014-03-20 16:07:50 +01:00
Florent
5cdefd8966 Support pagination for history, fix crash when the call is free 2014-03-20 15:37:50 +01:00
Florent
a9020483c2 Cleaning after browser2 2014-03-20 15:11:14 +01:00
Florent
8ec4f24c9a Convert poivy to Browser2 2014-03-20 15:07:10 +01:00
Florent
fa214f5760 Raise BrowserBanned if IP banned 2013-09-24 13:59:08 +02:00
Florent
4ff5007f36 Initial poivy import 2013-09-12 13:20:28 +02:00