Commit graph

28 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
54a1bc4809 Remove * imports in filters 2014-09-29 22:31:54 +02:00
Laurent Bachelier
3da02fde24 Remove useless __all__ in modules
They bring nothing of value (we never use import * anyway) and introduce
a maintenance burden.

The __all__ that I left might not be very useful either but at least
they are not a pain to maintain; they are also used by pyflakes in some
cases.
2014-09-09 19:00:02 +02:00
Florent
76cb004eb4 Move ItemListTable-Element outside of page.py
One of the goal is to not import all modules needed by filters by
loading the page file.

In the same goal, move the import of parsers in the class definition.
2014-07-09 10:23:20 +02:00
Florent
521ac4e06d Set the datetime to NotAvailable by default 2014-06-02 14:09:55 +02:00
Florent
e289fc6b8f Rename the filter Date to Datetime. Introduce Date 2014-03-25 12:23:08 +01:00
Florent
492cc0e63b Some cleaning 2014-03-19 17:04:49 +01:00
Florent
822317912f Use Attr in module sachsen 2014-03-19 16:46:55 +01:00
Florent
ae3471fdf7 Rename Attr filter to Field 2014-03-19 16:20:24 +01:00
Florent
06c9fce9e4 If the regexp does not match, return NotAvailable 2014-03-19 16:16:15 +01:00
Romain Bignon
971c36c68b factorization to be more browser2 aware 2014-03-19 13:51:01 +01:00
Florent
89584ee168 Convert sachsen module to browser2 2014-03-19 11:22:14 +01:00
Florent
041457277d Fix string conversion 2013-06-07 15:16:53 +02:00
Florent
6c4db0e204 More robust image analyse 2013-03-02 10:31:34 +01:00
Florent
8c82771f71 Fix as0.gif keyerror 2013-03-02 10:31:33 +01:00
Laurent Bachelier
4ac684e6ae sachsen: flake8 fixes 2013-02-13 00:42:45 +01:00
Florent
8165a91ff3 Pep8 cleaning 2013-01-10 15:17:59 +01:00
Florent
c3c06a0e6f Get alarm level
And list gauges without data
2013-01-10 14:47:15 +01:00
Florent
8e6b0fba4c Change sachsen module to use ICapGauge 2012-11-12 17:16:31 +01:00
Florent
996f1e0c22 Fix conversion warning and remove useless cache 2012-04-27 13:34:40 +02:00
Florent
62bb1321bc Catch "go up" value 2012-04-27 13:34:39 +02:00
Florent
a4c8a1abf7 With yield instead of return a list 2012-04-27 13:34:39 +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
Romain Bignon
8c7232f737 enhance ICapWaterLevel capability 2012-02-14 18:23:19 +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