You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

const.py 287 B

12345678910
  1. # -*- coding: utf-8 -*-
  2. DEFAULT_BRANCH_NAME = "master"
  3. HUBCONF = "hubconf.py"
  4. HUBDEPENDENCY = "dependencies"
  5. DEFAULT_GIT_HOST = "github.com"
  6. ENV_MGE_HOME = "MGE_HOME"
  7. ENV_XDG_CACHE_HOME = "XDG_CACHE_HOME"
  8. DEFAULT_CACHE_DIR = "~/.cache"
  9. DEFAULT_PROTOCOL = "HTTPS"
  10. HTTP_READ_TIMEOUT = 120