Commit graph

14 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
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
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
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
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
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