Alexandre Morignot
7f10865215
[doc/guides/module] use browser2
2015-08-02 20:40:32 +02:00
Pierre-Louis Bonicoli
9b4e4ceb80
Don't create symlink for 'scripts' directory
...
Hi,
attached patch avoid to create an unnecessary symbolic link on the scripts
directory.
--
Pierre-Louis
2015-07-22 19:17:17 +02:00
Alexandre Morignot
301a600923
Account() constructor does not take an id
2014-11-24 20:21:24 +01:00
Florent
feb1405813
bump to 1.1
2014-10-17 14:10:38 +02:00
Laurent Bachelier
c79dcc22df
Remove nbsp in comments and documentation
2014-10-12 02:30:45 +02:00
Romain Bignon
662092fe08
show base classes in documentation
2014-10-11 07:32:46 +02:00
Laurent Bachelier
21e8f82fd7
pep8: Use "X not in Y" instead of "not X in Y"
...
flake8 --select E713, semi-manual fixing
2014-10-11 01:27:24 +02:00
Laurent Bachelier
6161a0aacd
pep8 fixes, modernizations
...
autopep8 -a -r -i --select E711,E712,W601,W602,W603,W604,W690,E304,E401,E502 .
Also includes some manual reindentations (many are left after the print()
changes).
Manually checked, some modernizations not commited here.
2014-10-10 23:41:43 +02:00
Laurent Bachelier
822c1a3607
Proper English
2014-10-07 16:47:28 +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
Samuel Loury
e6bcec87f5
Fix the example of call to ListPage
...
The defined method is called iter_accounts and not
iter_accounts_list.
2014-10-03 12:50:56 +02:00
Florent
a019819f9d
Move browser2 from weboob/tools/b2 to weboob/browser2
2014-10-02 11:01:34 +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
44dffce7b2
Rename CapBase to Capability
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
3ecb491c1c
s/BACKEND/MODULE/
2014-09-26 10:18:11 +02:00
Florent
c678dd6b7a
Use Module and not backend in the documentation
2014-09-26 10:18:11 +02:00
Florent
8559af3d6a
s/BaseBackend/BaseModule
2014-09-26 10:18:11 +02:00
Florent
432f97e95c
bump to 1.0
2014-09-03 17:14:10 +02:00
Florent
ddc4f4bac7
Add references to the tests page
2014-09-03 14:33:13 +02:00
Florent
7e426db72c
Import the test page from wiki
2014-09-03 14:24:37 +02:00
Florent
8868c9da99
Move storage in advanced topics
2014-09-03 14:08:56 +02:00
Romain Bignon
a3c4c55fd6
change module documentation to learn browser2 (refs #1451 )
2014-09-02 21:45:49 +02:00
Romain Bignon
18e9e4a779
add helloworld on index page
2014-08-31 15:27:51 +02:00
Romain Bignon
e08cd0d322
update logo size
2014-08-30 20:52:33 +02:00
Romain Bignon
a9008e9b04
improvements on the dev documentation website
...
- new home page (inspired from the python's one)
- add a "How to contribute" page
- add logo/favicon
- more customizations
2014-08-30 20:44:11 +02:00
Florent
3d6d0f8711
Add local_run in documentatin for developpers
2014-08-20 14:48:53 +02:00
Florent
25e51a357a
Update link to the module page
2014-08-20 12:07:46 +02:00
Florent
863322688c
More information in the header index
2014-08-20 12:04:17 +02:00
Florent
61b009c1ec
Define backends/modules
2014-08-20 11:55:59 +02:00
Florent
b607984328
Add information about -d to report bugs
2014-08-20 11:51:35 +02:00
Florent
2561f14b1d
Add instruction for developpers missing the first steps
...
closes #868
2014-08-19 23:20:12 +02:00
Florent
e5f11a15eb
s/IBaseCap/CapBase/ (refs #1424 )
2014-07-09 12:59:31 +02:00
Laurent Bachelier
0f90d6e9dd
Some English fixes
...
"informations" is incorrect; try to use a better word, or the invariant "information".
2014-07-09 12:50:32 +02:00
Laurent Bachelier
dd4a66be77
Some missing renames of ICap to Cap
...
refs #1424
2014-07-09 12:50:32 +02:00
Florent
b5da172488
Upgrade documentation with s/ICap/Cap
2014-07-07 16:32:54 +02:00
Romain Bignon
51958135cb
rename CapBaseObject to BaseObject (refs #1424 )
2014-07-05 17:26:05 +02:00
Florent
9ca0bbae6a
bump to 0.j
2014-05-19 22:45:35 +02:00
Florent
a82f57512c
bump to 0.i
2014-01-08 23:40:16 +01:00
Florent
9b022b2ebe
bump to 0.h
2013-08-03 14:31:13 +02:00
Laurent Bachelier
fb1b8bc5b8
Remove some from __future__, forbid 2.5 in setup
2013-07-27 14:58:19 +02:00
Laurent Bachelier
5a9bedf423
Fix missing bumps to 0.g
2013-03-27 20:10:01 +01: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
Laurent Bachelier
dcb2b61b18
pyflakes fixes for unchecked files
...
They were not in the tools/pyflakes.sh runs
2013-03-16 00:52:43 +01:00
Laurent Bachelier
c1bec2e388
New git URL
2013-02-10 00:52:35 +01:00
Florent
bf3132e8c0
bump to 0.f
2013-01-25 17:23:49 +01:00
Romain Bignon
4a1e4b5afa
bump to 0.e
2012-10-28 20:39:49 +01:00
Laurent Bachelier
3a66728392
Fix crashes with unicode characters in maintainer name
...
Change every mention of MAINTAINER to avoid future issues.
2012-10-24 13:29:30 +02:00