weboob-devel/tools
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
..
boilerplate_data rename things related to browsers 2014-10-07 00:30:07 +02:00
boilerplate.py Use the print function everywhere 2014-10-06 17:00:17 +02:00
certhash.py rename things related to browsers 2014-10-07 00:30:07 +02:00
debpydep.py Use the print function everywhere 2014-10-06 17:00:17 +02:00
generate_changelog_modules.sh Add a simple script to help generating changelog 2014-09-02 15:48:52 +02:00
local_install.py Use the print function everywhere 2014-10-06 17:00:17 +02:00
local_install.sh Run tools/stale_pyc.py before local installation 2014-04-15 10:41:44 +02:00
local_run.py Use the print function everywhere 2014-10-06 17:00:17 +02:00
local_run.sh Remove stale .pyc files before tests and local run 2013-04-10 17:40:22 +02:00
make_man.py Use the print function everywhere 2014-10-06 17:00:17 +02:00
make_man.sh Get absolute path without readlink 2013-08-12 15:32:09 +02:00
pyflakes.sh add check to prevent prints in weboob modules 2014-10-06 17:22:37 +02:00
pyreverse.sh Fix pyreverse for new module style 2013-03-25 11:10:38 +01:00
run_tests.sh tests: Allow changing modules path and adding to PYTHONPATH 2014-10-01 16:23:04 +02:00
stale_pyc.py Use the print function everywhere 2014-10-06 17:00:17 +02:00
weboob_bash_completion Fix bash completion 2013-06-26 23:52:19 +02:00
weboob_lint.py Use the print function everywhere 2014-10-06 17:00:17 +02:00
weboob_lint.sh Get absolute path without readlink 2013-08-12 15:32:09 +02:00