Commit graph

112 commits

Author SHA1 Message Date
Romain Bignon
5e267fb689 do not try to get IBAN for delegated accounts 2015-02-25 17:56:57 +01:00
Romain Bignon
7afecb275a get IBAN of accounts 2015-02-21 14:23:10 +01:00
Romain Bignon
7998230dff fix get of transactions when they are ordered by type 2014-11-07 17:54:26 +01:00
Florent
feb1405813 bump to 1.1 2014-10-17 14:10:38 +02:00
Laurent Bachelier
448c06d125 pep8 blank lines fixes
flake8 --select W391,E302,E301,E304

autopep8 can't fix W391 even though it claims it can.
Fixed using a simple custom script.
2014-10-10 23:41:44 +02:00
Laurent Bachelier
e783f2c821 Remove tuple method parameters
They can be found through autopep8 (W690) or python-modernize.
Variables manually renamed.

This is because Python 3 does not support tuple unpacking:
http://legacy.python.org/dev/peps/pep-3113/
2014-10-10 23:41:44 +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
Florent
444d36eee8 Rename BasePage to Page 2014-09-26 10:18:12 +02:00
Florent
5a1d83b567 Rename BaseModule to Module and Module to LoadedModule 2014-09-26 10:18:12 +02:00
Florent
f3aeddffbc Rename backend.py to module.py 2014-09-26 10:18:12 +02:00
Florent
9370b2fae7 s/Backend/Module 2014-09-26 10:18:11 +02:00
Florent
3ecb491c1c s/BACKEND/MODULE/ 2014-09-26 10:18:11 +02:00
Florent
8559af3d6a s/BaseBackend/BaseModule 2014-09-26 10:18:11 +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
432f97e95c bump to 1.0 2014-09-03 17:14:10 +02:00
Tens San
47040c248c Remove space in ids 2014-08-19 22:54:48 +02:00
Romain Bignon
173120a1d3 fix transfer regexp 2014-08-14 07:32:14 +02:00
Romain Bignon
9a9a2384ed update order regexp 2014-08-13 23:57:23 +02:00
Romain Bignon
e025fb0b20 rename ICap to Cap (closes #1424) 2014-07-05 17:33:44 +02:00
Florent
9ca0bbae6a bump to 0.j 2014-05-19 22:45:35 +02:00
Romain Bignon
2256dc841b fix labels parsing 2014-04-29 17:14:22 +02:00
Romain Bignon
519fa1757f hostname has changed 2014-04-14 09:00:11 +02:00
Romain Bignon
12e11a149c fix order regexp 2014-02-20 14:44:52 +01:00
Romain Bignon
8fdbf330dd improvements on transaction and account types detection 2014-02-16 21:04:46 +01:00
Romain Bignon
13a93d3a9f disable unused parameter rotating_password 2014-02-07 17:09:44 +01:00
Romain Bignon
945ea4cc15 fix encoding issues 2014-01-23 09:17:25 +01:00
Romain Bignon
6a5d3b259e new certificate for bnporc 2014-01-14 07:40:08 +01:00
Florent
a82f57512c bump to 0.i 2014-01-08 23:40:16 +01:00
Romain Bignon
c1f8c08196 better description and field labels for french banks 2013-12-14 18:22:31 +01:00
Romain Bignon
ba8991e625 fix typo in label (ProfesSionnels) 2013-12-05 13:11:56 +01:00
Romain Bignon
af8d42c279 support new virtual keyboard 2013-10-10 09:54:14 +02:00
Pierre Mazière
49b2f659c3 bnporc: small changes introduced in the virtual keyboard for personal accounts
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
2013-09-26 16:22:45 +02:00
Romain Bignon
7592dcb4ea certificate of bnp enterprise has changed 2013-09-22 16:09:54 +02:00
Romain Bignon
09444f5f43 add transaction patterns 2013-09-06 14:20:11 +02:00
Romain Bignon
f46c2c3e71 update BNP certificate fingerprint 2013-08-07 09:20:52 +02:00
Laurent Bachelier
bfe3ac6bcd Remove comments on deleted code
They were still there because the code was automatically removed.
2013-08-03 22:15:30 +02:00
Florent
9b022b2ebe bump to 0.h 2013-08-03 14:31:13 +02:00
Romain Bignon
f9dc0d7cbd fix crash 2013-08-02 12:38:35 +02:00
Romain Bignon
eb55f72d22 bnpent: support pagination 2013-08-01 16:53:03 +02:00
Romain Bignon
26ebea7875 bpent: support coming transactions 2013-07-30 18:52:40 +02:00
Laurent Bachelier
5cbebe0117 Use new vdate in modules instead of _val 2013-07-30 10:58:22 +02:00
Romain Bignon
8ec567572d bnppro: correctly detect coming transactions 2013-07-28 17:42:04 +02:00
Romain Bignon
b0498473fb bnppe: do not crash with securities accounts 2013-07-28 16:01:41 +02: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
c0740e695d remove useless import of with_statement (we do not support anymore python2.5)
refs #806
2013-07-27 14:38:18 +02:00
Laurent Bachelier
715b7bcd62 bnporc[ent]: Get all days in history 2013-07-24 18:26:58 +02:00
Laurent Bachelier
9760ca6e23 bnporc[ent]: Get history
Only the last day for now
2013-07-24 18:26:58 +02:00
Laurent Bachelier
caa84dbf2c bnporc[ent]: Ignore "not available" accounts 2013-07-24 18:26:57 +02:00
Laurent Bachelier
c038ebb024 bnporc: Really fix form encoding warning 2013-07-23 22:31:34 +02:00