Commit graph

19 commits

Author SHA1 Message Date
Romain Bignon
0f238bf350 update to new certificate 2015-07-24 15:21:22 +02:00
Baptiste Delpey
7b593b499f add a page to pro website 2015-06-10 20:57:21 +02:00
Romain Bignon
0ec4b0373e update upstream certificate hash (closes #1702) 2015-01-08 10:45:58 +01:00
Romain Bignon
a32776787a support professional accounts 2014-10-21 17:58:48 +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
0088013ae1 Rename BaseBrowser to Browser 2014-09-26 10:18:12 +02:00
Romain Bignon
b7edeaf4b5 new bp certificate 2014-01-23 07:24:13 +01:00
Laurent Bachelier
a6ad7e83ff Use newer form of catching exceptions
autopep8 -i --select=W602
Also some other minor deprecated syntax changes, like "while 1".
I did not commit the less obvious changes.
2013-07-27 15:16:16 +02:00
Romain Bignon
87aeb395a8 support new authentication (with an unique image) 2013-04-10 16:07:00 +02:00
Florent
7fa67bfc04 New certificat 2013-01-30 22:38:32 +01:00
Romain Bignon
efceda7153 get card history as far as we can 2013-01-16 16:26:42 +01:00
Romain Bignon
07038a9989 support deferred debit 2013-01-15 15:39:56 +01:00
Romain Bignon
e67e316c05 support page delestage 2013-01-03 11:42:05 +01:00
Romain Bignon
dde19633d3 set CERTHASH const on most bank modules and others 2012-09-01 13:38:08 +02:00
Romain Bignon
7f6281122d get maximum of transactions in history 2012-06-07 15:53:00 +02:00
Romain Bignon
2d4635b3e6 don't list bourse accounts 2012-04-23 11:00:39 +02:00
Laurent Bachelier
006e97a8be PEP8 style fixes and other small style fixes
I used autopep8 on some files and did carefully check the changes.
I ignored E501,E302,E231,E225,E222,E221,E241,E203 in my search, and at
least E501 on any autopep8 run.

Other style fixes not related to PEP8:
* Only use new-style classes. I don't think the usage of old-style
  classes was voluntary. Old-style classes are removed in Python 3.
* Convert an if/else to a one-liner in mediawiki, change docstring style
  change to a comment something that wasn't really appropriate for a
  docstring.
* Unneeded first if condition in meteofrance
2012-03-14 04:51:46 +01:00
Romain Bignon
35688f58c9 Account.link_id becomes a private attribute 2012-03-10 09:03:26 +01:00
Romain Bignon
14a7a1d362 support repositories to manage backends (closes #747) 2012-01-17 17:00:05 +01:00
Renamed from weboob/backends/bp/browser.py (Browse further)