module documentation

Undocumented

Constant DATADIR​_CFG​_SECTION Undocumented
Constant ENVVAR Undocumented
Function data​_path Return the given path joined with the .scrapy data directory. If given an absolute path, return it unmodified.
Function get​_project​_settings Undocumented
Function inside​_project Undocumented
Function project​_data​_dir Return the current project data dir, creating it if it doesn't exist
DATADIR_CFG_SECTION: str =

Undocumented

Value
'datadir'
ENVVAR: str =

Undocumented

Value
'SCRAPY_SETTINGS_MODULE'
def data_path(path, createdir=False):
Return the given path joined with the .scrapy data directory. If given an absolute path, return it unmodified.
def get_project_settings():

Undocumented

def inside_project():

Undocumented

def project_data_dir(project='default'):
Return the current project data dir, creating it if it doesn't exist