Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Scrapy / command.py
Size: Mime:
import warnings
from scrapy.exceptions import ScrapyDeprecationWarning
warnings.warn("Module `scrapy.command` is deprecated, "
              "use `scrapy.commands` instead",
              ScrapyDeprecationWarning, stacklevel=2)

from scrapy.commands import *