Skip to content
  1. Feb 11, 2023
  2. Oct 31, 2021
  3. Apr 05, 2021
  4. Mar 05, 2021
    • hydrargyrum's avatar
      weboob.core.ouiboube: support new user directories and env vars · d4798c6f
      hydrargyrum authored
      For user setups, a number of dirs are used, whose paths are
      customizable.
      
      For workdir, before:
      - $WEBOOB_WORKDIR
      - $XDG_CONFIG_HOME/weboob
      
      and after:
      - $WOOB_WORKDIR
      - $WEBOOB_WORKDIR
      - $XDG_CONFIG_HOME/woob
      - $XDG_CONFIG_HOME/weboob
      
      If the old name is found in $XDG_CONFIG_HOME, it will try to rename it.
      
      For data dir, now:
      - $WOOB_DATADIR
      - $WOOB_WORKDIR
      - $WEBOOB_DATADIR
      - $WEBOOB_WORKDIR
      - $XDG_DATA_HOME/woob
      - $XDG_DATA_HOME/weboob
      
      Also, $WOOB_BACKENDS then $WEBOOB_BACKENDS.
      d4798c6f
  5. Feb 27, 2021
  6. Dec 15, 2019
  7. Oct 27, 2019
  8. Sep 10, 2019
  9. Aug 13, 2018
  10. Aug 09, 2018
  11. Oct 25, 2016
  12. Jul 17, 2015
  13. Feb 27, 2015
    • Matthieu Weber's avatar
      tools/local_run.sh: ignore $HOME/.local · 8103add2
      Matthieu Weber authored
      
      
      When installing weboob in $HOME, the weboob base modules (weboob.browser...)
      are installed in $HOME/.local/lib/python2.7/site-packages/... (see PEP-370).
      When running weboob from the source directory with tools/local_run.sh, those
      base modules are read from $HOME/.local instead of the source directory.
      Passing the "-s" option to python makes it ignore $HOME/.local and read the
      base modules from the source directory.
      
      Signed-off-by: default avatarMatthieu Weber <mweber+weboob@free.fr>
      8103add2
  14. Oct 06, 2014
  15. Sep 05, 2014
  16. May 26, 2014
  17. Dec 30, 2013
  18. Jul 19, 2013
  19. May 14, 2013
  20. Apr 09, 2013
  21. Apr 05, 2013
  22. Mar 25, 2013