module documentation

Undocumented

Constant ALL_DIRS Undocumented
Constant ALLOW Undocumented
Constant APP_DIR Undocumented
Constant CACHE_DIR Undocumented
Constant CONFIG_DIR Undocumented
Constant DENY Undocumented
Constant FASTCACHE_DIR Undocumented
Constant GID Undocumented
Constant GLOBALS_DIR Undocumented
Constant JS_BUNDLE Undocumented
Constant JS_UTIL_BUNDLE Undocumented
Constant JS_VENDOR_BUNDLE Undocumented
Constant LEGEND_CACHE_DIR Undocumented
Constant LOCKS_DIR Undocumented
Constant MAPPROXY_CACHE_DIR Undocumented
Constant MISC_DIR Undocumented
Constant NET_CACHE_DIR Undocumented
Constant OBJECT_CACHE_DIR Undocumented
Constant PIDS_DIR Undocumented
Constant PRINT_DIR Undocumented
Constant PUBLIC Undocumented
Constant ROLE_ADMIN Undocumented
Constant ROLE_ALL Undocumented
Constant ROLE_GUEST Undocumented
Constant ROLE_USER Undocumented
Constant SERVER_DIR Undocumented
Constant SERVER_ENDPOINT Undocumented
Constant SPEC_DIR Undocumented
Constant SPOOL_DIR Undocumented
Constant TMP_DIR Undocumented
Constant TRANSIENT_DIR Undocumented
Constant UID Undocumented
Constant VAR_DIR Undocumented
ALLOW: int = (source)

Undocumented

Value
1

Undocumented

Value
os.path.abspath((os.path.dirname(__file__)+'/../..'))
CACHE_DIR = (source)

Undocumented

Value
f"""{VAR_DIR}/cache"""
CONFIG_DIR = (source)

Undocumented

Value
f"""{VAR_DIR}/config"""
DENY: int = (source)

Undocumented

Value
0
FASTCACHE_DIR = (source)

Undocumented

Value
f"""{TMP_DIR}/fastcache"""

Undocumented

Value
int((env.GWS_GID or 1000))
GLOBALS_DIR = (source)

Undocumented

Value
f"""{TRANSIENT_DIR}/globals"""
JS_BUNDLE: str = (source)

Undocumented

Value
'app.bundle.json'
JS_UTIL_BUNDLE: str = (source)

Undocumented

Value
'util.bundle.js'
JS_VENDOR_BUNDLE: str = (source)

Undocumented

Value
'vendor.bundle.js'
LEGEND_CACHE_DIR = (source)

Undocumented

Value
f"""{CACHE_DIR}/legend"""
LOCKS_DIR = (source)

Undocumented

Value
f"""{TRANSIENT_DIR}/locks"""
MAPPROXY_CACHE_DIR = (source)

Undocumented

Value
f"""{CACHE_DIR}/mpx"""
MISC_DIR = (source)

Undocumented

Value
f"""{VAR_DIR}/misc"""
NET_CACHE_DIR = (source)

Undocumented

Value
f"""{CACHE_DIR}/net"""
OBJECT_CACHE_DIR = (source)

Undocumented

Value
f"""{CACHE_DIR}/object"""
PIDS_DIR = (source)

Undocumented

Value
f"""{TMP_DIR}/pids"""
PRINT_DIR = (source)

Undocumented

Value
f"""{VAR_DIR}/print"""
PUBLIC: str = (source)

Undocumented

Value
'allow all'
ROLE_ADMIN: str = (source)

Undocumented

Value
'admin'
ROLE_ALL: str = (source)

Undocumented

Value
'all'
ROLE_GUEST: str = (source)

Undocumented

Value
'guest'
ROLE_USER: str = (source)

Undocumented

Value
'user'
SERVER_DIR = (source)

Undocumented

Value
f"""{VAR_DIR}/server"""
SERVER_ENDPOINT: str = (source)

Undocumented

Value
'/_'
SPEC_DIR = (source)

Undocumented

Value
f"""{TMP_DIR}/spec"""
SPOOL_DIR = (source)

Undocumented

Value
f"""{TMP_DIR}/spool"""

Undocumented

Value
env.GWS_TMP_DIR or '/tmp/gws'
TRANSIENT_DIR = (source)

Undocumented

Value
f"""{TMP_DIR}/transient"""

Undocumented

Value
int((env.GWS_UID or 1000))

Undocumented

Value
env.GWS_VAR_DIR or '/gws-var'