7 |
--------------------------------------------------------------------------------
/desktop/qgalleroob.desktop:
--------------------------------------------------------------------------------
1 | [Desktop Entry]
2 | Name=QGalleroob
3 | Comment=Search for galleries and images on many websites, and get info about them
4 | Exec=qgalleroob
5 | Icon=qgalleroob
6 | Terminal=false
7 | Type=Application
8 | StartupNotify=true
9 | Categories=Graphics;Viewer;Qt;
10 | Keywords=image;gallery;view;
11 |
--------------------------------------------------------------------------------
/desktop/qhavedate.desktop:
--------------------------------------------------------------------------------
1 | [Desktop Entry]
2 | Name=QHaveDate
3 | Comment=Optimize your probabilities to have sex on dating websites
4 | Exec=qhavedate
5 | Icon=qhavedate
6 | Terminal=false
7 | Type=Application
8 | StartupNotify=true
9 | Categories=Network;Chat;ContactManagement;Qt;
10 | Keywords=dating;sex;girls;boys;tinder;
11 |
--------------------------------------------------------------------------------
/modules/cragr/netfinca_browser.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2012-2019 Budget Insight
4 |
5 | # yapf-compatible
6 |
7 | from weboob.browser import AbstractBrowser
8 |
9 |
10 | class NetfincaBrowser(AbstractBrowser):
11 | PARENT = 'netfinca'
12 | BASEURL = 'https://www.cabourse.credit-agricole.fr'
13 |
--------------------------------------------------------------------------------
/desktop/qcineoob.desktop:
--------------------------------------------------------------------------------
1 | [Desktop Entry]
2 | Name=QCineoob
3 | Comment=Search for movies, persons, torrents and subtitles on many websites, and get info about them
4 | Exec=qcineoob
5 | Icon=qcineoob
6 | Terminal=false
7 | Type=Application
8 | StartupNotify=true
9 | Categories=Network;Qt;
10 | Keywords=video;movie;cinema;subtitles;torrent;media;
11 |
--------------------------------------------------------------------------------
/tools/boilerplate/boilerplate_data/base_pages.pyt:
--------------------------------------------------------------------------------
1 | <%inherit file="layout.pyt"/>
2 | from weboob.browser.pages import HTMLPage
3 |
4 |
5 | class Page1(HTMLPage):
6 | def do_stuff(self, _id):
7 | raise NotImplementedError()
8 |
9 |
10 | class Page2(HTMLPage):
11 | def do_more_stuff(self):
12 | raise NotImplementedError()
13 |
--------------------------------------------------------------------------------
/tools/pyreverse.sh:
--------------------------------------------------------------------------------
1 | #!/bin/sh
2 | #
3 | # Examples:
4 | # pyreverse.sh weboob.backends.aum
5 | #
6 | # pyreverse is included in pylint Debian package
7 |
8 | usage() {
9 | echo "pyreverse.sh "
10 | exit
11 | }
12 |
13 | [ -z "$1" ] && usage
14 |
15 | PYTHONPATH="$(dirname $0)/../modules/$1" pyreverse -p "$1" -o pdf -a1 -s1 "."
16 |
--------------------------------------------------------------------------------
/MANIFEST.in:
--------------------------------------------------------------------------------
1 | include COPYING
2 | include COPYING.LESSER
3 | include INSTALL
4 | include README.md
5 | include AUTHORS
6 | include ChangeLog
7 | include desktop/*
8 | include icons/*
9 | include man/*
10 | include build.mk
11 | recursive-include contrib *
12 | recursive-include weboob/applications Makefile
13 | recursive-include weboob/tools/application Makefile
14 |
--------------------------------------------------------------------------------
/modules/entreparticuliers/housing.py:
--------------------------------------------------------------------------------
1 | from weboob.capabilities.housing import (POSTS_TYPES, HOUSE_TYPES)
2 |
3 | TYPES = {POSTS_TYPES.RENT: u'1',
4 | POSTS_TYPES.SALE: u'4'}
5 |
6 | RET = {HOUSE_TYPES.HOUSE: u'2',
7 | HOUSE_TYPES.APART: u'1',
8 | HOUSE_TYPES.LAND: u'3',
9 | HOUSE_TYPES.PARKING: u'4',
10 | HOUSE_TYPES.OTHER: u'5'}
11 |
--------------------------------------------------------------------------------
/tools/boilerplate/boilerplate_data/comic_test.pyt:
--------------------------------------------------------------------------------
1 | <%inherit file="layout.pyt"/>
2 | from weboob.tools.capabilities.gallery.genericcomicreadertest import GenericComicReaderTest
3 |
4 |
5 | class ${r.classname}BackendTest(GenericComicReaderTest):
6 | MODULE = '${r.name}'
7 |
8 | def test_download(self):
9 | return self._test_download('${r.download_id}')
10 |
--------------------------------------------------------------------------------
/contrib/windows-install/create-exe-setup-weboob.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | call settings.cmd
3 | "Bat_To_Exe_Converter_%LOCAL_ARCHITECTURE%.exe" -bat "setup-weboob.bat" -save "setup-weboob-%WEBOOB_VERSION%-%ARCHITECTURE%.exe" -icon "ICON\weboobtxt.ico" -include "Bat_To_Exe_Converter_%ARCHITECTURE%.exe" -include "wget-%ARCHITECTURE%.exe" -include "convertPNG2ICO.py" -include "get-pip.py" -include "settings.cmd"
4 |
--------------------------------------------------------------------------------
/contrib/windows-install/settings.cmd:
--------------------------------------------------------------------------------
1 | set WEBOOB_VERSION=1.5
2 | set WEBOOB=weboob-1.5-py2.7.egg
3 | set LIST_APPLIQUATIONS_QT=qboobmsg qcineoob qcookboob qflatboob qhandjoob qhavedate qvideoob qwebcontentedit weboob-config-qt qbooblyrics
4 | REM x32 | x64
5 | set ARCHITECTURE=x64
6 | set LOCAL_ARCHITECTURE=x64
7 | REM version required for WEBOOB
8 | set PYTHON_VERSION=2.7.15
9 | set PYTHON_MINOR_VERSION=2.7.14
--------------------------------------------------------------------------------
/contrib/webextension-session-importer/popup.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/modules/seloger/constants.py:
--------------------------------------------------------------------------------
1 | from weboob.capabilities.housing import POSTS_TYPES, HOUSE_TYPES
2 |
3 | TYPES = {POSTS_TYPES.RENT: 1,
4 | POSTS_TYPES.SALE: 2,
5 | POSTS_TYPES.FURNISHED_RENT: 1,
6 | POSTS_TYPES.VIAGER: 5}
7 |
8 | RET = {HOUSE_TYPES.HOUSE: '2',
9 | HOUSE_TYPES.APART: '1',
10 | HOUSE_TYPES.LAND: '4',
11 | HOUSE_TYPES.PARKING: '3',
12 | HOUSE_TYPES.OTHER: '10'}
13 |
--------------------------------------------------------------------------------
/contrib/plugin.video.videoobmc/resources/lib/base/actions.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 | from abc import ABCMeta, abstractmethod
3 |
4 |
5 | class BaseAction():
6 | __metaclass__ = ABCMeta
7 |
8 | @abstractmethod
9 | def _do(self, param=None):
10 | """
11 | Overload this method in application type subclass
12 | if you want to associate an action to the menu
13 | """
14 | pass
15 |
16 | actions = {}
17 |
--------------------------------------------------------------------------------
/contrib/hds/scheme.sql:
--------------------------------------------------------------------------------
1 | DROP TABLE authors;
2 | CREATE TABLE authors (
3 | name TEXT PRIMARY KEY,
4 | sex INTEGER,
5 | description
6 | );
7 | CREATE INDEX author_idx ON authors(name, sex);
8 |
9 | DROP TABLE stories;
10 | CREATE TABLE stories (
11 | id INTEGER PRIMARY KEY,
12 | title TEXT,
13 | date TEXT,
14 | category TEXT,
15 | author TEXT REFERENCES authors,
16 | body TEXT
17 | );
18 |
19 | CREATE INDEX stories_idx ON stories(id, category);
20 |
--------------------------------------------------------------------------------
/modules/pap/constants.py:
--------------------------------------------------------------------------------
1 | from weboob.capabilities.housing import POSTS_TYPES, HOUSE_TYPES
2 |
3 | TYPES = {POSTS_TYPES.RENT: 'location',
4 | POSTS_TYPES.FURNISHED_RENT: 'location',
5 | POSTS_TYPES.SALE: 'vente',
6 | POSTS_TYPES.VIAGER: 'vente'}
7 |
8 | RET = {HOUSE_TYPES.HOUSE: 'maison',
9 | HOUSE_TYPES.APART: 'appartement',
10 | HOUSE_TYPES.LAND: 'terrain',
11 | HOUSE_TYPES.PARKING: 'garage-parking',
12 | HOUSE_TYPES.OTHER: 'divers'}
13 |
--------------------------------------------------------------------------------
/tools/boilerplate/boilerplate_data/base_module.pyt:
--------------------------------------------------------------------------------
1 | <%inherit file="layout.pyt"/>
2 | from weboob.tools.backend import Module
3 |
4 | from .browser import ${r.classname}Browser
5 |
6 | __all__ = ['${r.classname}Module']
7 |
8 |
9 | class ${r.classname}Module(Module):
10 | NAME = '${r.name}'
11 | DESCRIPTION = '${r.name} website'
12 | MAINTAINER = '${r.author}'
13 | EMAIL = '${r.email}'
14 | LICENSE = 'LGPLv3+'
15 | VERSION = '${r.version}'
16 |
17 | BROWSER = ${r.classname}Browser
18 |
--------------------------------------------------------------------------------
/contrib/downloadboob/downloadboob.conf:
--------------------------------------------------------------------------------
1 | [main]
2 | directory=~/Téléchargements/podcasts
3 |
4 | [zapping]
5 | backend=canalplus
6 | max_results=10
7 | pattern=zapping
8 | title_exclude=semaine
9 | directory=Le zapping
10 |
11 | [guignol]
12 | backend=canalplus
13 | max_results=10
14 | pattern=les guignols de l'info
15 | title_exclude=La semaine
16 | directory=Les guignols de l'info
17 |
18 | [ondar]
19 | backend=francetelevisions
20 | max_results=20
21 | pattern=demande
22 | id_regexp=on_n.*rire
23 | directory=ONDAR
24 |
--------------------------------------------------------------------------------
/contrib/videoob_web/videoob_web/templates/base.mako:
--------------------------------------------------------------------------------
1 | ## -*- coding: utf-8 -*-
2 |
3 | <%def name="title()" filter="trim">
4 | Videoob Web
5 | %def>
6 |
7 |
8 |
9 |
10 | ${self.title()}
11 |
12 | ${next.css()}
13 |
14 |
15 | ${next.body()}
16 |
17 |
18 |
--------------------------------------------------------------------------------
/contrib/windows-install/HOW_TO.txt:
--------------------------------------------------------------------------------
1 | 1. Update settings.cmd
2 |
3 | 2. Download http://www.f2ko.de/downloads/Bat_To_Exe_Converter.zip extrat 32 and 64bit version and respectivly rename to Bat_To_Exe_Converter_x32.exe and Bat_To_Exe_Converter_x64.exe
4 |
5 | 3. Download https://eternallybored.org/misc/wget/releases/wget-1.20-win64.zip,
6 | unzip and rename to => wget-x64.exe
7 |
8 | 4. Download https://eternallybored.org/misc/wget/releases/wget-1.20-win32.zip,
9 | unzip and rename to => wget-x32.exe
10 |
11 | 5. Download https://bootstrap.pypa.io/get-pip.py
12 |
13 | 6. run create-exe-setup-weboob.bat
14 |
--------------------------------------------------------------------------------
/contrib/plugin.video.videoobmc/resources/settings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/contrib/webextension-session-importer/manifest.json:
--------------------------------------------------------------------------------
1 | {
2 | "manifest_version": 2,
3 | "name": "Weboob session importer",
4 | "version": "0.0.1",
5 |
6 | "description": "Import Weboob session URL and cookies",
7 | "homepage_url": "http://weboob.org",
8 |
9 | "icons": {
10 | "48": "logo.png"
11 | },
12 |
13 | "permissions": [
14 | "",
15 | "cookies",
16 | "tabs"
17 | ],
18 |
19 | "browser_action": {
20 | "browser_style": true,
21 | "default_icon": "logo.png",
22 | "default_title": "Import Weboob session",
23 | "default_popup": "popup.html"
24 | }
25 | }
26 |
--------------------------------------------------------------------------------
/contrib/plugin.video.videoobmc/default_test.py:
--------------------------------------------------------------------------------
1 | #!/usr/bin/python
2 | # -*- coding: utf-8 -*-
3 | from __future__ import print_function
4 |
5 | import sys
6 | import resources.lib.test.common_test as common_xbmc
7 | import resources.lib.constants as constants
8 |
9 | from resources.lib.actions import actions
10 |
11 | print(sys.argv)
12 | if len(sys.argv) < 2:
13 | actions[constants.DISPLAY_MENU]()._do()
14 | else:
15 | params = common_xbmc.parse_params(sys.argv[1])
16 | #print params
17 | action = params.get("action")
18 | if (action):
19 | actions[action]()._do(params)
20 | else:
21 | common_xbmc.display_error(" ARGV Nothing done.. verify params " + repr(params))
22 |
--------------------------------------------------------------------------------
/modules/avendrealouer/constants.py:
--------------------------------------------------------------------------------
1 | from weboob.capabilities.housing import HOUSE_TYPES, POSTS_TYPES
2 |
3 | QUERY_TYPES = {
4 | POSTS_TYPES.RENT: 2,
5 | POSTS_TYPES.SALE: 1,
6 | POSTS_TYPES.SHARING: 2, # There is no special search for shared appartments.
7 | POSTS_TYPES.FURNISHED_RENT: 2,
8 | POSTS_TYPES.VIAGER: 1
9 | }
10 |
11 | QUERY_HOUSE_TYPES = {
12 | HOUSE_TYPES.APART: ['1'],
13 | HOUSE_TYPES.HOUSE: ['2'],
14 | HOUSE_TYPES.PARKING: ['7'],
15 | HOUSE_TYPES.LAND: ['3'],
16 | HOUSE_TYPES.OTHER: ['4', '5', '6', '8', '9', '10', '11', '12', '13', '14'],
17 | HOUSE_TYPES.UNKNOWN: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13', '14']
18 | }
19 |
--------------------------------------------------------------------------------
/modules/edf/pro/proxy_browser.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2012-2020 Budget Insight
4 |
5 | from weboob.browser.switch import SwitchingBrowser
6 |
7 | from .browser import EdfproBrowser
8 | from .browser_collectivites import EdfproCollectivitesBrowser
9 |
10 |
11 | class ProxyBrowser(SwitchingBrowser):
12 | BROWSERS = {
13 | 'main': EdfproBrowser,
14 | 'collectivites': EdfproCollectivitesBrowser,
15 | }
16 |
17 | KEEP_SESSION = True
18 |
19 | def set_browser(self, name):
20 | old_browser = self._browser
21 | super(ProxyBrowser, self).set_browser(name)
22 | if old_browser:
23 | self._browser.response = old_browser.response
24 | self._browser.url = old_browser.url
25 |
--------------------------------------------------------------------------------
/tools/boilerplate/boilerplate_data/base_browser.pyt:
--------------------------------------------------------------------------------
1 | <%inherit file="layout.pyt"/>
2 | from weboob.browser import ${'LoginBrowser, need_login' if r.login else 'PagesBrowser'}, URL
3 |
4 | from .pages import Page1, Page2
5 |
6 |
7 | class ${r.classname}Browser(${'Login' if r.login else 'Pages'}Browser):
8 | BASEURL = 'http://www.${r.name}.com'
9 |
10 | page1 = URL('/page1\?id=(?P.+)', Page1)
11 | page2 = URL('/page2', Page2)
12 |
13 | % if login:
14 | def do_login(self):
15 | pass
16 |
17 | @need_login
18 | % endif
19 | def get_stuff(self, _id):
20 | self.page1.go(id=_id)
21 |
22 | assert self.page1.is_here()
23 | self.page.do_stuff(_id)
24 |
25 | assert self.page2.is_here()
26 | return self.page.do_more_stuff()
27 |
--------------------------------------------------------------------------------
/modules/myfoncia/constants.py:
--------------------------------------------------------------------------------
1 | from weboob.capabilities.housing import HOUSE_TYPES, POSTS_TYPES
2 |
3 | QUERY_TYPES = {
4 | POSTS_TYPES.RENT: 'location',
5 | POSTS_TYPES.SALE: 'achat'
6 | }
7 |
8 | QUERY_HOUSE_TYPES = {
9 | HOUSE_TYPES.APART: ['appartement'],
10 | HOUSE_TYPES.HOUSE: ['maison'],
11 | HOUSE_TYPES.PARKING: ['parking'],
12 | HOUSE_TYPES.LAND: ['terrain'],
13 | HOUSE_TYPES.OTHER: ['chambre', 'appartement-meuble',
14 | 'local-commercial', 'immeuble']
15 | }
16 |
17 | AVAILABLE_TYPES = {
18 | POSTS_TYPES.RENT: ['appartement', 'maison', 'parking', 'chambre',
19 | 'appartement-meuble', 'local-commercial'],
20 | POSTS_TYPES.SALE: ['appartement', 'maison', 'parking', 'local-commercial',
21 | 'terrain', 'immeuble']
22 | }
23 |
--------------------------------------------------------------------------------
/tools/stale_pyc.py:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env python3
2 | from __future__ import print_function
3 |
4 | import os
5 | import sys
6 |
7 | root = os.path.abspath(os.path.join(os.path.dirname(__file__), os.path.pardir))
8 | verbose = '-v' in sys.argv
9 | excludes = ('.git', '.svn', '__pycache__')
10 |
11 | for dirpath, dirnames, filenames in os.walk(root):
12 | for exclude in excludes:
13 | try:
14 | dirnames.remove(exclude)
15 | except ValueError:
16 | pass
17 | for filename in filenames:
18 | if filename.endswith('.pyc') or filename.endswith('pyo'):
19 | if not os.path.exists(os.path.join(dirpath, filename[:-1])):
20 | os.unlink(os.path.join(dirpath, filename))
21 | if verbose:
22 | print(os.path.join(dirpath, filename))
23 |
--------------------------------------------------------------------------------
/weboob/browser/filters/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2014 Romain Bignon
4 | #
5 | # This file is part of weboob.
6 | #
7 | # weboob is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Lesser General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # weboob is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Lesser General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Lesser General Public License
18 | # along with weboob. If not, see .
19 |
--------------------------------------------------------------------------------
/contrib/plugin.video.videoobmc/resources/language/english/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | Search
5 | Search:
6 |
7 | Download
8 | Information
9 |
10 | Error!
11 |
12 | Information
13 | Download started
14 | Download succeed
15 |
16 | Download folder:
17 | Number of videos per backends:
18 | Display Non Safe For Work videos:
19 | Enable debug mode:
20 |
21 |
--------------------------------------------------------------------------------
/weboob/applications/handjoob/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2013 Bezleputh
4 | #
5 | # This file is part of weboob.
6 | #
7 | # weboob is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Lesser General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # weboob is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Lesser General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Lesser General Public License
18 | # along with weboob. If not, see .
19 |
20 | from .handjoob import Handjoob
21 |
22 | __all__ = ['Handjoob']
23 |
--------------------------------------------------------------------------------
/weboob/applications/suboob/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2013 Julien Veyssier
4 | #
5 | # This file is part of weboob.
6 | #
7 | # weboob is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Lesser General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # weboob is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Lesser General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Lesser General Public License
18 | # along with weboob. If not, see .
19 |
20 | from .suboob import Suboob
21 |
22 | __all__ = ['Suboob']
23 |
--------------------------------------------------------------------------------
/tools/boilerplate/boilerplate_data/comic_module.pyt:
--------------------------------------------------------------------------------
1 | <%inherit file="layout.pyt"/>
2 | from weboob.tools.capabilities.gallery.genericcomicreader import GenericComicReaderModule, DisplayPage
3 |
4 |
5 | __all__ = ['${r.classname}Module']
6 |
7 |
8 | class ${r.classname}Module(GenericComicReaderModule):
9 | NAME = '${r.name}'
10 | DESCRIPTION = u'${r.name} manga reading site'
11 | MAINTAINER = u'${r.author}'
12 | EMAIL = '${r.email}'
13 | VERSION = '${r.version}'
14 | LICENSE = 'LGPLv3+'
15 |
16 | DOMAIN = 'www.${r.name}.com'
17 | BROWSER_PARAMS = dict(
18 | img_src_xpath="//img[@id='comic_page']/@src",
19 | page_list_xpath="(//select[@id='page_select'])[1]/option/@value")
20 | ID_REGEXP = r'[^/]+/[^/]+'
21 | URL_REGEXP = r'.+${r.name}.com/(%s).+' % ID_REGEXP
22 | ID_TO_URL = 'http://www.${r.name}.com/%s'
23 | PAGES = {URL_REGEXP: DisplayPage}
24 |
--------------------------------------------------------------------------------
/weboob/applications/boomoney/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Written by Bruno Chabrier
4 | #
5 | # This file is part of weboob.
6 | #
7 | # weboob is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Lesser General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # weboob is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Lesser General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Lesser General Public License
18 | # along with weboob. If not, see .
19 |
20 |
21 | from .boomoney import Boomoney
22 |
23 | __all__ = ['Boomoney']
24 |
--------------------------------------------------------------------------------
/weboob/applications/cookboob/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2013 Julien Veyssier
4 | #
5 | # This file is part of weboob.
6 | #
7 | # weboob is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Lesser General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # weboob is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Lesser General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Lesser General Public License
18 | # along with weboob. If not, see .
19 |
20 | from .cookboob import Cookboob
21 |
22 | __all__ = ['Cookboob']
23 |
--------------------------------------------------------------------------------
/weboob/applications/boobcoming/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2013 Bezleputh
4 | #
5 | # This file is part of weboob.
6 | #
7 | # weboob is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Lesser General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # weboob is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Lesser General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Lesser General Public License
18 | # along with weboob. If not, see .
19 |
20 | from .boobcoming import Boobcoming
21 |
22 | __all__ = ['Boobcoming']
23 |
--------------------------------------------------------------------------------
/weboob/applications/boorpg/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2010-2011 Christophe Benz
4 | #
5 | # This file is part of weboob.
6 | #
7 | # weboob is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Lesser General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # weboob is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Lesser General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Lesser General Public License
18 | # along with weboob. If not, see .
19 |
20 |
21 | from .boorpg import BooRPG
22 |
23 | __all__ = ['BooRPG']
24 |
--------------------------------------------------------------------------------
/weboob/applications/cineoob/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2013 Julien Veyssier
4 | #
5 | # This file is part of weboob.
6 | #
7 | # weboob is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Lesser General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # weboob is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Lesser General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Lesser General Public License
18 | # along with weboob. If not, see .
19 |
20 |
21 | from .cineoob import Cineoob
22 |
23 | __all__ = ['Cineoob']
24 |
--------------------------------------------------------------------------------
/weboob/applications/geolooc/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2010-2011 Romain Bignon
4 | #
5 | # This file is part of weboob.
6 | #
7 | # weboob is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Lesser General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # weboob is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Lesser General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Lesser General Public License
18 | # along with weboob. If not, see .
19 |
20 |
21 | from .geolooc import Geolooc
22 |
23 | __all__ = ['Geolooc']
24 |
--------------------------------------------------------------------------------
/weboob/applications/monboob/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2010-2011 Romain Bignon
4 | #
5 | # This file is part of weboob.
6 | #
7 | # weboob is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Lesser General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # weboob is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Lesser General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Lesser General Public License
18 | # along with weboob. If not, see .
19 |
20 |
21 | from .monboob import Monboob
22 |
23 | __all__ = ['Monboob']
24 |
--------------------------------------------------------------------------------
/weboob/applications/pastoob/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2011 Laurent Bachelier
4 | #
5 | # This file is part of weboob.
6 | #
7 | # weboob is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Lesser General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # weboob is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Lesser General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Lesser General Public License
18 | # along with weboob. If not, see .
19 |
20 |
21 | from .pastoob import Pastoob
22 |
23 | __all__ = ['Pastoob']
24 |
--------------------------------------------------------------------------------
/weboob/applications/radioob/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2010-2011 Romain Bignon
4 | #
5 | # This file is part of weboob.
6 | #
7 | # weboob is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Lesser General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # weboob is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Lesser General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Lesser General Public License
18 | # along with weboob. If not, see .
19 |
20 |
21 | from .radioob import Radioob
22 |
23 | __all__ = ['Radioob']
24 |
--------------------------------------------------------------------------------
/weboob/applications/boobands/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2018 Quentin Defenouillere
4 | #
5 | # This file is part of weboob.
6 | #
7 | # weboob is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Lesser General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # weboob is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Lesser General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Lesser General Public License
18 | # along with weboob. If not, see .
19 |
20 | from .boobands import Boobands
21 |
22 | __all__ = ['Boobands']
23 |
--------------------------------------------------------------------------------
/weboob/applications/boobank/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2010-2011 Christophe Benz
4 | #
5 | # This file is part of weboob.
6 | #
7 | # weboob is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Lesser General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # weboob is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Lesser General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Lesser General Public License
18 | # along with weboob. If not, see .
19 |
20 |
21 | from .boobank import Boobank
22 |
23 | __all__ = ['Boobank']
24 |
--------------------------------------------------------------------------------
/weboob/applications/boobathon/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2011 Romain Bignon
4 | #
5 | # This file is part of weboob.
6 | #
7 | # weboob is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Lesser General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # weboob is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Lesser General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Lesser General Public License
18 | # along with weboob. If not, see .
19 |
20 |
21 | from .boobathon import Boobathon
22 |
23 | __all__ = ['Boobathon']
24 |
--------------------------------------------------------------------------------
/weboob/applications/boobill/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2011 Laurent Bachelier
4 | #
5 | # This file is part of weboob.
6 | #
7 | # weboob is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Lesser General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # weboob is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Lesser General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Lesser General Public License
18 | # along with weboob. If not, see .
19 |
20 |
21 | from .boobill import Boobill
22 |
23 |
24 | __all__ = ['Boobill']
25 |
--------------------------------------------------------------------------------
/weboob/applications/boobmsg/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2010-2011 Christophe Benz
4 | #
5 | # This file is part of weboob.
6 | #
7 | # weboob is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Lesser General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # weboob is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Lesser General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Lesser General Public License
18 | # along with weboob. If not, see .
19 |
20 |
21 | from .boobmsg import Boobmsg
22 |
23 | __all__ = ['Boobmsg']
24 |
--------------------------------------------------------------------------------
/weboob/applications/boobooks/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2010-2011 Jérémy Monnet
4 | #
5 | # This file is part of weboob.
6 | #
7 | # weboob is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Lesser General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # weboob is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Lesser General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Lesser General Public License
18 | # along with weboob. If not, see .
19 |
20 |
21 | from .boobooks import Boobooks
22 |
23 | __all__ = ['Boobooks']
24 |
--------------------------------------------------------------------------------
/weboob/applications/boobsize/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2013 Florent Fourcot
4 | #
5 | # This file is part of weboob.
6 | #
7 | # weboob is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Lesser General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # weboob is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Lesser General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Lesser General Public License
18 | # along with weboob. If not, see .
19 |
20 |
21 | from .boobsize import Boobsize
22 |
23 | __all__ = ['Boobsize']
24 |
--------------------------------------------------------------------------------
/weboob/applications/galleroob/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2010-2011 Noé Rubinstein
4 | #
5 | # This file is part of weboob.
6 | #
7 | # weboob is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Lesser General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # weboob is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Lesser General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Lesser General Public License
18 | # along with weboob. If not, see .
19 |
20 | from .galleroob import Galleroob
21 |
22 | __all__ = ['Galleroob']
23 |
--------------------------------------------------------------------------------
/weboob/applications/havedate/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2010-2011 Romain Bignon
4 | #
5 | # This file is part of weboob.
6 | #
7 | # weboob is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Lesser General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # weboob is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Lesser General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Lesser General Public License
18 | # along with weboob. If not, see .
19 |
20 |
21 | from .havedate import HaveDate
22 |
23 | __all__ = ['HaveDate']
24 |
--------------------------------------------------------------------------------
/weboob/applications/parceloob/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2013 Romain Bignon
4 | #
5 | # This file is part of weboob.
6 | #
7 | # weboob is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Lesser General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # weboob is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Lesser General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Lesser General Public License
18 | # along with weboob. If not, see .
19 |
20 |
21 | from .parceloob import Parceloob
22 |
23 | __all__ = ['Parceloob']
24 |
--------------------------------------------------------------------------------
/weboob/applications/shopoob/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2011 Laurent Bachelier
4 | #
5 | # This file is part of weboob.
6 | #
7 | # weboob is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Lesser General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # weboob is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Lesser General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Lesser General Public License
18 | # along with weboob. If not, see .
19 |
20 |
21 | from .shopoob import Shopoob
22 |
23 |
24 | __all__ = ['Shopoob']
25 |
--------------------------------------------------------------------------------
/weboob/applications/videoob/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2010-2011 Christophe Benz
4 | #
5 | # This file is part of weboob.
6 | #
7 | # weboob is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Lesser General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # weboob is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Lesser General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Lesser General Public License
18 | # along with weboob. If not, see .
19 |
20 |
21 | from .videoob import Videoob
22 |
23 | __all__ = ['Videoob']
24 |
--------------------------------------------------------------------------------
/weboob/applications/wetboobs/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2010-2011 Romain Bignon
4 | #
5 | # This file is part of weboob.
6 | #
7 | # weboob is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Lesser General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # weboob is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Lesser General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Lesser General Public License
18 | # along with weboob. If not, see .
19 |
20 |
21 | from .wetboobs import WetBoobs
22 |
23 | __all__ = ['WetBoobs']
24 |
--------------------------------------------------------------------------------
/weboob/applications/booblyrics/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2013 Julien Veyssier
4 | #
5 | # This file is part of weboob.
6 | #
7 | # weboob is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Lesser General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # weboob is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Lesser General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Lesser General Public License
18 | # along with weboob. If not, see .
19 |
20 |
21 | from .booblyrics import Booblyrics
22 |
23 | __all__ = ['Booblyrics']
24 |
--------------------------------------------------------------------------------
/weboob/applications/traveloob/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2010-2011 Romain Bignon
4 | #
5 | # This file is part of weboob.
6 | #
7 | # weboob is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Lesser General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # weboob is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Lesser General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Lesser General Public License
18 | # along with weboob. If not, see .
19 |
20 |
21 | from .traveloob import Traveloob
22 |
23 | __all__ = ['Traveloob']
24 |
--------------------------------------------------------------------------------
/weboob/applications/weboobcfg/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2010-2011 Romain Bignon
4 | #
5 | # This file is part of weboob.
6 | #
7 | # weboob is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Lesser General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # weboob is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Lesser General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Lesser General Public License
18 | # along with weboob. If not, see .
19 |
20 |
21 | from .weboobcfg import WeboobCfg
22 |
23 | __all__ = ['WeboobCfg']
24 |
--------------------------------------------------------------------------------
/weboob/applications/weboobcli/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2010-2011 Romain Bignon
4 | #
5 | # This file is part of weboob.
6 | #
7 | # weboob is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Lesser General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # weboob is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Lesser General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Lesser General Public License
18 | # along with weboob. If not, see .
19 |
20 |
21 | from .weboobcli import WeboobCli
22 |
23 | __all__ = ['WeboobCli']
24 |
--------------------------------------------------------------------------------
/weboob/applications/boobtracker/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2011 Romain Bignon
4 | #
5 | # This file is part of weboob.
6 | #
7 | # weboob is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Lesser General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # weboob is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Lesser General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Lesser General Public License
18 | # along with weboob. If not, see .
19 |
20 |
21 | from .boobtracker import BoobTracker
22 |
23 | __all__ = ['BoobTracker']
24 |
--------------------------------------------------------------------------------
/weboob/applications/translaboob/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2012 Lucien Loiseau
4 | #
5 | # This file is part of weboob.
6 | #
7 | # weboob is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Lesser General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # weboob is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Lesser General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Lesser General Public License
18 | # along with weboob. If not, see .
19 |
20 |
21 | from .translaboob import Translaboob
22 |
23 | __all__ = ['Translaboob']
24 |
--------------------------------------------------------------------------------
/weboob/applications/weboobdebug/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2010-2011 Christophe Benz
4 | #
5 | # This file is part of weboob.
6 | #
7 | # weboob is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Lesser General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # weboob is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Lesser General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Lesser General Public License
18 | # along with weboob. If not, see .
19 |
20 | from .weboobdebug import WeboobDebug
21 |
22 | __all__ = ['WeboobDebug']
23 |
--------------------------------------------------------------------------------
/weboob/applications/weboobmain/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2010-2011 Romain Bignon
4 | #
5 | # This file is part of weboob.
6 | #
7 | # weboob is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Lesser General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # weboob is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Lesser General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Lesser General Public License
18 | # along with weboob. If not, see .
19 |
20 |
21 | from .weboobmain import WeboobMain
22 |
23 | __all__ = ['WeboobMain']
24 |
--------------------------------------------------------------------------------
/contrib/videoob_web/videoob_web/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2010-2011 Christophe Benz
4 | #
5 | # This file is part of weboob.
6 | #
7 | # weboob is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Lesser General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # weboob is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Lesser General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Lesser General Public License
18 | # along with weboob. If not, see .
19 |
20 |
21 | from .videoob_web import VideoobWeb
22 |
23 | __all__ = ['VideoobWeb']
24 |
--------------------------------------------------------------------------------
/weboob/applications/weboobrepos/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2010-2012 Romain Bignon
4 | #
5 | # This file is part of weboob.
6 | #
7 | # weboob is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Lesser General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # weboob is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Lesser General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Lesser General Public License
18 | # along with weboob. If not, see .
19 |
20 |
21 | from .weboobrepos import WeboobRepos
22 |
23 | __all__ = ['WeboobRepos']
24 |
--------------------------------------------------------------------------------
/weboob/applications/weboorrents/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2010-2011 Romain Bignon
4 | #
5 | # This file is part of weboob.
6 | #
7 | # weboob is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Lesser General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # weboob is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Lesser General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Lesser General Public License
18 | # along with weboob. If not, see .
19 |
20 |
21 | from .weboorrents import Weboorrents
22 |
23 | __all__ = ['Weboorrents']
24 |
--------------------------------------------------------------------------------
/modules/nova/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2011 Romain Bignon
4 | #
5 | # This file is part of a weboob module.
6 | #
7 | # This weboob module is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Affero General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # This weboob module is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Affero General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Affero General Public License
18 | # along with this weboob module. If not, see .
19 |
20 | from .module import NovaModule
21 |
22 | __all__ = ['NovaModule']
23 |
--------------------------------------------------------------------------------
/modules/oney/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2014 Budget Insight
4 | #
5 | # This file is part of a weboob module.
6 | #
7 | # This weboob module is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Lesser General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # This weboob module is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Lesser General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Lesser General Public License
18 | # along with this weboob module. If not, see .
19 |
20 | from .module import OneyModule
21 |
22 | __all__ = ['OneyModule']
23 |
--------------------------------------------------------------------------------
/modules/torrentz/module.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | from weboob.capabilities.torrent import CapTorrent
4 | from weboob.tools.backend import Module
5 |
6 | from .browser import TorrentzBrowser
7 |
8 |
9 | __all__ = ['TorrentzModule']
10 |
11 |
12 | class TorrentzModule(Module, CapTorrent):
13 | NAME = 'torrentz'
14 | MAINTAINER = u'Matthieu Weber'
15 | EMAIL = 'weboob@weber.fi.eu.org'
16 | VERSION = '2.1'
17 | DESCRIPTION = 'Torrentz Search Engine.'
18 | LICENSE = 'AGPL'
19 | BROWSER = TorrentzBrowser
20 |
21 | def create_default_browser(self):
22 | return self.create_browser()
23 |
24 | def get_torrent(self, id):
25 | return self.browser.get_torrent(id)
26 |
27 | def get_torrent_file(self, id):
28 | return self.browser.get_torrent_file(id)
29 |
30 | def iter_torrents(self, pattern):
31 | return self.browser.iter_torrents(pattern.replace(' ', '+'))
32 |
--------------------------------------------------------------------------------
/modules/arte/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2010-2011 Romain Bignon
4 | #
5 | # This file is part of a weboob module.
6 | #
7 | # This weboob module is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Affero General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # This weboob module is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Affero General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Affero General Public License
18 | # along with this weboob module. If not, see .
19 |
20 | from .module import ArteModule
21 |
22 | __all__ = ['ArteModule']
23 |
--------------------------------------------------------------------------------
/modules/bred/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2012 Romain Bignon
4 | #
5 | # This file is part of a weboob module.
6 | #
7 | # This weboob module is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Lesser General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # This weboob module is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Lesser General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Lesser General Public License
18 | # along with this weboob module. If not, see .
19 |
20 |
21 | from .module import BredModule
22 |
23 | __all__ = ['BredModule']
24 |
--------------------------------------------------------------------------------
/modules/btmon/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2013 Julien Veyssier
4 | #
5 | # This file is part of a weboob module.
6 | #
7 | # This weboob module is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Affero General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # This weboob module is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Affero General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Affero General Public License
18 | # along with this weboob module. If not, see .
19 |
20 | from .module import BtmonModule
21 |
22 | __all__ = ['BtmonModule']
23 |
--------------------------------------------------------------------------------
/modules/cmb/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2011 Johann Broudin
4 | #
5 | # This file is part of a weboob module.
6 | #
7 | # This weboob module is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Lesser General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # This weboob module is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Lesser General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Lesser General Public License
18 | # along with this weboob module. If not, see .
19 |
20 |
21 | from .module import CmbModule
22 |
23 | __all__ = ['CmbModule']
24 |
--------------------------------------------------------------------------------
/modules/cmso/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2012 Romain Bignon
4 | #
5 | # This file is part of a weboob module.
6 | #
7 | # This weboob module is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Lesser General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # This weboob module is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Lesser General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Lesser General Public License
18 | # along with this weboob module. If not, see .
19 |
20 |
21 | from .module import CmsoModule
22 |
23 | __all__ = ['CmsoModule']
24 |
--------------------------------------------------------------------------------
/modules/imdb/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2013 Julien Veyssier
4 | #
5 | # This file is part of a weboob module.
6 | #
7 | # This weboob module is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Affero General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # This weboob module is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Affero General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Affero General Public License
18 | # along with this weboob module. If not, see .
19 |
20 | from .module import ImdbModule
21 |
22 | __all__ = ['ImdbModule']
23 |
--------------------------------------------------------------------------------
/modules/rmll/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2015 Guilhem Bonnefille
4 | #
5 | # This file is part of a weboob module.
6 | #
7 | # This weboob module is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Affero General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # This weboob module is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Affero General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Affero General Public License
18 | # along with this weboob module. If not, see .
19 |
20 | from .module import RmllModule
21 |
22 | __all__ = ['RmllModule']
23 |
--------------------------------------------------------------------------------
/weboob/applications/webcontentedit/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2010-2011 Romain Bignon
4 | #
5 | # This file is part of weboob.
6 | #
7 | # weboob is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Lesser General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # weboob is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Lesser General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Lesser General Public License
18 | # along with weboob. If not, see .
19 |
20 |
21 | from .webcontentedit import WebContentEdit
22 |
23 | __all__ = ['WebContentEdit']
24 |
--------------------------------------------------------------------------------
/modules/bnporc/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2010-2011 Romain Bignon
4 | #
5 | # This file is part of a weboob module.
6 | #
7 | # This weboob module is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Lesser General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # This weboob module is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Lesser General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Lesser General Public License
18 | # along with this weboob module. If not, see .
19 |
20 | from .module import BNPorcModule
21 |
22 | __all__ = ['BNPorcModule']
23 |
--------------------------------------------------------------------------------
/modules/cci/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2013 Bezleputh
4 | #
5 | # This file is part of a weboob module.
6 | #
7 | # This weboob module is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Affero General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # This weboob module is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Affero General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Affero General Public License
18 | # along with this weboob module. If not, see .
19 |
20 |
21 | from .module import CciModule
22 |
23 |
24 | __all__ = ['CciModule']
25 |
--------------------------------------------------------------------------------
/modules/cic/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2010-2011 Julien Veyssier
4 | #
5 | # This file is part of a weboob module.
6 | #
7 | # This weboob module is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Lesser General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # This weboob module is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Lesser General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Lesser General Public License
18 | # along with this weboob module. If not, see .
19 |
20 |
21 | from .module import CICModule
22 |
23 | __all__ = ['CICModule']
24 |
--------------------------------------------------------------------------------
/modules/lcl/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2010-2011 Romain Bignon
4 | #
5 | # This file is part of a weboob module.
6 | #
7 | # This weboob module is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Lesser General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # This weboob module is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Lesser General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Lesser General Public License
18 | # along with this weboob module. If not, see .
19 |
20 |
21 | from .module import LCLModule
22 |
23 | __all__ = ['LCLModule']
24 |
--------------------------------------------------------------------------------
/modules/ouifm/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2010-2011 Romain Bignon
4 | #
5 | # This file is part of a weboob module.
6 | #
7 | # This weboob module is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Affero General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # This weboob module is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Affero General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Affero General Public License
18 | # along with this weboob module. If not, see .
19 |
20 | from .module import OuiFMModule
21 |
22 | __all__ = ['OuiFMModule']
23 |
--------------------------------------------------------------------------------
/modules/pornhub/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2016 Roger Philibert
4 | #
5 | # This file is part of a weboob module.
6 | #
7 | # This weboob module is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Affero General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # This weboob module is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Affero General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Affero General Public License
18 | # along with this weboob module. If not, see .
19 |
20 | from .module import PornhubModule
21 |
22 | __all__ = ['PornhubModule']
23 |
--------------------------------------------------------------------------------
/modules/vine/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2015 P4ncake
4 | #
5 | # This file is part of a weboob module.
6 | #
7 | # This weboob module is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Affero General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # This weboob module is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Affero General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Affero General Public License
18 | # along with this weboob module. If not, see .
19 |
20 |
21 | from .module import VineModule
22 |
23 |
24 | __all__ = ['VineModule']
25 |
--------------------------------------------------------------------------------
/modules/afer/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2015 James GALT
4 | #
5 | # This file is part of a weboob module.
6 | #
7 | # This weboob module is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Lesser General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # This weboob module is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Lesser General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Lesser General Public License
18 | # along with this weboob module. If not, see .
19 |
20 |
21 | from .module import AferModule
22 |
23 |
24 | __all__ = ['AferModule']
25 |
--------------------------------------------------------------------------------
/modules/allocine/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2013 Julien Veyssier
4 | #
5 | # This file is part of a weboob module.
6 | #
7 | # This weboob module is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Affero General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # This weboob module is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Affero General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Affero General Public License
18 | # along with this weboob module. If not, see .
19 |
20 | from .module import AllocineModule
21 |
22 | __all__ = ['AllocineModule']
23 |
--------------------------------------------------------------------------------
/modules/apec/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2013 Bezleputh
4 | #
5 | # This file is part of a weboob module.
6 | #
7 | # This weboob module is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Affero General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # This weboob module is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Affero General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Affero General Public License
18 | # along with this weboob module. If not, see .
19 |
20 |
21 | from .module import ApecModule
22 |
23 |
24 | __all__ = ['ApecModule']
25 |
--------------------------------------------------------------------------------
/modules/becm/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2010-2011 Julien Veyssier
4 | #
5 | # This file is part of a weboob module.
6 | #
7 | # This weboob module is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Lesser General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # This weboob module is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Lesser General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Lesser General Public License
18 | # along with this weboob module. If not, see .
19 |
20 |
21 | from .module import BECMModule
22 |
23 | __all__ = ['BECMModule']
24 |
--------------------------------------------------------------------------------
/modules/dhl/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2015 Matthieu Weber
4 | #
5 | # This file is part of a weboob module.
6 | #
7 | # This weboob module is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Affero General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # This weboob module is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Affero General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Affero General Public License
18 | # along with this weboob module. If not, see .
19 |
20 |
21 | from .module import DHLModule
22 |
23 |
24 | __all__ = ['DHLModule']
25 |
--------------------------------------------------------------------------------
/modules/dpd/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2015 Matthieu Weber
4 | #
5 | # This file is part of a weboob module.
6 | #
7 | # This weboob module is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Affero General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # This weboob module is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Affero General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Affero General Public License
18 | # along with this weboob module. If not, see .
19 |
20 |
21 | from .module import DPDModule
22 |
23 |
24 | __all__ = ['DPDModule']
25 |
--------------------------------------------------------------------------------
/modules/ebonics/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2012 Romain Bignon
4 | #
5 | # This file is part of a weboob module.
6 | #
7 | # This weboob module is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Affero General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # This weboob module is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Affero General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Affero General Public License
18 | # along with this weboob module. If not, see .
19 |
20 | from .module import EbonicsModule
21 |
22 |
23 | __all__ = ['EbonicsModule']
24 |
--------------------------------------------------------------------------------
/modules/edf/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2016 Edouard Lambert
4 | #
5 | # This file is part of a weboob module.
6 | #
7 | # This weboob module is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Lesser General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # This weboob module is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Lesser General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Lesser General Public License
18 | # along with this weboob module. If not, see .
19 |
20 |
21 | from .module import EdfModule
22 |
23 |
24 | __all__ = ['EdfModule']
25 |
--------------------------------------------------------------------------------
/modules/foncia/constants.py:
--------------------------------------------------------------------------------
1 | from weboob.capabilities.housing import POSTS_TYPES, HOUSE_TYPES
2 |
3 | QUERY_TYPES = {
4 | POSTS_TYPES.RENT: 'location',
5 | POSTS_TYPES.SALE: 'achat',
6 | POSTS_TYPES.FURNISHED_RENT: 'location'
7 | }
8 |
9 | QUERY_HOUSE_TYPES = {
10 | HOUSE_TYPES.APART: ['appartement', 'appartement-meuble'],
11 | HOUSE_TYPES.HOUSE: ['maison'],
12 | HOUSE_TYPES.PARKING: ['parking'],
13 | HOUSE_TYPES.LAND: ['terrain'],
14 | HOUSE_TYPES.OTHER: ['chambre', 'programme-neuf',
15 | 'local-commercial', 'immeuble']
16 | }
17 |
18 | AVAILABLE_TYPES = {
19 | POSTS_TYPES.RENT: ['appartement', 'maison', 'parking', 'chambre',
20 | 'local-commercial'],
21 | POSTS_TYPES.SALE: ['appartement', 'maison', 'parking', 'local-commercial',
22 | 'terrain', 'immeuble', 'programme-neuf'],
23 | POSTS_TYPES.FURNISHED_RENT: ['appartement-meuble']
24 | }
25 |
--------------------------------------------------------------------------------
/modules/gls/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2015 Matthieu Weber
4 | #
5 | # This file is part of a weboob module.
6 | #
7 | # This weboob module is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Affero General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # This weboob module is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Affero General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Affero General Public License
18 | # along with this weboob module. If not, see .
19 |
20 |
21 | from .module import GLSModule
22 |
23 |
24 | __all__ = ['GLSModule']
25 |
--------------------------------------------------------------------------------
/modules/imgur/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2016 Vincent A
4 | #
5 | # This file is part of a weboob module.
6 | #
7 | # This weboob module is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Affero General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # This weboob module is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Affero General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Affero General Public License
18 | # along with this weboob module. If not, see .
19 |
20 |
21 | from .module import ImgurModule
22 |
23 |
24 | __all__ = ['ImgurModule']
25 |
--------------------------------------------------------------------------------
/modules/lutim/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2015 Vincent A
4 | #
5 | # This file is part of a weboob module.
6 | #
7 | # This weboob module is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Affero General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # This weboob module is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Affero General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Affero General Public License
18 | # along with this weboob module. If not, see .
19 |
20 |
21 | from .module import LutimModule
22 |
23 |
24 | __all__ = ['LutimModule']
25 |
--------------------------------------------------------------------------------
/modules/marmiton/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2013 Julien Veyssier
4 | #
5 | # This file is part of a weboob module.
6 | #
7 | # This weboob module is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Affero General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # This weboob module is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Affero General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Affero General Public License
18 | # along with this weboob module. If not, see .
19 |
20 | from .module import MarmitonModule
21 |
22 | __all__ = ['MarmitonModule']
23 |
--------------------------------------------------------------------------------
/modules/ovh/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2015 Vincent Paredes
4 | #
5 | # This file is part of a weboob module.
6 | #
7 | # This weboob module is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Lesser General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # This weboob module is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Lesser General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Lesser General Public License
18 | # along with this weboob module. If not, see .
19 |
20 |
21 | from .module import OvhModule
22 |
23 |
24 | __all__ = ['OvhModule']
25 |
--------------------------------------------------------------------------------
/modules/pastebin/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2011 Laurent Bachelier
4 | #
5 | # This file is part of a weboob module.
6 | #
7 | # This weboob module is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Affero General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # This weboob module is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Affero General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Affero General Public License
18 | # along with this weboob module. If not, see .
19 |
20 | from .module import PastebinModule
21 |
22 | __all__ = ['PastebinModule']
23 |
--------------------------------------------------------------------------------
/modules/poivy/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2013-2014 Florent Fourcot
4 | #
5 | # This file is part of a weboob module.
6 | #
7 | # This weboob module is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Lesser General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # This weboob module is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Lesser General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Lesser General Public License
18 | # along with this weboob module. If not, see .
19 |
20 |
21 | from .module import PoivyModule
22 |
23 | __all__ = ['PoivyModule']
24 |
--------------------------------------------------------------------------------
/modules/sprunge/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2017 Laurent Bachelier
4 | #
5 | # This file is part of a weboob module.
6 | #
7 | # This weboob module is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Affero General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # This weboob module is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Affero General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Affero General Public License
18 | # along with this weboob module. If not, see .
19 |
20 | from .module import SprungeModule
21 |
22 | __all__ = ['SprungeModule']
23 |
--------------------------------------------------------------------------------
/modules/weather/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2012 Arno Renevier
4 | #
5 | # This file is part of a weboob module.
6 | #
7 | # This weboob module is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Affero General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # This weboob module is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Affero General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Affero General Public License
18 | # along with this weboob module. If not, see .
19 |
20 |
21 | from .module import WeatherModule
22 |
23 | __all__ = ['WeatherModule']
24 |
--------------------------------------------------------------------------------
/modules/yahoo/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2010-2014 Romain Bignon
4 | #
5 | # This file is part of a weboob module.
6 | #
7 | # This weboob module is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Affero General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # This weboob module is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Affero General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Affero General Public License
18 | # along with this weboob module. If not, see .
19 |
20 |
21 | from .module import YahooModule
22 |
23 | __all__ = ['YahooModule']
24 |
--------------------------------------------------------------------------------
/modules/youjizz/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2010-2011 Roger Philibert
4 | #
5 | # This file is part of a weboob module.
6 | #
7 | # This weboob module is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Affero General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # This weboob module is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Affero General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Affero General Public License
18 | # along with this weboob module. If not, see .
19 |
20 | from .module import YoujizzModule
21 |
22 | __all__ = ['YoujizzModule']
23 |
--------------------------------------------------------------------------------
/modules/youtube/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2010-2011 Christophe Benz
4 | #
5 | # This file is part of a weboob module.
6 | #
7 | # This weboob module is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Affero General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # This weboob module is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Affero General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Affero General Public License
18 | # along with this weboob module. If not, see .
19 |
20 | from .module import YoutubeModule
21 |
22 | __all__ = ['YoutubeModule']
23 |
--------------------------------------------------------------------------------
/tools/boilerplate/boilerplate_data/layout.pyt:
--------------------------------------------------------------------------------
1 | ${coding}
2 |
3 | # Copyright(C) ${r.year} ${r.author}
4 | #
5 | # This file is part of a weboob module.
6 | #
7 | # This weboob module is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Lesser General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # This weboob module is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Lesser General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Lesser General Public License
18 | # along with this weboob module. If not, see .
19 |
20 | from __future__ import unicode_literals
21 |
22 | ${self.body()}\
23 |
--------------------------------------------------------------------------------
/tools/common.sh:
--------------------------------------------------------------------------------
1 | VER=3
2 | if [ "${1-}" = "-2" ]; then
3 | VER=2
4 | shift
5 | fi
6 |
7 |
8 | if [ -z "${PYTHON2-}" ]; then
9 | which python2.7 >/dev/null 2>&1 && PYTHON2=$(which python2.7)
10 | which python2 >/dev/null 2>&1 && PYTHON2=$(which python2)
11 | fi
12 |
13 | if [ -z "${PYTHON3-}" ]; then
14 | which python3.5 >/dev/null 2>&1 && PYTHON3=$(which python3.5)
15 | which python3.6 >/dev/null 2>&1 && PYTHON3=$(which python3.6)
16 | which python3.7 >/dev/null 2>&1 && PYTHON3=$(which python3.7)
17 | which python3.8 >/dev/null 2>&1 && PYTHON3=$(which python3.8)
18 | which python3 >/dev/null 2>&1 && PYTHON3=$(which python3)
19 | fi
20 |
21 | if [ -z "${PYTHON-}" ]; then
22 | which python >/dev/null 2>&1 && PYTHON=$(which python)
23 | if [ $VER -eq 2 -a -n "${PYTHON2}" ]; then
24 | PYTHON=${PYTHON2}
25 | elif [ $VER -eq 3 -a -n "${PYTHON3}" ]; then
26 | PYTHON=${PYTHON3}
27 | fi
28 | fi
29 |
--------------------------------------------------------------------------------
/modules/adecco/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2013 Bezleputh
4 | #
5 | # This file is part of a weboob module.
6 | #
7 | # This weboob module is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Affero General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # This weboob module is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Affero General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Affero General Public License
18 | # along with this weboob module. If not, see .
19 |
20 |
21 | from .module import AdeccoModule
22 |
23 |
24 | __all__ = ['AdeccoModule']
25 |
--------------------------------------------------------------------------------
/modules/allrecipes/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2013 Julien Veyssier
4 | #
5 | # This file is part of a weboob module.
6 | #
7 | # This weboob module is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Affero General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # This weboob module is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Affero General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Affero General Public License
18 | # along with this weboob module. If not, see .
19 |
20 | from .module import AllrecipesModule
21 |
22 | __all__ = ['AllrecipesModule']
23 |
--------------------------------------------------------------------------------
/modules/amundi/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2016 James GALT
4 | #
5 | # This file is part of a weboob module.
6 | #
7 | # This weboob module is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Lesser General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # This weboob module is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Lesser General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Lesser General Public License
18 | # along with this weboob module. If not, see .
19 |
20 |
21 | from .module import AmundiModule
22 |
23 |
24 | __all__ = ['AmundiModule']
25 |
--------------------------------------------------------------------------------
/modules/axabanque/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2013 Romain Bignon
4 | #
5 | # This file is part of a weboob module.
6 | #
7 | # This weboob module is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Lesser General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # This weboob module is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Lesser General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Lesser General Public License
18 | # along with this weboob module. If not, see .
19 |
20 |
21 | from .module import AXABanqueModule
22 |
23 | __all__ = ['AXABanqueModule']
24 |
--------------------------------------------------------------------------------
/modules/barclays/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2012 Romain Bignon
4 | #
5 | # This file is part of a weboob module.
6 | #
7 | # This weboob module is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Lesser General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # This weboob module is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Lesser General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Lesser General Public License
18 | # along with this weboob module. If not, see .
19 |
20 |
21 | from .module import BarclaysModule
22 |
23 | __all__ = ['BarclaysModule']
24 |
--------------------------------------------------------------------------------
/modules/cmes/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2016 Edouard Lambert
4 | #
5 | # This file is part of a weboob module.
6 | #
7 | # This weboob module is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Lesser General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # This weboob module is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Lesser General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Lesser General Public License
18 | # along with this weboob module. If not, see .
19 |
20 |
21 | from .module import CmesModule
22 |
23 |
24 | __all__ = ['CmesModule']
25 |
--------------------------------------------------------------------------------
/modules/cuisineaz/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2013 Julien Veyssier
4 | #
5 | # This file is part of a weboob module.
6 | #
7 | # This weboob module is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Affero General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # This weboob module is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Affero General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Affero General Public License
18 | # along with this weboob module. If not, see .
19 |
20 | from .module import CuisineazModule
21 |
22 | __all__ = ['CuisineazModule']
23 |
--------------------------------------------------------------------------------
/modules/esalia/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2016 Edouard Lambert
4 | #
5 | # This file is part of a weboob module.
6 | #
7 | # This weboob module is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Lesser General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # This weboob module is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Lesser General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Lesser General Public License
18 | # along with this weboob module. If not, see .
19 |
20 |
21 | from .module import EsaliaModule
22 |
23 | __all__ = ['EsaliaModule']
24 |
--------------------------------------------------------------------------------
/modules/feedly/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2014 Bezleputh
4 | #
5 | # This file is part of a weboob module.
6 | #
7 | # This weboob module is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Affero General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # This weboob module is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Affero General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Affero General Public License
18 | # along with this weboob module. If not, see .
19 |
20 |
21 | from .module import FeedlyModule
22 |
23 |
24 | __all__ = ['FeedlyModule']
25 |
--------------------------------------------------------------------------------
/modules/free/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2012-2020 Budget Insight
4 | #
5 | # This file is part of a weboob module.
6 | #
7 | # This weboob module is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Lesser General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # This weboob module is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Lesser General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Lesser General Public License
18 | # along with this weboob module. If not, see .
19 |
20 |
21 | from .module import FreeModule
22 |
23 |
24 | __all__ = ['FreeModule']
25 |
--------------------------------------------------------------------------------
/modules/github/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2013 Vincent A
4 | #
5 | # This file is part of a weboob module.
6 | #
7 | # This weboob module is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Affero General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # This weboob module is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Affero General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Affero General Public License
18 | # along with this weboob module. If not, see .
19 |
20 |
21 | from .module import GithubModule
22 |
23 |
24 | __all__ = ['GithubModule']
25 |
--------------------------------------------------------------------------------
/modules/ideel/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2015 Oleg Plakhotniuk
4 | #
5 | # This file is part of a weboob module.
6 | #
7 | # This weboob module is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Affero General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # This weboob module is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Affero General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Affero General Public License
18 | # along with this weboob module. If not, see .
19 |
20 |
21 | from .module import IdeelModule
22 |
23 | __all__ = ['IdeelModule']
24 |
--------------------------------------------------------------------------------
/modules/indeed/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2013 Bezleputh
4 | #
5 | # This file is part of a weboob module.
6 | #
7 | # This weboob module is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Affero General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # This weboob module is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Affero General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Affero General Public License
18 | # along with this weboob module. If not, see .
19 |
20 |
21 | from .module import IndeedModule
22 |
23 |
24 | __all__ = ['IndeedModule']
25 |
--------------------------------------------------------------------------------
/modules/jcvelaux/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2013 dud
4 | #
5 | # This file is part of a weboob module.
6 | #
7 | # This weboob module is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Affero General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # This weboob module is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Affero General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Affero General Public License
18 | # along with this weboob module. If not, see .
19 |
20 |
21 | from .module import jcvelauxModule
22 |
23 |
24 | __all__ = ['jcvelauxModule']
25 |
--------------------------------------------------------------------------------
/modules/kiwibank/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2015 Cédric Félizard
4 | #
5 | # This file is part of a weboob module.
6 | #
7 | # This weboob module is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Affero General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # This weboob module is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Affero General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Affero General Public License
18 | # along with this weboob module. If not, see .
19 |
20 |
21 | from .module import KiwibankModule
22 |
23 | __all__ = ['KiwibankModule']
24 |
--------------------------------------------------------------------------------
/modules/ldlc/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2015 Vincent Paredes
4 | #
5 | # This file is part of a weboob module.
6 | #
7 | # This weboob module is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Lesser General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # This weboob module is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Lesser General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Lesser General Public License
18 | # along with this weboob module. If not, see .
19 |
20 |
21 | from .module import LdlcModule
22 |
23 |
24 | __all__ = ['LdlcModule']
25 |
--------------------------------------------------------------------------------
/modules/paypal/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2013 Laurent Bachelier
4 | #
5 | # This file is part of a weboob module.
6 | #
7 | # This weboob module is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Lesser General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # This weboob module is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Lesser General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Lesser General Public License
18 | # along with this weboob module. If not, see .
19 |
20 |
21 | from .module import PaypalModule
22 |
23 | __all__ = ['PaypalModule']
24 |
--------------------------------------------------------------------------------
/modules/podnapisi/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2013 Julien Veyssier
4 | #
5 | # This file is part of a weboob module.
6 | #
7 | # This weboob module is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Affero General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # This weboob module is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Affero General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Affero General Public License
18 | # along with this weboob module. If not, see .
19 |
20 | from .module import PodnapisiModule
21 |
22 | __all__ = ['PodnapisiModule']
23 |
--------------------------------------------------------------------------------
/modules/redmine/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2010-2011 Romain Bignon
4 | #
5 | # This file is part of a weboob module.
6 | #
7 | # This weboob module is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Affero General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # This weboob module is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Affero General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Affero General Public License
18 | # along with this weboob module. If not, see .
19 |
20 |
21 | from .module import RedmineModule
22 |
23 | __all__ = ['RedmineModule']
24 |
--------------------------------------------------------------------------------
/modules/somafm/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2013 Roger Philibert
4 | #
5 | # This file is part of a weboob module.
6 | #
7 | # This weboob module is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Affero General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # This weboob module is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Affero General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Affero General Public License
18 | # along with this weboob module. If not, see .
19 |
20 |
21 | from .module import SomaFMModule
22 |
23 |
24 | __all__ = ['SomaFMModule']
25 |
--------------------------------------------------------------------------------
/modules/vicsec/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2015 Oleg Plakhotniuk
4 | #
5 | # This file is part of a weboob module.
6 | #
7 | # This weboob module is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Affero General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # This weboob module is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Affero General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Affero General Public License
18 | # along with this weboob module. If not, see .
19 |
20 |
21 | from .module import VicSecModule
22 |
23 | __all__ = ['VicSecModule']
24 |
--------------------------------------------------------------------------------
/modules/vlille/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2013 Bezleputh
4 | #
5 | # This file is part of a weboob module.
6 | #
7 | # This weboob module is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Affero General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # This weboob module is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Affero General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Affero General Public License
18 | # along with this weboob module. If not, see .
19 |
20 |
21 | from .module import VlilleModule
22 |
23 |
24 | __all__ = ['VlilleModule']
25 |
--------------------------------------------------------------------------------
/weboob/tools/application/formatters/webkit/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2010-2011 Christophe Benz
4 | #
5 | # This file is part of weboob.
6 | #
7 | # weboob is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Lesser General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # weboob is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Lesser General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Lesser General Public License
18 | # along with weboob. If not, see .
19 |
20 |
21 | from .webkitgtk import WebkitGtkFormatter
22 |
23 | __all__ = ['WebkitGtkFormatter']
24 |
--------------------------------------------------------------------------------
/contrib/boobank_indicator/setup.py:
--------------------------------------------------------------------------------
1 | from setuptools import setup
2 | from setuptools import find_packages
3 |
4 | setup(name='boobank_indicator',
5 | version='2.1',
6 | description='show your bank accounts in your System Tray',
7 | long_description='boobank_indicator will show you bank accounts and associated transactions in your system tray. Your bank accounts should be configured in boobank',
8 | keywords='weboob boobank tray icon',
9 | url='http://weboob.org/',
10 | license='GNU LGPL 3',
11 | author='Bezleputh',
12 | author_email='bezleputh@gmail.com',
13 | packages=find_packages(),
14 | package_data={
15 | 'boobank_indicator.data': ['indicator-boobank.png', 'green_light.png', 'red_light.png', 'personal-loan.png']
16 | },
17 | entry_points={
18 | 'console_scripts': ['boobank_indicator = boobank_indicator.boobank_indicator:main'],
19 | },
20 | zip_safe=False)
21 |
--------------------------------------------------------------------------------
/modules/750g/__init__.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | # Copyright(C) 2013 Julien Veyssier
4 | #
5 | # This file is part of a weboob module.
6 | #
7 | # This weboob module is free software: you can redistribute it and/or modify
8 | # it under the terms of the GNU Affero General Public License as published by
9 | # the Free Software Foundation, either version 3 of the License, or
10 | # (at your option) any later version.
11 | #
12 | # This weboob module is distributed in the hope that it will be useful,
13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 | # GNU Affero General Public License for more details.
16 | #
17 | # You should have received a copy of the GNU Affero General Public License
18 | # along with this weboob module. If not, see .
19 |
20 | from .module import SevenFiftyGramsModule
21 |
22 | __all__ = ['SevenFiftyGramsModule']
23 |
--------------------------------------------------------------------------------