module documentation

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
Constant DATADIR_CFG_SECTION Undocumented
Constant ENVVAR Undocumented
def data_path(path: str, createdir=False) -> str: (source)

Return the given path joined with the .scrapy data directory. If given an absolute path, return it unmodified.

def get_project_settings(): (source)

Undocumented

def inside_project(): (source)

Undocumented

def project_data_dir(project='default') -> str: (source)

Return the current project data dir, creating it if it doesn't exist

DATADIR_CFG_SECTION: str = (source)

Undocumented

Value
'datadir'

Undocumented

Value
'SCRAPY_SETTINGS_MODULE'