Commit graph

29 commits

Author SHA1 Message Date
Laurent Bachelier
c79dcc22df Remove nbsp in comments and documentation 2014-10-12 02:30:45 +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
444d36eee8 Rename BasePage to Page 2014-09-26 10:18:12 +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
148089329d Fix: do not crash if balance is notavailable 2014-06-02 13:53:46 +02:00
Florent
d5793252b6 Support the "Résiliation" of a line 2014-03-26 21:03:44 +01:00
Florent
5760427b69 Site changed 2013-12-17 17:15:16 +01:00
Florent
744a600839 Typo 2013-11-21 10:33:44 +01:00
Florent
6a4f338f05 Some black magic to fix pdf parsing 2013-11-21 10:31:03 +01:00
Florent
cd42bff740 Fix parsing of details (site changed) 2013-07-29 12:07:35 +02:00
Florent
e5f651fd5a Fix conversion warning 2013-07-25 12:23:28 +02:00
Florent
0f71291c3e Fix parsing of details (site changed) 2013-07-25 12:23:28 +02:00
Florent
8862811566 Fix encoding warnings 2013-07-25 11:09:50 +02:00
Florent
ed0fa0442b Remove useless code 2013-07-03 17:13:36 +02:00
Florent
5479c0e9dc Fix pdf parsing 2013-07-03 17:07:35 +02:00
Romain Bignon
464cd4112f NotAvailable is unused 2013-05-28 13:02:54 +02:00
Florent
06f79d4af8 Fix details parsing 2013-05-24 15:44:02 +02:00
Florent
3346c3d37a Fix parsing with calibre 0.9 2013-05-24 14:48:31 +02:00
Florent
01b5096303 No more "MENSUELLE" line 2013-05-24 13:48:43 +02:00
Florent
e3962eac7b Pep8 cleaning 2013-05-14 11:12:53 +02:00
Florent
391dc19666 Fix parsing (site changed) 2013-01-25 11:11:42 +01:00
Florent
054279ac0e Improve parsing of the pdf 2013-01-25 10:56:21 +01:00
Florent
bf0bc02ffc Fix pdf parsing (site changed) 2012-11-30 17:27:35 +01:00
Florent
93448c3910 Fix parsing history
Site changed
2012-11-26 19:04:01 +01:00
Florent
65c52d9982 Change selector (site changed) 2012-11-26 19:04:01 +01:00
Florent
681b83e4b3 Add balance command to leclercmobile 2012-08-29 16:52:05 +02:00
Florent
f33af8ff50 Support bills and download operations 2012-08-29 16:52:05 +02:00
Florent
8fa430e61f Add details command 2012-08-29 16:52:05 +02:00
Florent
aa693d6106 First implementation of leclercmobile
Support login and history operations
2012-08-29 16:52:05 +02:00