Skip to content
  1. Mar 06, 2021
  2. Mar 01, 2021
  3. Feb 12, 2020
  4. Dec 15, 2019
    • hydrargyrum's avatar
      core: make some __init__.py namespaceable for qt for splitting repository · 564ff4a5
      hydrargyrum authored
      In setuptools, it's not possible to have an optional dependency
      triggering what files are installed and how to build certain files, we
      have to make 2 setup.py.
      Unfortunately, having 2 setup.py files does possible in one repository.
      So, we have to split the repository in 2.
      After this point, the repository will fork. One repository will take only
      qt stuff, and the other repository will contain browser framework, cli apps
      and modules.
      
      Qt apps are under the weboob.applications package though.
      To have 2 pip packages shipping files in the same root
      package (weboob.*), the package must be namespaced. This can be achieved
      by tweaking all ancestor __init__.py files.
      564ff4a5
  5. Feb 27, 2019
  6. Jan 06, 2019
  7. Mar 14, 2012
    • Laurent Bachelier's avatar
      PEP8 style fixes and other small style fixes · 006e97a8
      Laurent Bachelier authored
      I used autopep8 on some files and did carefully check the changes.
      I ignored E501,E302,E231,E225,E222,E221,E241,E203 in my search, and at
      least E501 on any autopep8 run.
      
      Other style fixes not related to PEP8:
      * Only use new-style classes. I don't think the usage of old-style
        classes was voluntary. Old-style classes are removed in Python 3.
      * Convert an if/else to a one-liner in mediawiki, change docstring style
        change to a comment something that wasn't really appropriate for a
        docstring.
      * Unneeded first if condition in meteofrance
      006e97a8
  8. Nov 25, 2010
  9. Jul 07, 2010
  10. Jun 22, 2010
  11. Apr 29, 2010
  12. Feb 20, 2010
  13. Feb 13, 2010
  14. Feb 10, 2010
  15. Feb 09, 2010