Skip to content
  1. 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
  2. Mar 03, 2021
  3. Mar 01, 2021
  4. Feb 27, 2021
  5. Dec 15, 2019
    • hydrargyrum's avatar
      tools: scripts/weboob-config doesn't exist anymore · a434c282
      hydrargyrum authored
      For now, run using weboob package from PYTHONPATH. Maybe we should
      require setup.py to have been run before being able to start run_tests.
      This way, we're sure everything is set up.
      
      Same for make_man and weboob_lint.
      a434c282
  6. Nov 30, 2019
  7. Apr 26, 2018
  8. Jul 11, 2017
  9. Jul 17, 2015
  10. Aug 12, 2013
  11. Mar 25, 2013
  12. Mar 27, 2012