module documentation

Undocumented

Constant IGNORE Undocumented
Constant TEMPLATES​_TO​_RENDER Undocumented
Class ​Command No class docstring; 0/1 property, 0/1 instance variable, 0/2 class variable, 1/5 method documented
Function ​_make​_writable Undocumented
IGNORE =

Undocumented

Value
ignore_patterns('*.pyc', '__pycache__', '.svn')
TEMPLATES_TO_RENDER: tuple =

Undocumented

Value
(('scrapy.cfg'),
 ('${project_name}', 'settings.py.tmpl'),
 ('${project_name}', 'items.py.tmpl'),
 ('${project_name}', 'pipelines.py.tmpl'),
 ('${project_name}', 'middlewares.py.tmpl'))
def _make_writable(path):

Undocumented