Romain Bignon
0f79decdba
fix crash in a particular case of navigation
...
It happens if there is a full list, but not a check accounts full list...
2014-12-26 14:42:37 +01:00
Romain Bignon
c18ba9072c
support full list of accounts ( closes #1360 )
2014-12-26 11:41:53 +01:00
Romain Bignon
7660666d23
break the fucking new protection made by faggots of Banque Populaire
2014-12-14 16:57:36 +01:00
Romain Bignon
670ab85f71
banquepopulaire: fix crash for new cards with no debited history
2014-12-10 19:03:34 +01:00
Romain Bignon
c80924f571
fix login on new website (needs upper case login)
2014-12-08 13:16:12 +01:00
Romain Bignon
a56d3f54c7
support new authentication on some region websites
2014-11-22 15:03:55 +01:00
Florent
feb1405813
bump to 1.1
2014-10-17 14:10:38 +02:00
Laurent Bachelier
7aeb3e942e
pep8: Fix indentation is not a multiple of four
...
autopep8 -a -r -i --select E111 .
Manual check.
2014-10-11 01:41:00 +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
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
Romain Bignon
4422b207e1
support loan payment type
2014-09-03 10:19:03 +02:00
Romain Bignon
e1e4213c75
remove spaces in IDs
2014-09-02 16:54:14 +02:00
Romain Bignon
0b7a499eeb
display check number in label ( closes #1027 )
2014-09-02 12:19:41 +02:00
Romain Bignon
6cafeb7a4b
strip displayed balance at end of transaction labels
2014-09-02 12:10:48 +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
bfd09a2383
if an account type is not supported, raise NotImplementedError instead of BrokenPageError
2014-03-30 14:06:05 +02:00
Romain Bignon
7c64ad162c
fix parsing accounts on specific regions
2014-03-01 18:14:03 +01:00
Romain Bignon
5345645b0f
fix accounts parsing
2014-02-27 08:28:25 +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
1c0f2432e2
fix crash when there is the coming column with empty value
2013-12-09 09:32:08 +01:00
Romain Bignon
b8a622590a
fix getting history on some special workflow
2013-12-04 18:25:13 +01:00
Romain Bignon
d68de0d0d7
support defered cards
2013-11-29 15:28:34 +01:00
Romain Bignon
95edea1f07
fix crash on special account histories
2013-11-26 11:55:58 +01:00
Romain Bignon
efd514d232
fix: sometimes it is not possible to sort by value date in history
2013-11-23 13:21:53 +01:00
Romain Bignon
5ff52844a5
fix connection on other kind of accounts
2013-11-23 13:08:12 +01:00
Romain Bignon
a84979a927
fix authentication on banquepopulaire
2013-11-23 12:47:46 +01:00
Romain Bignon
8d8ee80770
do not crash with market accounts
2013-10-23 14:51:12 +02:00
Romain Bignon
8d04e22703
support accounts with empty balance
2013-10-23 14:51:12 +02:00
Romain Bignon
56e9476e3a
spport loan accounts
2013-10-12 12:28:10 +02:00
Romain Bignon
1c71ab7a76
do not crash when there is no full list page
2013-10-12 12:25:34 +02:00
Romain Bignon
5c5cb5da8e
do not crash if there is no operations
2013-10-10 09:53:53 +02:00
Romain Bignon
1707494747
get list of all accounts
2013-10-09 18:25:23 +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
Romain Bignon
c3f87ad78f
banquepop: store vdate
2013-08-01 16:52:47 +02:00
Romain Bignon
efa39af957
sort entries by value date (taken for Transaction.date)
2013-07-28 18:55:51 +02:00