Commit graph

13 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
a019819f9d Move browser2 from weboob/tools/b2 to weboob/browser2 2014-10-02 11:01:34 +02:00
Florent
43b5e154b6 Do not use the name "params" to build an URL 2014-03-26 21:30:04 +01:00
Florent
492cc0e63b Some cleaning 2014-03-19 17:04:49 +01:00
Florent
89584ee168 Convert sachsen module to browser2 2014-03-19 11:22:14 +01:00
Florent
8165a91ff3 Pep8 cleaning 2013-01-10 15:17:59 +01:00
Florent
8e6b0fba4c Change sachsen module to use ICapGauge 2012-11-12 17:16:31 +01:00
Florent
26084e2bea Search no more case sensitive 2012-11-05 16:40:06 +01:00
Florent
996f1e0c22 Fix conversion warning and remove useless cache 2012-04-27 13:34:40 +02:00
Florent
1ae1f23c85 Make pep8 happy on sachsen module 2012-03-13 14:46:55 +01:00
Florent
a81281e79e Fix license and headers 2012-02-22 11:19:20 +01:00
Romain Bignon
cbefbe81d2 fix bad behaviors 2012-02-14 20:27:17 +01:00
Florent
82329d7d62 New backend : Sachsen Hochwasser Zentrum (Flooding information of Saxony)
Signed-off-by: Florent <weboob@flo.fourcot.fr>
Signed-off-by: Romain Bignon <romain@symlink.me>
2012-02-13 22:01:53 +01:00