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
0088013ae1 Rename BaseBrowser to Browser 2014-09-26 10:18:12 +02:00
Florent
148089329d Fix: do not crash if balance is notavailable 2014-06-02 13:53:46 +02:00
Florent
6820826e3a Do not crash if the subscription is closed 2014-05-08 11:34:11 +02:00
Florent
32ee771ee0 Fix downloading in non-interactive mode 2013-11-21 10:31:03 +01:00
Florent
1756e8939b Remove "votre solde" in history / strip labels 2013-08-26 16:41:18 +02:00
Florent
e3962eac7b Pep8 cleaning 2013-05-14 11:12:53 +02:00
Florent
359b91daf8 Pep8 cleaning 2013-01-25 10:56:21 +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