Commit graph

56 commits

Author SHA1 Message Date
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
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
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
ed46d72f21 ignore canceled transactions 2014-09-02 17:09:23 +02:00
Romain Bignon
fdaf3e159e support french dates for last CSV request 2014-09-02 16:54:14 +02:00
Jean-Philippe Dutreve
b828864901 Fix empty amount. Closes #1415 2014-09-02 12:07:36 +02:00
Oleg Plakhotniuk
3b528c4f54 Make Paypal module use AmericanTransaction helper.
Signed-off-by: Oleg Plakhotniuk <olegus8@gmail.com>
2014-08-30 17:51:36 +02:00
Vincent Paredes
41b55220ec checking if tr contains text 2014-08-19 15:19:34 +02:00
Vincent Paredes
13802f497e fixing when requesting the same file 2014-08-05 14:43:46 +02:00
Romain Bignon
e025fb0b20 rename ICap to Cap (closes #1424) 2014-07-05 17:33:44 +02:00
Oleg Plakhotniuk
983ef7b925 Paypal transactions history fetching with adaptive steps.
Signed-off-by: Oleg Plakhotniuk <olegus8@gmail.com>

closes #1406
2014-06-23 23:46:09 +02:00
Oleg Plakhotniuk
9a2f0d55aa Retrieve all transactions from the history. Merchant and regular account support. All transactions add up to balance.
Signed-off-by: Oleg Plakhotniuk <olegus8@gmail.com>

closes #1406
2014-06-22 22:37:20 +02:00
Oleg Plakhotniuk
196dac615a Get more transactions on paypal
close #1405
2014-06-18 15:02:50 +02:00
Florent
9ca0bbae6a bump to 0.j 2014-05-19 22:45:35 +02:00
Romain Bignon
7915b0588f certificate changed 2014-04-15 15:29:30 +02:00
Romain Bignon
0ce45770fb certificate changed 2014-02-26 07:43:54 +01:00
Romain Bignon
b9a817df88 keep compatibility with both certificates 2014-01-11 10:48:42 +01:00
Romain Bignon
fa88f0f013 paypal certificate changed 2014-01-11 00:07:39 +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
Laurent Bachelier
bfe3ac6bcd Remove comments on deleted code
They were still there because the code was automatically removed.
2013-08-03 22:15:30 +02:00
Florent
9b022b2ebe bump to 0.h 2013-08-03 14:31:13 +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
f4ec9e393a paypal certificate changed 2013-06-22 10:50:16 +02:00
Romain Bignon
ad22e8153e ignore extra-lines in accounts list 2013-05-24 17:27:06 +02:00
Romain Bignon
5e5cf2f380 mechanize forms accept only str objects 2013-04-01 17:01:33 +02:00
Florent
9484099a1d bump to 0.g 2013-03-26 18:31:12 +01:00
Laurent Bachelier
5378f394dd paypal: Add icon 2013-02-15 00:09:26 +01:00
Laurent Bachelier
8898f7facd paypal: Oops, really fix empty row issue 2013-02-12 22:07:54 +01:00
Laurent Bachelier
3d67c09311 paypal: Support transaction types 2013-02-12 18:56:33 +01:00
Laurent Bachelier
ca4c97b42f paypal: Handle multiple pages 2013-02-12 18:29:01 +01:00
Laurent Bachelier
4ed53b5de9 paypal: Ignore "empty" rows 2013-02-12 16:54:09 +01:00
Laurent Bachelier
3199c0dd3c Rewrite history fetching (without CSV)
Very simple for now, does not handle going on the next page, or
categorizations (like CSV does).
2013-02-11 18:47:28 +01:00
Laurent Bachelier
82f3b6103e paypal: Bigger timeout
For CSV export.
2013-02-07 14:22:12 +01:00
Laurent Bachelier
d424fe5da7 paypal: Fix incorrect login detection
And use "webscr" URLs everywhere.
2013-02-07 14:22:12 +01:00
Laurent Bachelier
49c37a5600 paypal: Try to convert from utf-8, fall back on latin-1 2013-02-05 20:35:21 +01:00
Laurent Bachelier
e5a3a7055d paypal: Fix for French-language website 2013-02-05 18:15:55 +01:00
Laurent Bachelier
0705ce5b02 paypal: Simpler "real" transaction filtering 2013-02-05 16:57:47 +01:00
Laurent Bachelier
8fdc555367 paypal: Check SSL 2013-02-05 16:32:18 +01:00
Laurent Bachelier
235bc87a0a paypal: Fix OMFG warning 2013-02-05 16:32:18 +01:00
Laurent Bachelier
f5c80141ff paypal: History support through CSV download 2013-02-05 16:32:18 +01:00