Commit graph

23 commits

Author SHA1 Message Date
Laurent Bachelier
dbce17085e boilerplate: Fix import, fix PEP8/isort 2014-11-16 18:25:48 +01: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
0b58c9a26b Rename filenames in boilerplate 2014-09-26 11:09:35 +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
5fe0092c2c Move base_backend.py to base_module.py 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
174b5674c1 boilerplate: Remove useless __all__ 2014-09-09 18:50:24 +02:00
Vincent A
7f159cf20d Fix missing URL import in base boilerplate 2014-04-04 00:56:29 +02:00
Romain Bignon
08adb2a63e use browser2 in boilerplate 2014-03-22 12:43:53 +01:00
Vincent A
7b6c5e8544 boilerplate: add 'cap' recipe to prepare methods 2014-03-02 20:57:28 +01:00
Laurent Bachelier
2baf4ad2e9 Add default license 2013-07-23 20:25:51 +02: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
Romain Bignon
329bf19905 add 'test.py' to be generated by the 'base' recipe 2013-02-14 23:34:26 +01:00
Laurent Bachelier
60197c4e96 No DOMAIN in backend 2013-02-14 23:06:05 +01:00
Laurent Bachelier
589dac7bf0 boilerplate: Fix missing use of the class name 2013-02-08 14:22:45 +01:00
Laurent Bachelier
2eed02568b boilerplate: Use unicode by default for some fields 2013-02-07 14:30:25 +01:00
Laurent Bachelier
73d93f2d09 Make the "base" recipe more complete 2013-02-07 14:22:13 +01:00
Laurent Bachelier
32d7b53e63 Start a "base" recipe
This probably needs to have a "pages" templates too.
2013-02-07 14:22:13 +01:00
Laurent Bachelier
a913072596 Add basic boilerplate script
With the comic templates from tools/gen_comic_reader.sh
2013-02-07 14:22:12 +01:00