Commit graph

514 commits

Author SHA1 Message Date
Laurent Bachelier
541d080c9d Use flake8 if available instead of pyflakes
With flake8, we can check for more issues and ignore those who are not
real issues.

This allowed me to find genuine errors in:
- modules/boursorama/pages/account_history.py
- modules/ing/pages/login.py
- weboob/tools/application/qt/qt.py
I left one in weboob/tools/browser/browser.py for the time being.

Some PEP8 fixes on other files.
2012-11-24 19:46:34 +01:00
Florent
456d2d1fe0 Sort results in comparoob
Close #934
2012-11-12 17:16:31 +01:00
Florent
66545b23c6 Remove double product with multiple backends 2012-11-12 17:16:31 +01:00
Florent
3b26a7a6b5 Rename last_gauge_measure to last_censor_measure 2012-11-12 17:16:31 +01:00
Florent
53596628b9 Change wetboobs to use ICapGauge 2012-11-12 17:16:31 +01:00
Florent
d69efe4f40 Datetime human readable 2012-11-07 17:39:53 +01:00
Florent
099d9e2b7f Allow show command in non-interactive mode 2012-11-07 15:34:44 +01:00
Florent
ebd8be9e92 Improve documentation of export_thread 2012-11-07 15:25:19 +01:00
theo
cf60351830 Add -e to rtmpdump options
Adding -e to rtmpdump.

So instead of:
    rtmpdump -r <url> -o <file>
we will have
    rtmpdump -e -r <url> -o <file>

If <file> doesn't exist, it will be created. So the -e switch doesn't
change anything.

If <file> alredy exists, then rtmpdump will try to complete a previous
download.

That way, if videoob download <id> fails, running the command again
will complete the download without starting again from scratch.
2012-11-06 01:13:45 +01:00
Florent
477a9bf07f Improve download command to download all subscriptions 2012-10-31 16:12:38 +01:00
Florent
5809f1112a Rename iter_history of ICapBill to iter_bills_history 2012-10-31 14:41:29 +01:00
Romain Bignon
4a1e4b5afa bump to 0.e 2012-10-28 20:39:49 +01:00
Romain Bignon
5b1260b7da transfer: do not crash with an incorrect amount value (closes #888) 2012-10-28 08:55:22 +01:00
Romain Bignon
3fcc3333a0 do not write description line if there are only NotAvailable attributes 2012-10-27 16:47:23 +02:00
Laurent Bachelier
6dad6938e0 weboob-debug: ability to prefer a shell 2012-10-25 03:39:29 +02:00
Laurent Bachelier
92244a4e81 weboob-debug: Work with more shell libs
- ipython
- newer ipython (>=0.11, though tested with 0.13 only)
- bpython
- standard python (and try to enable completion)
2012-10-25 03:01:15 +02:00
Laurent Bachelier
ffce7a19f3 Make weboob-debug less confusing
No useless REPL or "shell" command.
2012-10-25 00:11:11 +02:00
Laurent Bachelier
770c0877a0 pastoob: Abort if paste is empty 2012-10-21 17:49:32 +02:00
Laurent Bachelier
7281453e0c White background should not be forced
closes #823
2012-10-18 23:46:06 +02:00
Florent
2676966a71 Update standard formater 2012-09-27 13:14:03 +02:00
Florent
757167a6eb Add new command "balance" for boobill 2012-08-29 16:52:05 +02:00
Romain Bignon
1f9934765d add the nigger language 2012-07-25 14:36:17 +02:00
Alexandre Franke
cc3ba3a263 QIF spec requires capitalized "type"
close #898
2012-07-16 17:58:55 +02:00
Romain Bignon
1880761517 add command 'events' 2012-06-15 17:30:19 +02:00
Romain Bignon
8645d9a990 nickname selectable (closes #869) 2012-06-11 21:27:38 +02:00
Arno Renevier
bfe39958bd allow wetboob to display temperatures either on celsius or on fahrenheit
Close #843
2012-05-10 15:13:34 +02:00
Romain Bignon
ccdc73e99f fix selection of product 2012-05-05 16:24:56 +02:00
Romain Bignon
0976b5cd68 use hashlib instead of deprecated md5 module 2012-05-05 11:27:34 +02:00
Romain Bignon
2f8072e89e bump to 0.d 2012-05-04 21:17:46 +02:00
Romain Bignon
b37c2160b5 when many products are found, ask user to select one 2012-05-04 20:48:33 +02:00
Florent
b5d7dbee7b Fix infinite loop recursion 2012-04-30 17:09:15 +02:00
Florent
02d5fb4c15 Valid feed for w3c validator 2012-04-30 11:28:44 +02:00
Romain Bignon
bbcf8c7854 remove 'install' command 2012-04-28 15:46:57 +02:00
Romain Bignon
f5625240cc use get_object() instead of inner functions 2012-04-28 15:26:00 +02:00
Florent
d36618a7b8 Add a atom formatter for boobmsg
Example of use case (in a cron) :
boobmsg export_all -n -1 -f atom -b presseurop > /var/www/press.atom

And a cool full atom feeds can be broadcasted to all
rss readers.
2012-04-27 16:35:35 +02:00
Florent
1b5c2f680d s/river/gauges/ (old command to new command)
This fix documentation of "help" command
2012-04-27 13:34:39 +02:00
Florent
80c0f88474 Add new qif formatter: use label and rdate if exist 2012-04-27 13:33:52 +02:00
Florent
301d617c2e Get all subscriptions by default for history and bills 2012-04-25 16:12:35 +02:00
Florent
92d5e9ea0f Get all available subscriptions for details command
Add a new method get_object_list to ReplApplication
Should close #846.
2012-04-25 13:50:42 +02:00
Pierre Mazière
8d13282dab boobank: never convert a float to decimal
Signed-off-by: Pierre Mazière <pierre.maziere@gmail.com>
2012-04-18 00:55:49 +02:00
Florent
7d3ba1f4d4 Fix conversion warning 2012-04-15 20:31:08 +02:00
Laurent Bachelier
12f867757b repositories: Prefer gpg2 over gpg 2012-04-10 07:30:21 +02:00
Romain Bignon
c437c99ead add missing parameter 2012-04-06 13:57:01 +02:00
Romain Bignon
9e6fb48dee fix transfer formatter 2012-04-04 09:14:35 +02:00
lucien
657e2213ac common language interface and wordreference backend
Conflicts:

	modules/wordreference/pages.py
	weboob/applications/translaboob/translaboob.py
2012-04-03 22:52:40 +02:00
Romain Bignon
fc849995f4 rewrite of the formatters system 2012-04-03 22:40:38 +02:00
Roger Philibert
3db704a28c [boobmsg] Reject empty messages by default 2012-04-01 19:39:57 +02:00
Romain Bignon
a8166a4719 several fixes in the new ICapTranslate capability, module and application 2012-04-01 19:32:05 +02:00
lucien
7c573b47a6 * translaboob is a weboob application for automatic translation
* new capability is defined, ICapTranslate
* googletranslate is a backend for the translaboob application
2012-04-01 18:46:13 +02:00
Roger Philibert
b0f1035ae8 [boobmsg] Use url suffix to save photos with their extension 2012-03-29 23:16:47 +02:00