Vincent Paredes
08e6aff39f
fix async bug with cards
2015-04-21 14:59:04 +02:00
Vincent Paredes
4113d3406a
adding pagination support for lcl
2015-04-21 14:59:03 +02:00
Romain Bignon
cea81bee07
do not change Transaction.raw if there is no detail
2015-03-25 08:46:57 +01:00
Romain Bignon
406297ac9f
fetch detail of transactions and use it in Transaction.raw
2015-03-16 15:43:53 +01:00
Baptiste Delpey
291acb53bc
lcl fix stop parsing not transactions lines
2015-03-03 16:04:24 +01:00
Romain Bignon
b48b3c926f
ignore summary lines in history tables
2014-12-07 20:02:20 +01:00
Romain Bignon
446bb3416c
lcl: website change, rewrite with browser2
2014-12-03 23:23:04 +01: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
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
444d36eee8
Rename BasePage to Page
2014-09-26 10:18:12 +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
Romain Bignon
b417ab9e85
fix erroneous regexps (s#/w#/s#)
2014-09-03 10:18:37 +02:00
Romain Bignon
562a0f619e
fix regexps
2014-09-02 12:43:48 +02:00
Romain Bignon
a9be0e00bb
add transaction patterns
2014-09-02 12:10:48 +02:00
Vincent Paredes
439ed46f13
handle lcl pro https://professionnels.secure.lcl.fr
2014-07-11 15:24:24 +02:00
Vincent Paredes
e8bf117728
remove logging checking on the contract page
2014-03-26 09:42:19 +01:00
Vincent Paredes
fee1fe96b6
increase the mode parameter to get more history
2014-02-26 18:37:52 +01:00
Romain Bignon
095540a74a
support changes in login screens
2014-02-16 23:16:18 +01:00
Romain Bignon
8fdbf330dd
improvements on transaction and account types detection
2014-02-16 21:04:46 +01:00
Romain Bignon
3887bd70c4
remove all of the agency parameter (refs #1313 )
2013-12-16 12:35:29 +01:00
Romain Bignon
b265bae142
support new contracts selection page
2013-08-14 11:22:35 +02:00
Romain Bignon
bacee4a383
fix detection of authentication errors
2013-08-09 11:50:47 +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
Noé Rubinstein
03b427be7e
LCL: add enterprise site
2013-07-23 22:11:23 +02:00
Romain Bignon
bb430b3078
lcl: support new auth system
2013-07-21 19:10:16 +02: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
Florent
8c66ca83c8
Remove unused imports
2013-03-02 10:31:34 +01:00
Florent
f7d7240c09
Remove mkdtemp in modules
2013-03-01 13:58:50 +01:00
Romain Bignon
221f73d600
support when there is an error
2013-02-23 12:58:04 +01:00
Romain Bignon
920d46e116
add a pattern to detect cards
2012-12-30 16:36:36 +01:00
Romain Bignon
96181bad0c
ugly workaround to prevent duplicated accounts
2012-12-11 16:06:46 +01:00
Romain Bignon
8c831859b6
fix parsing of transactions
2012-12-07 18:12:20 +01:00
Romain Bignon
d91dad2b2b
support currencies
2012-12-06 13:21:13 +01:00
Romain Bignon
853afb52b2
support several contracts (only select default one for now)
2012-10-19 16:34:12 +02:00
Romain Bignon
f72d705204
support CB operations (coming and history)
2012-06-23 21:31:41 +02:00
Romain Bignon
3d6b792c34
use FrenchTransaction and detect type of transactions
2012-05-22 18:31:25 +02:00
Romain Bignon
7cc8e319c3
prevent infinite loop when password is wrong
2012-05-04 14:19:42 +02:00
Romain Bignon
1e7e17cf4a
fix when history is empty
2012-04-21 13:29:02 +02:00
Pierre Mazière
681f6c0bec
LCL: strip balance string
...
Signed-off-by: Pierre Mazière <pierre.maziere@gmail.com>
2012-04-18 00:55:47 +02:00
Romain Bignon
e8e9302731
fix parsing account label
2012-04-13 14:59:56 +02:00
Romain Bignon
b157e92d5b
use decimal.Decimal instead of float to store amounts of money
2012-03-29 16:31:18 +02:00
Pierre Mazière
32b87b47f5
LCL: site specific fix
...
Reported-by: Ch. Perret <ch.perret@gmail.com>
Signed-off-by: Pierre Mazière <pierre.maziere@gmail.com>
Tested-by: Ch. Perret <ch.perret@gmail.com>
2012-03-29 16:03:50 +02:00
Pierre Mazière
9a43dce034
LCL: site specific fix
...
Reported-by: Ch. Perret <ch.perret@gmail.com>
Signed-off-by: Pierre Mazière <pierre.maziere@gmail.com>
2012-03-28 15:02:07 +02:00
Pierre Mazière
b440918eca
LCL,BNPorc: fix str to unicode conversion warnings
...
Signed-off-by: Pierre Mazière <pierre.maziere@gmail.com>
2012-03-28 14:25:54 +02:00
Pierre Mazière
bb6c65bb69
LCL: python 2.5 compatibility
...
Signed-off-by: Pierre Mazière <pierre.maziere@gmail.com>
2012-03-28 14:25:53 +02:00
Luc Didry
49ad32163d
Fix an error of "invalid literal for float()" if the balance is negative
...
Signed-off-by: Luc Didry <luc@didry.org>
Signed-off-by: Romain Bignon <romain@symlink.me>
2012-03-24 08:04:05 +01:00
Romain Bignon
4422a25421
fix getting accounts
2012-03-15 15:50:47 +01: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
be14595308
apply changes to ICapBank API
2012-02-26 18:30:40 +01:00