diff --git a/scripts/boobank b/scripts/boobank deleted file mode 100755 index d31a8832aefcc566896a20eb46e6fccbfa2e6e30..0000000000000000000000000000000000000000 --- a/scripts/boobank +++ /dev/null @@ -1,27 +0,0 @@ -#!/usr/bin/env python3 -# -*- coding: utf-8 -*- -# vim: ft=python et softtabstop=4 cinoptions=4 shiftwidth=4 ts=4 ai - -# Copyright(C) 2009-2011 Romain Bignon -# -# This file is part of weboob. -# -# weboob is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# weboob is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public License -# along with weboob. If not, see . - -from __future__ import absolute_import -from weboob.applications.boobank import Boobank - - -if __name__ == '__main__': - Boobank.run() diff --git a/scripts/boobathon b/scripts/boobathon deleted file mode 100755 index 893d4f09afea7f609763f2ad4b672475e4979b26..0000000000000000000000000000000000000000 --- a/scripts/boobathon +++ /dev/null @@ -1,28 +0,0 @@ -#!/usr/bin/env python3 -# -*- coding: utf-8 -*- -# vim: ft=python et softtabstop=4 cinoptions=4 shiftwidth=4 ts=4 ai - -# Copyright(C) 2011 Romain Bignon -# -# This file is part of weboob. -# -# weboob is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# weboob is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public License -# along with weboob. If not, see . - - -from __future__ import absolute_import -from weboob.applications.boobathon import Boobathon - - -if __name__ == '__main__': - Boobathon.run() diff --git a/scripts/boobcoming b/scripts/boobcoming deleted file mode 100755 index af798e2b7c5eae1f2c0049c28ab32f645fb7c0f9..0000000000000000000000000000000000000000 --- a/scripts/boobcoming +++ /dev/null @@ -1,26 +0,0 @@ -#!/usr/bin/env python3 -# -*- coding: utf-8 -*- - -# Copyright(C) 2013 Bezleputh -# -# This file is part of weboob. -# -# weboob is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# weboob is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public License -# along with weboob. If not, see . - - -from __future__ import absolute_import -from weboob.applications.boobcoming import Boobcoming - -if __name__ == '__main__': - Boobcoming.run() diff --git a/scripts/boobill b/scripts/boobill deleted file mode 100755 index 1872e3cfd24b9f4557ddc1479e25f4124bbdbd3b..0000000000000000000000000000000000000000 --- a/scripts/boobill +++ /dev/null @@ -1,28 +0,0 @@ -#!/usr/bin/env python3 -# -*- coding: utf-8 -*- -# vim: ft=python et softtabstop=4 cinoptions=4 shiftwidth=4 ts=4 ai - -# Copyright(C) 2012 Fourcot Florent -# -# This file is part of weboob. -# -# weboob is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# weboob is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public License -# along with weboob. If not, see . - - -from __future__ import absolute_import -from weboob.applications.boobill import Boobill - - -if __name__ == '__main__': - Boobill.run() diff --git a/scripts/booblyrics b/scripts/booblyrics deleted file mode 100755 index 9821c83d28b3cb61f76d3de520cf9a731fda59c6..0000000000000000000000000000000000000000 --- a/scripts/booblyrics +++ /dev/null @@ -1,28 +0,0 @@ -#!/usr/bin/env python3 -# -*- coding: utf-8 -*- -# vim: ft=python et softtabstop=4 cinoptions=4 shiftwidth=4 ts=4 ai - -# Copyright(C) 2013 Julien Veyssier -# -# This file is part of weboob. -# -# weboob is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# weboob is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public License -# along with weboob. If not, see . - - -from __future__ import absolute_import -from weboob.applications.booblyrics import Booblyrics - - -if __name__ == '__main__': - Booblyrics.run() diff --git a/scripts/boobmsg b/scripts/boobmsg deleted file mode 100755 index ca2357f6d6679308b5ff878d707d9328be14c5a5..0000000000000000000000000000000000000000 --- a/scripts/boobmsg +++ /dev/null @@ -1,28 +0,0 @@ -#!/usr/bin/env python3 -# -*- coding: utf-8 -*- -# vim: ft=python et softtabstop=4 cinoptions=4 shiftwidth=4 ts=4 ai - -# Copyright(C) 2010-2011 Christophe Benz -# -# This file is part of weboob. -# -# weboob is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# weboob is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public License -# along with weboob. If not, see . - - -from __future__ import absolute_import -from weboob.applications.boobmsg import Boobmsg - - -if __name__ == '__main__': - Boobmsg.run() diff --git a/scripts/boobooks b/scripts/boobooks deleted file mode 100755 index eb457feb67aa85efc5d2be2775f01084fc0e4c32..0000000000000000000000000000000000000000 --- a/scripts/boobooks +++ /dev/null @@ -1,28 +0,0 @@ -#!/usr/bin/env python3 -# -*- coding: utf-8 -*- -# vim: ft=python et softtabstop=4 cinoptions=4 shiftwidth=4 ts=4 ai - -# Copyright(C) 2012 Jeremy Monnet -# -# This file is part of weboob. -# -# weboob is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# weboob is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public License -# along with weboob. If not, see . - - -from __future__ import absolute_import -from weboob.applications.boobooks import Boobooks - - -if __name__ == '__main__': - Boobooks.run() diff --git a/scripts/boobsize b/scripts/boobsize deleted file mode 100755 index 3eebd6cf061981e1811d7ab2e6d66ed8cfde51fc..0000000000000000000000000000000000000000 --- a/scripts/boobsize +++ /dev/null @@ -1,28 +0,0 @@ -#!/usr/bin/env python3 -# -*- coding: utf-8 -*- -# vim: ft=python et softtabstop=4 cinoptions=4 shiftwidth=4 ts=4 ai - -# Copyright(C) 2013 Florent Fourcot -# -# This file is part of weboob. -# -# weboob is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# weboob is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public License -# along with weboob. If not, see . - - -from __future__ import absolute_import -from weboob.applications.boobsize import Boobsize - - -if __name__ == '__main__': - Boobsize.run() diff --git a/scripts/boobtracker b/scripts/boobtracker deleted file mode 100755 index 5f90d5788e2662a39ab0bd3ea2dd6fbdc9123aa8..0000000000000000000000000000000000000000 --- a/scripts/boobtracker +++ /dev/null @@ -1,26 +0,0 @@ -#!/usr/bin/env python3 -# -*- coding: utf-8 -*- - -# Copyright(C) 2011 Romain Bignon -# -# This file is part of weboob. -# -# weboob is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# weboob is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public License -# along with weboob. If not, see . - -from __future__ import absolute_import -from weboob.applications.boobtracker import BoobTracker - - -if __name__ == '__main__': - BoobTracker.run() diff --git a/scripts/boomoney b/scripts/boomoney deleted file mode 100755 index 85d052bb098dd8def2e9fb9a476e02f9909b78e7..0000000000000000000000000000000000000000 --- a/scripts/boomoney +++ /dev/null @@ -1,27 +0,0 @@ -#!/usr/bin/env python3 -# -*- coding: utf-8 -*- -# vim: ft=python et softtabstop=4 cinoptions=4 shiftwidth=4 ts=4 ai - -# Written by Bruno Chabrier -# -# This file is part of weboob. -# -# weboob is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# weboob is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public License -# along with weboob. If not, see . - -from __future__ import absolute_import -from weboob.applications.boomoney import Boomoney - - -if __name__ == '__main__': - Boomoney.run() diff --git a/scripts/cineoob b/scripts/cineoob deleted file mode 100755 index 14440fec09b9ee35d295cbdb016244e431276b22..0000000000000000000000000000000000000000 --- a/scripts/cineoob +++ /dev/null @@ -1,28 +0,0 @@ -#!/usr/bin/env python3 -# -*- coding: utf-8 -*- -# vim: ft=python et softtabstop=4 cinoptions=4 shiftwidth=4 ts=4 ai - -# Copyright(C) 2013 Julien Veyssier -# -# This file is part of weboob. -# -# weboob is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# weboob is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public License -# along with weboob. If not, see . - - -from __future__ import absolute_import -from weboob.applications.cineoob import Cineoob - - -if __name__ == '__main__': - Cineoob.run() diff --git a/scripts/comparoob b/scripts/comparoob deleted file mode 100755 index 9dc83ea8dd3178d256cce21a759ad17a780d8f3a..0000000000000000000000000000000000000000 --- a/scripts/comparoob +++ /dev/null @@ -1,10 +0,0 @@ -#!/usr/bin/env python3 -# -*- coding: utf-8 -*- -# vim: ft=python et softtabstop=4 cinoptions=4 shiftwidth=4 ts=4 ai - -from __future__ import absolute_import -from weboob.applications.comparoob import Comparoob - - -if __name__ == '__main__': - Comparoob.run() diff --git a/scripts/cookboob b/scripts/cookboob deleted file mode 100755 index 852aa6b40e8354f648cdeb486d8dbc5e05c9aae4..0000000000000000000000000000000000000000 --- a/scripts/cookboob +++ /dev/null @@ -1,28 +0,0 @@ -#!/usr/bin/env python3 -# -*- coding: utf-8 -*- -# vim: ft=python et softtabstop=4 cinoptions=4 shiftwidth=4 ts=4 ai - -# Copyright(C) 2013 Julien Veyssier -# -# This file is part of weboob. -# -# weboob is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# weboob is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public License -# along with weboob. If not, see . - - -from __future__ import absolute_import -from weboob.applications.cookboob import Cookboob - - -if __name__ == '__main__': - Cookboob.run() diff --git a/scripts/flatboob b/scripts/flatboob deleted file mode 100755 index 54a1f92919f134a4db042ad8c9d453ae2e2df28e..0000000000000000000000000000000000000000 --- a/scripts/flatboob +++ /dev/null @@ -1,28 +0,0 @@ -#!/usr/bin/env python3 -# -*- coding: utf-8 -*- -# vim: ft=python et softtabstop=4 cinoptions=4 shiftwidth=4 ts=4 ai - -# Copyright(C) 2012 Romain Bignon -# -# This file is part of weboob. -# -# weboob is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# weboob is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public License -# along with weboob. If not, see . - - -from __future__ import absolute_import -from weboob.applications.flatboob import Flatboob - - -if __name__ == '__main__': - Flatboob.run() diff --git a/scripts/galleroob b/scripts/galleroob deleted file mode 100755 index bbf20864b97bf0108ff9ffad4121566649f77a80..0000000000000000000000000000000000000000 --- a/scripts/galleroob +++ /dev/null @@ -1,26 +0,0 @@ -#!/usr/bin/env python3 -# -*- coding: utf-8 -*- - -# Copyright(C) 2010-2011 Noé Rubinstein -# -# This file is part of weboob. -# -# weboob is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# weboob is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public License -# along with weboob. If not, see . - -from __future__ import absolute_import -from weboob.applications.galleroob import Galleroob - - -if __name__ == '__main__': - Galleroob.run() diff --git a/scripts/geolooc b/scripts/geolooc deleted file mode 100755 index cd89e15bb8c18d5bfafde2a0d29f473b13d913d7..0000000000000000000000000000000000000000 --- a/scripts/geolooc +++ /dev/null @@ -1,28 +0,0 @@ -#!/usr/bin/env python3 -# -*- coding: utf-8 -*- -# vim: ft=python et softtabstop=4 cinoptions=4 shiftwidth=4 ts=4 ai - -# Copyright(C) 2010-2011 Romain Bignon -# -# This file is part of weboob. -# -# weboob is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# weboob is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public License -# along with weboob. If not, see . - - -from __future__ import absolute_import -from weboob.applications.geolooc import Geolooc - - -if __name__ == '__main__': - Geolooc.run() diff --git a/scripts/handjoob b/scripts/handjoob deleted file mode 100755 index ded0e665ed28e86dbf04bc3c771f1278ca780ab0..0000000000000000000000000000000000000000 --- a/scripts/handjoob +++ /dev/null @@ -1,27 +0,0 @@ -#!/usr/bin/env python3 -# -*- coding: utf-8 -*- - -# Copyright(C) 2013 Bezleputh -# -# This file is part of weboob. -# -# weboob is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# weboob is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public License -# along with weboob. If not, see . - - -from __future__ import absolute_import -from weboob.applications.handjoob import Handjoob - - -if __name__ == '__main__': - Handjoob.run() diff --git a/scripts/havedate b/scripts/havedate deleted file mode 100755 index 310c6c9a9648fb1ba7a04116bd32efb8caa14ff4..0000000000000000000000000000000000000000 --- a/scripts/havedate +++ /dev/null @@ -1,28 +0,0 @@ -#!/usr/bin/env python3 -# -*- coding: utf-8 -*- -# vim: ft=python et softtabstop=4 cinoptions=4 shiftwidth=4 ts=4 ai - -# Copyright(C) 2010-2011 Romain Bignon -# -# This file is part of weboob. -# -# weboob is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# weboob is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public License -# along with weboob. If not, see . - - -from __future__ import absolute_import -from weboob.applications.havedate import HaveDate - - -if __name__ == '__main__': - HaveDate.run() diff --git a/scripts/monboob b/scripts/monboob deleted file mode 100755 index b7de85e326ccb72d1499866f4032326123eecd95..0000000000000000000000000000000000000000 --- a/scripts/monboob +++ /dev/null @@ -1,28 +0,0 @@ -#!/usr/bin/env python3 -# -*- coding: utf-8 -*- -# vim: ft=python et softtabstop=4 cinoptions=4 shiftwidth=4 ts=4 ai - -# Copyright(C) 2010-2011 Romain Bignon -# -# This file is part of weboob. -# -# weboob is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# weboob is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public License -# along with weboob. If not, see . - - -from __future__ import absolute_import -from weboob.applications.monboob import Monboob - - -if __name__ == '__main__': - Monboob.run() diff --git a/scripts/parceloob b/scripts/parceloob deleted file mode 100755 index cdd8217bac071c9899ff58ec2326a4453986d804..0000000000000000000000000000000000000000 --- a/scripts/parceloob +++ /dev/null @@ -1,28 +0,0 @@ -#!/usr/bin/env python3 -# -*- coding: utf-8 -*- -# vim: ft=python et softtabstop=4 cinoptions=4 shiftwidth=4 ts=4 ai - -# Copyright(C) 2013 Romain Bignon -# -# This file is part of weboob. -# -# weboob is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# weboob is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public License -# along with weboob. If not, see . - - -from __future__ import absolute_import -from weboob.applications.parceloob import Parceloob - - -if __name__ == '__main__': - Parceloob.run() diff --git a/scripts/pastoob b/scripts/pastoob deleted file mode 100755 index d5f30aa2ce8181afe9ece2f33d8c3f4b02bc38a4..0000000000000000000000000000000000000000 --- a/scripts/pastoob +++ /dev/null @@ -1,28 +0,0 @@ -#!/usr/bin/env python3 -# -*- coding: utf-8 -*- -# vim: ft=python et softtabstop=4 cinoptions=4 shiftwidth=4 ts=4 ai - -# Copyright(C) 2011 Laurent Bachelier -# -# This file is part of weboob. -# -# weboob is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# weboob is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public License -# along with weboob. If not, see . - - -from __future__ import absolute_import -from weboob.applications.pastoob import Pastoob - - -if __name__ == '__main__': - Pastoob.run() diff --git a/scripts/qbooblyrics b/scripts/qbooblyrics deleted file mode 100755 index c1660fe89d45cdff3b24aa74347551a2d1bc83f1..0000000000000000000000000000000000000000 --- a/scripts/qbooblyrics +++ /dev/null @@ -1,28 +0,0 @@ -#!/usr/bin/env python3 -# -*- coding: utf-8 -*- -# vim: ft=python et softtabstop=4 cinoptions=4 shiftwidth=4 ts=4 ai - -# Copyright(C) 2010-2016 Romain Bignon -# -# This file is part of weboob. -# -# weboob is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# weboob is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public License -# along with weboob. If not, see . - - -from __future__ import absolute_import -from weboob.applications.qbooblyrics import QBooblyrics - - -if __name__ == '__main__': - QBooblyrics.run() diff --git a/scripts/qboobmsg b/scripts/qboobmsg deleted file mode 100755 index 23a5f0009e6d46c907263301dbc0f1c7b2187b14..0000000000000000000000000000000000000000 --- a/scripts/qboobmsg +++ /dev/null @@ -1,28 +0,0 @@ -#!/usr/bin/env python3 -# -*- coding: utf-8 -*- -# vim: ft=python et softtabstop=4 cinoptions=4 shiftwidth=4 ts=4 ai - -# Copyright(C) 2010-2011 Romain Bignon -# -# This file is part of weboob. -# -# weboob is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# weboob is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public License -# along with weboob. If not, see . - - -from __future__ import absolute_import -from weboob.applications.qboobmsg import QBoobMsg - - -if __name__ == '__main__': - QBoobMsg.run() diff --git a/scripts/qboobtracker b/scripts/qboobtracker deleted file mode 100755 index 6542eab001752931575ba7eee7a19e73607c49d7..0000000000000000000000000000000000000000 --- a/scripts/qboobtracker +++ /dev/null @@ -1,28 +0,0 @@ -#!/usr/bin/env python3 -# -*- coding: utf-8 -*- -# vim: ft=python et softtabstop=4 cinoptions=4 shiftwidth=4 ts=4 ai - -# Copyright(C) 2010-2012 Sébastien Monel -# -# This file is part of weboob. -# -# weboob is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# weboob is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public License -# along with weboob. If not, see . - - -from __future__ import absolute_import -from weboob.applications.qboobtracker import QBoobTracker - - -if __name__ == '__main__': - QBoobTracker.run() diff --git a/scripts/qcineoob b/scripts/qcineoob deleted file mode 100755 index 3721de93658fd05c1c2918b3b30b7d44bccc9cf5..0000000000000000000000000000000000000000 --- a/scripts/qcineoob +++ /dev/null @@ -1,28 +0,0 @@ -#!/usr/bin/env python3 -# -*- coding: utf-8 -*- -# vim: ft=python et softtabstop=4 cinoptions=4 shiftwidth=4 ts=4 ai - -# Copyright(C) 2013 Julien Veyssier -# -# This file is part of weboob. -# -# weboob is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# weboob is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public License -# along with weboob. If not, see . - - -from __future__ import absolute_import -from weboob.applications.qcineoob import QCineoob - - -if __name__ == '__main__': - QCineoob.run() diff --git a/scripts/qcookboob b/scripts/qcookboob deleted file mode 100755 index e5a11689519b1cbc27c8795052afbf657276e6c9..0000000000000000000000000000000000000000 --- a/scripts/qcookboob +++ /dev/null @@ -1,28 +0,0 @@ -#!/usr/bin/env python3 -# -*- coding: utf-8 -*- -# vim: ft=python et softtabstop=4 cinoptions=4 shiftwidth=4 ts=4 ai - -# Copyright(C) 2013 Julien Veyssier -# -# This file is part of weboob. -# -# weboob is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# weboob is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public License -# along with weboob. If not, see . - - -from __future__ import absolute_import -from weboob.applications.qcookboob import QCookboob - - -if __name__ == '__main__': - QCookboob.run() diff --git a/scripts/qflatboob b/scripts/qflatboob deleted file mode 100755 index 793c7edbee9451d819d085d3ea923d6e533387fa..0000000000000000000000000000000000000000 --- a/scripts/qflatboob +++ /dev/null @@ -1,28 +0,0 @@ -#!/usr/bin/env python3 -# -*- coding: utf-8 -*- -# vim: ft=python et softtabstop=4 cinoptions=4 shiftwidth=4 ts=4 ai - -# Copyright(C) 2010-2012 Romain Bignon -# -# This file is part of weboob. -# -# weboob is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# weboob is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public License -# along with weboob. If not, see . - - -from __future__ import absolute_import -from weboob.applications.qflatboob import QFlatBoob - - -if __name__ == '__main__': - QFlatBoob.run() diff --git a/scripts/qgalleroob b/scripts/qgalleroob deleted file mode 100755 index 395b45ceb497d74e27f78067fc317ab644503b43..0000000000000000000000000000000000000000 --- a/scripts/qgalleroob +++ /dev/null @@ -1,27 +0,0 @@ -#!/usr/bin/env python3 -# -*- coding: utf-8 -*- -# vim: ft=python et softtabstop=4 cinoptions=4 shiftwidth=4 ts=4 ai - -# Copyright(C) 2010-2016 weboob project -# -# This file is part of weboob. -# -# weboob is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# weboob is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public License -# along with weboob. If not, see . - - -from weboob.applications.qgalleroob import QGalleroob - - -if __name__ == '__main__': - QGalleroob.run() diff --git a/scripts/qhandjoob b/scripts/qhandjoob deleted file mode 100755 index 4b3a5a663af2a41125feec4943c5cd224b4de2a0..0000000000000000000000000000000000000000 --- a/scripts/qhandjoob +++ /dev/null @@ -1,28 +0,0 @@ -#!/usr/bin/env python3 -# -*- coding: utf-8 -*- -# vim: ft=python et softtabstop=4 cinoptions=4 shiftwidth=4 ts=4 ai - -# Copyright(C) 2010-2012 Sébastien Monel -# -# This file is part of weboob. -# -# weboob is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# weboob is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public License -# along with weboob. If not, see . - - -from __future__ import absolute_import -from weboob.applications.qhandjoob import QHandJoob - - -if __name__ == '__main__': - QHandJoob.run() diff --git a/scripts/qhavedate b/scripts/qhavedate deleted file mode 100755 index 81e0a4731c2239a8abab85453674e67242cf8a55..0000000000000000000000000000000000000000 --- a/scripts/qhavedate +++ /dev/null @@ -1,28 +0,0 @@ -#!/usr/bin/env python3 -# -*- coding: utf-8 -*- -# vim: ft=python et softtabstop=4 cinoptions=4 shiftwidth=4 ts=4 ai - -# Copyright(C) 2010-2011 Romain Bignon -# -# This file is part of weboob. -# -# weboob is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# weboob is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public License -# along with weboob. If not, see . - - -from __future__ import absolute_import -from weboob.applications.qhavedate import QHaveDate - - -if __name__ == '__main__': - QHaveDate.run() diff --git a/scripts/qvideoob b/scripts/qvideoob deleted file mode 100755 index 400bb17d445cb04995b9408fbd206980fd28cfce..0000000000000000000000000000000000000000 --- a/scripts/qvideoob +++ /dev/null @@ -1,28 +0,0 @@ -#!/usr/bin/env python3 -# -*- coding: utf-8 -*- -# vim: ft=python et softtabstop=4 cinoptions=4 shiftwidth=4 ts=4 ai - -# Copyright(C) 2010-2011 Romain Bignon -# -# This file is part of weboob. -# -# weboob is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# weboob is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public License -# along with weboob. If not, see . - - -from __future__ import absolute_import -from weboob.applications.qvideoob import QVideoob - - -if __name__ == '__main__': - QVideoob.run() diff --git a/scripts/qwebcontentedit b/scripts/qwebcontentedit deleted file mode 100755 index 6154a7351862cda8daf66b15e4899541cd2967ab..0000000000000000000000000000000000000000 --- a/scripts/qwebcontentedit +++ /dev/null @@ -1,28 +0,0 @@ -#!/usr/bin/env python3 -# -*- coding: utf-8 -*- -# vim: ft=python et softtabstop=4 cinoptions=4 shiftwidth=4 ts=4 ai - -# Copyright(C) 2010-2011 Romain Bignon -# -# This file is part of weboob. -# -# weboob is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# weboob is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public License -# along with weboob. If not, see . - - -from __future__ import absolute_import -from weboob.applications.qwebcontentedit import QWebContentEdit - - -if __name__ == '__main__': - QWebContentEdit.run() diff --git a/scripts/radioob b/scripts/radioob deleted file mode 100755 index 02e454baa177e449089ec37f09cb8339d879800a..0000000000000000000000000000000000000000 --- a/scripts/radioob +++ /dev/null @@ -1,28 +0,0 @@ -#!/usr/bin/env python3 -# -*- coding: utf-8 -*- -# vim: ft=python et softtabstop=4 cinoptions=4 shiftwidth=4 ts=4 ai - -# Copyright(C) 2010-2011 Romain Bignon -# -# This file is part of weboob. -# -# weboob is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# weboob is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public License -# along with weboob. If not, see . - - -from __future__ import absolute_import -from weboob.applications.radioob import Radioob - - -if __name__ == '__main__': - Radioob.run() diff --git a/scripts/shopoob b/scripts/shopoob deleted file mode 100755 index b7510ff1a45421b7e6c9f2382265df91e4953b74..0000000000000000000000000000000000000000 --- a/scripts/shopoob +++ /dev/null @@ -1,28 +0,0 @@ -#!/usr/bin/env python3 -# -*- coding: utf-8 -*- -# vim: ft=python et softtabstop=4 cinoptions=4 shiftwidth=4 ts=4 ai - -# Copyright(C) 2015 Christophe Lampin -# -# This file is part of weboob. -# -# weboob is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# weboob is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public License -# along with weboob. If not, see . - - -from __future__ import absolute_import -from weboob.applications.shopoob import Shopoob - - -if __name__ == '__main__': - Shopoob.run() diff --git a/scripts/suboob b/scripts/suboob deleted file mode 100755 index 131c8a5f6e00e17150050103f28387119465b993..0000000000000000000000000000000000000000 --- a/scripts/suboob +++ /dev/null @@ -1,28 +0,0 @@ -#!/usr/bin/env python3 -# -*- coding: utf-8 -*- -# vim: ft=python et softtabstop=4 cinoptions=4 shiftwidth=4 ts=4 ai - -# Copyright(C) 2013 Julien Veyssier -# -# This file is part of weboob. -# -# weboob is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# weboob is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public License -# along with weboob. If not, see . - - -from __future__ import absolute_import -from weboob.applications.suboob import Suboob - - -if __name__ == '__main__': - Suboob.run() diff --git a/scripts/translaboob b/scripts/translaboob deleted file mode 100755 index 10266d96375cb6c10e9818667a44453b09e81136..0000000000000000000000000000000000000000 --- a/scripts/translaboob +++ /dev/null @@ -1,27 +0,0 @@ -#!/usr/bin/env python3 -# -*- coding: utf-8 -*- - -# Copyright(C) 2012 Lucien Loiseau -# -# This file is part of weboob. -# -# weboob is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# weboob is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public License -# along with weboob. If not, see . - - -from __future__ import absolute_import -from weboob.applications.translaboob import Translaboob - - -if __name__ == '__main__': - Translaboob.run() diff --git a/scripts/traveloob b/scripts/traveloob deleted file mode 100755 index 49d6117f547dc12fb78f4964a5329862778bc02a..0000000000000000000000000000000000000000 --- a/scripts/traveloob +++ /dev/null @@ -1,28 +0,0 @@ -#!/usr/bin/env python3 -# -*- coding: utf-8 -*- -# vim: ft=python et softtabstop=4 cinoptions=4 shiftwidth=4 ts=4 ai - -# Copyright(C) 2010-2011 Romain Bignon -# -# This file is part of weboob. -# -# weboob is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# weboob is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public License -# along with weboob. If not, see . - - -from __future__ import absolute_import -from weboob.applications.traveloob import Traveloob - - -if __name__ == '__main__': - Traveloob.run() diff --git a/scripts/videoob b/scripts/videoob deleted file mode 100755 index 97e3f8dd9d45c4afcc80766b73f5ec45db28c497..0000000000000000000000000000000000000000 --- a/scripts/videoob +++ /dev/null @@ -1,28 +0,0 @@ -#!/usr/bin/env python3 -# -*- coding: utf-8 -*- -# vim: ft=python et softtabstop=4 cinoptions=4 shiftwidth=4 ts=4 ai - -# Copyright(C) 2010-2011 Christophe Benz -# -# This file is part of weboob. -# -# weboob is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# weboob is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public License -# along with weboob. If not, see . - - -from __future__ import absolute_import -from weboob.applications.videoob import Videoob - - -if __name__ == '__main__': - Videoob.run() diff --git a/scripts/webcontentedit b/scripts/webcontentedit deleted file mode 100755 index cb4e860da5fb2bd13be95fdf937714e13fa4edd3..0000000000000000000000000000000000000000 --- a/scripts/webcontentedit +++ /dev/null @@ -1,28 +0,0 @@ -#!/usr/bin/env python3 -# -*- coding: utf-8 -*- -# vim: ft=python et softtabstop=4 cinoptions=4 shiftwidth=4 ts=4 ai - -# Copyright(C) 2010-2011 Romain Bignon -# -# This file is part of weboob. -# -# weboob is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# weboob is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public License -# along with weboob. If not, see . - - -from __future__ import absolute_import -from weboob.applications.webcontentedit import WebContentEdit - - -if __name__ == '__main__': - WebContentEdit.run() diff --git a/scripts/weboob-cli b/scripts/weboob-cli deleted file mode 100755 index aa8c5dca9f8bdaeeac43313ee89dbef009eda37c..0000000000000000000000000000000000000000 --- a/scripts/weboob-cli +++ /dev/null @@ -1,28 +0,0 @@ -#!/usr/bin/env python3 -# -*- coding: utf-8 -*- -# vim: ft=python et softtabstop=4 cinoptions=4 shiftwidth=4 ts=4 ai - -# Copyright(C) 2010-2011 Romain Bignon -# -# This file is part of weboob. -# -# weboob is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# weboob is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public License -# along with weboob. If not, see . - - -from __future__ import absolute_import -from weboob.applications.weboobcli import WeboobCli - - -if __name__ == '__main__': - WeboobCli.run() diff --git a/scripts/weboob-config b/scripts/weboob-config deleted file mode 100755 index 6840965e4421c5461fc0c905565122cfc7aa3eab..0000000000000000000000000000000000000000 --- a/scripts/weboob-config +++ /dev/null @@ -1,28 +0,0 @@ -#!/usr/bin/env python3 -# -*- coding: utf-8 -*- -# vim: ft=python et softtabstop=4 cinoptions=4 shiftwidth=4 ts=4 ai - -# Copyright(C) 2010-2011 Romain Bignon -# -# This file is part of weboob. -# -# weboob is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# weboob is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public License -# along with weboob. If not, see . - - -from __future__ import absolute_import -from weboob.applications.weboobcfg import WeboobCfg - - -if __name__ == '__main__': - WeboobCfg.run() diff --git a/scripts/weboob-config-qt b/scripts/weboob-config-qt deleted file mode 100755 index d9e0604e85b6e7d0bc99395aa946501d9ca89cc2..0000000000000000000000000000000000000000 --- a/scripts/weboob-config-qt +++ /dev/null @@ -1,28 +0,0 @@ -#!/usr/bin/env python3 -# -*- coding: utf-8 -*- -# vim: ft=python et softtabstop=4 cinoptions=4 shiftwidth=4 ts=4 ai - -# Copyright(C) 2010-2011 Romain Bignon -# -# This file is part of weboob. -# -# weboob is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# weboob is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public License -# along with weboob. If not, see . - - -from __future__ import absolute_import -from weboob.applications.qweboobcfg import QWeboobCfg - - -if __name__ == '__main__': - QWeboobCfg.run() diff --git a/scripts/weboob-debug b/scripts/weboob-debug deleted file mode 100755 index a1d554cecc400e78f21f102db230c7c6e817a1d4..0000000000000000000000000000000000000000 --- a/scripts/weboob-debug +++ /dev/null @@ -1,28 +0,0 @@ -#!/usr/bin/env python3 -# -*- coding: utf-8 -*- -# vim: ft=python et softtabstop=4 cinoptions=4 shiftwidth=4 ts=4 ai - -# Copyright(C) 2010-2011 Christophe Benz -# -# This file is part of weboob. -# -# weboob is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# weboob is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public License -# along with weboob. If not, see . - - -from __future__ import absolute_import -from weboob.applications.weboobdebug import WeboobDebug - - -if __name__ == '__main__': - WeboobDebug.run() diff --git a/scripts/weboob-repos b/scripts/weboob-repos deleted file mode 100755 index 02e775c035f37e560b840306492a31e28335b879..0000000000000000000000000000000000000000 --- a/scripts/weboob-repos +++ /dev/null @@ -1,28 +0,0 @@ -#!/usr/bin/env python3 -# -*- coding: utf-8 -*- -# vim: ft=python et softtabstop=4 cinoptions=4 shiftwidth=4 ts=4 ai - -# Copyright(C) 2012 Romain Bignon -# -# This file is part of weboob. -# -# weboob is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# weboob is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public License -# along with weboob. If not, see . - - -from __future__ import absolute_import -from weboob.applications.weboobrepos import WeboobRepos - - -if __name__ == '__main__': - WeboobRepos.run() diff --git a/scripts/weboorrents b/scripts/weboorrents deleted file mode 100755 index 790c37351d5ba188a9909a177bca5c7069835441..0000000000000000000000000000000000000000 --- a/scripts/weboorrents +++ /dev/null @@ -1,28 +0,0 @@ -#!/usr/bin/env python3 -# -*- coding: utf-8 -*- -# vim: ft=python et softtabstop=4 cinoptions=4 shiftwidth=4 ts=4 ai - -# Copyright(C) 2010-2011 Romain Bignon -# -# This file is part of weboob. -# -# weboob is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# weboob is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public License -# along with weboob. If not, see . - - -from __future__ import absolute_import -from weboob.applications.weboorrents import Weboorrents - - -if __name__ == '__main__': - Weboorrents.run() diff --git a/scripts/wetboobs b/scripts/wetboobs deleted file mode 100755 index 3a32b0f2edfd02d2419ab5f98cd7748b681b51ba..0000000000000000000000000000000000000000 --- a/scripts/wetboobs +++ /dev/null @@ -1,28 +0,0 @@ -#!/usr/bin/env python3 -# -*- coding: utf-8 -*- -# vim: ft=python et softtabstop=4 cinoptions=4 shiftwidth=4 ts=4 ai - -# Copyright(C) 2010-2011 Romain Bignon -# -# This file is part of weboob. -# -# weboob is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# weboob is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public License -# along with weboob. If not, see . - - -from __future__ import absolute_import -from weboob.applications.wetboobs import WetBoobs - - -if __name__ == '__main__': - WetBoobs.run() diff --git a/setup.py b/setup.py index 55158293e79fc6579aed955058edd4e4d7e2d4d7..070d28948fb79cccd16abba376d6b55c3401721b 100755 --- a/setup.py +++ b/setup.py @@ -83,24 +83,47 @@ def find_executable(name, names): def install_weboob(qt, xdg): - scripts = set(os.listdir('scripts')) packages = set(find_packages(exclude=['modules', 'modules.*'])) - qt_scripts = set(('qboobmsg', - 'qhavedate', - 'qgalleroob', - 'qboobtracker', - 'qvideoob', - 'weboob-config-qt', - 'qwebcontentedit', - 'qflatboob', - 'qcineoob', - 'qcookboob', - 'qbooblyrics', - 'qhandjoob')) - - if not qt: - scripts = scripts - qt_scripts + entry_points = { + 'console_scripts': [ + 'boobank = weboob.applications.boobank:Boobank.run', + 'boobathon = weboob.applications.boobathon:Boobathon.run', + 'boobcoming = weboob.applications.boobill:Boobcoming.run', + 'boobill = weboob.applications.boobank:Boobill.run', + 'booblyrics = weboob.applications.booblyrics:Booblyrics.run', + 'boobmsg = weboob.applications.boobmsg:Boobmsg.run', + 'boobooks = weboob.applications.boobooks:Boobooks.run', + 'boobsize = weboob.applications.boobsize:Boobsize.run', + 'boobtracker = weboob.applications.boobtracker:BoobTracker.run', + 'boomoney = weboob.applications.boomoney:Boomoney.run', + 'cineoob = weboob.applications.cineoob:Cineoob.run', + 'comparoob = weboob.applications.comparoob:Comparoob.run', + 'cookboob = weboob.applications.cookboob:Cookboob.run', + 'flatboob = weboob.applications.flatboob:Flatboob.run', + 'galleroob = weboob.applications.galleroob:Galleroob.run', + 'geolooc = weboob.applications.geolooc:Geolooc.run', + 'handjoob = weboob.applications.handjoob:Handjoob.run', + 'havedate = weboob.applications.havedate:HaveDate.run', + 'monboob = weboob.applications.monboob:Monboob.run', + 'parceloob = weboob.applications.parceloob:Parceloob.run', + 'pastoob = weboob.applications.pastoob:Pastoob.run', + 'radioob = weboob.applications.radioob:Radioob.run', + 'shopoob = weboob.applications.shopoob:Shopoob.run', + 'suboob = weboob.applications.suboob:Suboob.run', + 'translaboob = weboob.applications.translaboob:Translaboob.run', + 'traveloob = weboob.applications.traveloob:Traveloob.run', + 'videoob = weboob.applications.videoob:Videoob.run', + 'webcontentedit = weboob.applications.webcontentedit:WebContentEdit.run', + 'weboob-cli = weboob.applications.weboobcli:WeboobCli.run', + 'weboob-config = weboob.applications.weboobcfg:WeboobCfg.run', + 'weboob-debug = weboob.applications.weboobdebug:WeboobDebug.run', + 'weboob-repos = weboob.applications.weboobrepos:WeboobRepos.run', + 'weboorrents = weboob.applications.weboorrents:Weboorrents.run', + 'wetboobs = weboob.applications.wetboobs:WetBoobs.run', + 'weboob = weboob.applications.weboobmain:WeboobMain.run', + ], + } qt_packages = set(( 'weboob.applications.qboobmsg', @@ -129,7 +152,22 @@ def install_weboob(qt, xdg): 'weboob.applications.qgalleroob.ui', )) - if not qt: + if qt: + entry_points['gui_scripts'] = [ + 'qbooblyrics = weboob.applications.qbooblyrics:QBooblyrics.run', + 'qboobmsg = weboob.applications.qboobmsg:QBoobMsg.run', + 'qboobtracker = weboob.applications.qboobtracker:QBoobTracker.run', + 'qcineoob = weboob.applications.qcineoob:QCineoob.run', + 'qcookboob = weboob.applications.qcookboob:QCookboob.run', + 'qflatboob = weboob.applications.qflatboob:QFlatBoob.run', + 'qgalleroob = weboob.applications.qgalleroob:QGalleroob.run', + 'qhandjoob = weboob.applications.qhandjoob:QHandJoob.run', + 'qhavedate = weboob.applications.qhavedate:QHaveDate.run', + 'qvideoob = weboob.applications.qvideoob:QVideoob.run', + 'qwebcontentedit = weboob.applications.qwebcontentedit:QWebContentEdit.run', + 'weboob-config-qt = weboob.applications.qweboobcfg:QWeboobCfg.run', + ] + else: packages = packages - qt_packages data_files = [ @@ -193,7 +231,7 @@ def install_weboob(qt, xdg): ], packages=packages, - scripts=[os.path.join('scripts', script) for script in scripts], + entry_points=entry_points, data_files=data_files, install_requires=requirements,