Commit graph

53 commits

Author SHA1 Message Date
Baptiste Delpey
f7f700bd43 creditdunord fix crash on accounts which doesn't support history 2015-05-27 08:14:11 +02:00
Vincent Paredes
adabce289d handling no details for this account 2015-03-31 18:03:39 +02:00
Vincent Paredes
7ef1ffb87c handling account with no history 2015-03-30 15:55:25 +02:00
Romain Bignon
5fa16ee66d remove spaces from IDs 2015-03-16 15:13:08 +01:00
Jean-Philippe Dutreve
82f0a27790 Handle the case when the creditdunord CB label is "OPERATION SUR CARTE" (closes #1712)
Signed-off-by: Jean-Philippe Dutreve <jdutreve@winancial.com>
2015-01-28 14:05:11 +01:00
Florent
feb1405813 bump to 1.1 2014-10-17 14:10:38 +02:00
Laurent Bachelier
f4c17cdc9d pep8: Fix E303 too many blank lines 2014-10-11 02:15:28 +02:00
Laurent Bachelier
21e8f82fd7 pep8: Use "X not in Y" instead of "not X in Y"
flake8 --select E713, semi-manual fixing
2014-10-11 01:27:24 +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
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
2af2a3ee08 add Banque Rhône-Alpes 2014-02-26 18:39:58 +01:00
Romain Bignon
38f1c3e2c5 if type is not found, set TYPE_UNKNOWN instead of None 2014-02-17 09:37:27 +01:00
Romain Bignon
8fdbf330dd improvements on transaction and account types detection 2014-02-16 21:04:46 +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
4d1ed2a430 fix pagination on professional website 2013-11-28 17:09:42 +01:00
Romain Bignon
f949b26996 support SEPA orders 2013-11-26 11:36:19 +01:00
Romain Bignon
20c9f84974 fix parameters on request to get professionnal accounts history 2013-11-26 11:36:18 +01:00
Romain Bignon
ac8bd4e7ec support enterprise accounts 2013-09-16 12:47:14 +02:00
Laurent Bachelier
23a71d847b Code style fixes, mostly whitespace 2013-08-04 20:00:19 +02:00
Florent
9b022b2ebe bump to 0.h 2013-08-03 14:31:13 +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
Romain Bignon
624896f847 fix crash if the date of a transaction is empty 2013-04-10 17:40:23 +02:00
Romain Bignon
d74be0340e fix navigation for deferred cards 2013-04-10 17:40:23 +02:00
Romain Bignon
83987f5b2e fix encoding error to get history for accounts with special chars in name 2013-04-10 17:40:23 +02:00
Laurent Bachelier
9518899b34 Better modules descriptions 2013-03-27 20:10:01 +01:00
Romain Bignon
97f92a7276 attach cards to the previous account, not to the first one 2013-03-27 14:29:23 +01:00
Romain Bignon
42fc470df9 fix navigation 2013-03-27 14:29:14 +01:00
Florent
9484099a1d bump to 0.g 2013-03-26 18:31:12 +01:00
Romain Bignon
7a8a14c603 add Banque Kolb 2013-03-26 09:53:09 +01:00
Romain Bignon
9856c27f8c support professionnal accounts 2013-03-25 16:29:14 +01:00
Laurent Bachelier
7094931c92 Easy spacing fixes, trailing stuff
Remove useless trailing \
Remove trailing spaces
Add missing empty lines

autopep8 -ir -j2 --select=E301,E302,E502,W291,W293,W391 .

Diff quickly checked.
2013-03-16 00:54:55 +01:00
Romain Bignon
8cb1e8bbb9 support several sub-banks of Credit du Nord 2013-03-11 11:15:20 +01:00
Romain Bignon
2cf8777f18 better transaction patterns 2013-03-02 11:02:14 +01:00
Romain Bignon
921409ebbc support joint accounts 2013-03-02 11:01:47 +01:00
Romain Bignon
8e496311e0 support all Visa cards (not only Visa Premier) 2013-02-11 09:01:16 +01:00
Romain Bignon
a88bbe864b do not go on history page for life assurances 2013-02-10 21:57:31 +01:00
Romain Bignon
8cbdd1fa29 fix unicode issue 2013-02-10 21:57:24 +01:00