Commit graph

28 commits

Author SHA1 Message Date
Oleg Plakhotniuk
337b827802 [wellsfargo] Update to new login security checks. Closes #1999 2015-07-17 16:43:24 +02:00
Oleg Plakhotniuk
28a4569c99 [wellsfargo] Scrape minimum credit card payment and due date. Closes #1809 2015-03-28 17:57:41 +01:00
Oleg Plakhotniuk
259920ec8b Credit limit, payment due date and amount for Wells Fargo bank. Closes #1720 2015-02-08 15:33:35 +01:00
Grant Tzabro
c5095312c8 Force TLS v1.0 for Wells Fargo module. Fixes #1647 2014-12-15 21:44:48 +01:00
Florent
feb1405813 bump to 1.1 2014-10-17 14:10:38 +02:00
Laurent Bachelier
db1618e86f pep8: Various manual fixes 2014-10-13 23:03:51 +02:00
Oleg Plakhotniuk
a5859d384d Use AmericanTransaction.decimal_amount, closest_date, decompress_pdf and ReTokenizer in WellsFargo module. Part of #1641 2014-10-13 04:24:51 -05:00
Laurent Bachelier
c02ab5f2c5 wellsfargo: Remove unused imports 2014-10-11 01:41:08 +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
Oleg Plakhotniuk
cbd084283d Improved Wells Fargo module stability.
Signed-off-by: Oleg Plakhotniuk <olegus8@gmail.com>
2014-10-10 23:40:57 +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
9949bbf919 Move exceptions to weboob.core.exceptions 2014-10-02 11:04:14 +02:00
Florent
a019819f9d Move browser2 from weboob/tools/b2 to weboob/browser2 2014-10-02 11:01:34 +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
Oleg Plakhotniuk
8f2b3acce6 Rewrite Wells Fargo with browser2 (closes #1624)
Signed-off-by: Oleg Plakhotniuk <olegus8@gmail.com>
2014-09-20 12:10:52 +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
Laurent Bachelier
543cbef19e Better wellsfargo icon 2014-09-04 13:07:24 +02:00
Romain Bignon
c4ee32deba add icons 2014-09-04 12:36:15 +02:00
Romain Bignon
c17f3d6dae fix compatibility with old versions of mechanize 2014-09-03 18:57:55 +02:00
Florent
432f97e95c bump to 1.0 2014-09-03 17:14:10 +02:00
Romain Bignon
ab79d11484 fix import of ControlNotFoundError to be compliant with all versions of mechanize 2014-08-30 18:00:30 +02:00
Oleg Plakhotniuk
8cd95ea49b Wells Fargo module (www.wellsfargo.com).
Signed-off-by: Oleg Plakhotniuk <olegus8@gmail.com>
2014-08-30 17:51:39 +02:00