Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 27, 2019 12:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/70535cb288725bd42a698d3f1a1d8c4d to your computer and use it in GitHub Desktop.
Save ryantm/70535cb288725bd42a698d3f1a1d8c4d to your computer and use it in GitHub Desktop.
/nix/store/bq05an8jzch3xx04bsg08asqc74nd93g-python3.7-Scrapy-1.5.2
├── bin
│   └── scrapy
├── lib
│   └── python3.7
│   └── site-packages
│   ├── scrapy
│   │   ├── cmdline.py
│   │   ├── command.py
│   │   ├── commands
│   │   │   ├── bench.py
│   │   │   ├── check.py
│   │   │   ├── crawl.py
│   │   │   ├── edit.py
│   │   │   ├── fetch.py
│   │   │   ├── genspider.py
│   │   │   ├── __init__.py
│   │   │   ├── list.py
│   │   │   ├── parse.py
│   │   │   ├── __pycache__
│   │   │   │   ├── bench.cpython-37.pyc
│   │   │   │   ├── check.cpython-37.pyc
│   │   │   │   ├── crawl.cpython-37.pyc
│   │   │   │   ├── edit.cpython-37.pyc
│   │   │   │   ├── fetch.cpython-37.pyc
│   │   │   │   ├── genspider.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── list.cpython-37.pyc
│   │   │   │   ├── parse.cpython-37.pyc
│   │   │   │   ├── runspider.cpython-37.pyc
│   │   │   │   ├── settings.cpython-37.pyc
│   │   │   │   ├── shell.cpython-37.pyc
│   │   │   │   ├── startproject.cpython-37.pyc
│   │   │   │   ├── version.cpython-37.pyc
│   │   │   │   └── view.cpython-37.pyc
│   │   │   ├── runspider.py
│   │   │   ├── settings.py
│   │   │   ├── shell.py
│   │   │   ├── startproject.py
│   │   │   ├── version.py
│   │   │   └── view.py
│   │   ├── conf.py
│   │   ├── contracts
│   │   │   ├── default.py
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   ├── default.cpython-37.pyc
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── contrib
│   │   │   ├── closespider.py
│   │   │   ├── corestats.py
│   │   │   ├── debug.py
│   │   │   ├── downloadermiddleware
│   │   │   │   ├── ajaxcrawl.py
│   │   │   │   ├── chunked.py
│   │   │   │   ├── cookies.py
│   │   │   │   ├── decompression.py
│   │   │   │   ├── defaultheaders.py
│   │   │   │   ├── downloadtimeout.py
│   │   │   │   ├── httpauth.py
│   │   │   │   ├── httpcache.py
│   │   │   │   ├── httpcompression.py
│   │   │   │   ├── httpproxy.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── ajaxcrawl.cpython-37.pyc
│   │   │   │   │   ├── chunked.cpython-37.pyc
│   │   │   │   │   ├── cookies.cpython-37.pyc
│   │   │   │   │   ├── decompression.cpython-37.pyc
│   │   │   │   │   ├── defaultheaders.cpython-37.pyc
│   │   │   │   │   ├── downloadtimeout.cpython-37.pyc
│   │   │   │   │   ├── httpauth.cpython-37.pyc
│   │   │   │   │   ├── httpcache.cpython-37.pyc
│   │   │   │   │   ├── httpcompression.cpython-37.pyc
│   │   │   │   │   ├── httpproxy.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── redirect.cpython-37.pyc
│   │   │   │   │   ├── retry.cpython-37.pyc
│   │   │   │   │   ├── robotstxt.cpython-37.pyc
│   │   │   │   │   ├── stats.cpython-37.pyc
│   │   │   │   │   └── useragent.cpython-37.pyc
│   │   │   │   ├── redirect.py
│   │   │   │   ├── retry.py
│   │   │   │   ├── robotstxt.py
│   │   │   │   ├── stats.py
│   │   │   │   └── useragent.py
│   │   │   ├── exporter
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   ├── feedexport.py
│   │   │   ├── httpcache.py
│   │   │   ├── __init__.py
│   │   │   ├── linkextractors
│   │   │   │   ├── htmlparser.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── lxmlhtml.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── htmlparser.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── lxmlhtml.cpython-37.pyc
│   │   │   │   │   ├── regex.cpython-37.pyc
│   │   │   │   │   └── sgml.cpython-37.pyc
│   │   │   │   ├── regex.py
│   │   │   │   └── sgml.py
│   │   │   ├── loader
│   │   │   │   ├── common.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── processor.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── common.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── processor.cpython-37.pyc
│   │   │   ├── logstats.py
│   │   │   ├── memdebug.py
│   │   │   ├── memusage.py
│   │   │   ├── pipeline
│   │   │   │   ├── files.py
│   │   │   │   ├── images.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── media.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── files.cpython-37.pyc
│   │   │   │   ├── images.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── media.cpython-37.pyc
│   │   │   ├── __pycache__
│   │   │   │   ├── closespider.cpython-37.pyc
│   │   │   │   ├── corestats.cpython-37.pyc
│   │   │   │   ├── debug.cpython-37.pyc
│   │   │   │   ├── feedexport.cpython-37.pyc
│   │   │   │   ├── httpcache.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── logstats.cpython-37.pyc
│   │   │   │   ├── memdebug.cpython-37.pyc
│   │   │   │   ├── memusage.cpython-37.pyc
│   │   │   │   ├── spiderstate.cpython-37.pyc
│   │   │   │   ├── statsmailer.cpython-37.pyc
│   │   │   │   └── throttle.cpython-37.pyc
│   │   │   ├── spidermiddleware
│   │   │   │   ├── depth.py
│   │   │   │   ├── httperror.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── offsite.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── depth.cpython-37.pyc
│   │   │   │   │   ├── httperror.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── offsite.cpython-37.pyc
│   │   │   │   │   ├── referer.cpython-37.pyc
│   │   │   │   │   └── urllength.cpython-37.pyc
│   │   │   │   ├── referer.py
│   │   │   │   └── urllength.py
│   │   │   ├── spiders
│   │   │   │   ├── crawl.py
│   │   │   │   ├── feed.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── init.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── crawl.cpython-37.pyc
│   │   │   │   │   ├── feed.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── init.cpython-37.pyc
│   │   │   │   │   └── sitemap.cpython-37.pyc
│   │   │   │   └── sitemap.py
│   │   │   ├── spiderstate.py
│   │   │   ├── statsmailer.py
│   │   │   └── throttle.py
│   │   ├── contrib_exp
│   │   │   ├── downloadermiddleware
│   │   │   │   ├── decompression.py
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── decompression.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   ├── __init__.py
│   │   │   ├── iterators.py
│   │   │   └── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── iterators.cpython-37.pyc
│   │   ├── core
│   │   │   ├── downloader
│   │   │   │   ├── contextfactory.py
│   │   │   │   ├── handlers
│   │   │   │   │   ├── datauri.py
│   │   │   │   │   ├── file.py
│   │   │   │   │   ├── ftp.py
│   │   │   │   │   ├── http10.py
│   │   │   │   │   ├── http11.py
│   │   │   │   │   ├── http.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── datauri.cpython-37.pyc
│   │   │   │   │   │   ├── file.cpython-37.pyc
│   │   │   │   │   │   ├── ftp.cpython-37.pyc
│   │   │   │   │   │   ├── http10.cpython-37.pyc
│   │   │   │   │   │   ├── http11.cpython-37.pyc
│   │   │   │   │   │   ├── http.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   └── s3.cpython-37.pyc
│   │   │   │   │   └── s3.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── middleware.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── contextfactory.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── middleware.cpython-37.pyc
│   │   │   │   │   ├── tls.cpython-37.pyc
│   │   │   │   │   └── webclient.cpython-37.pyc
│   │   │   │   ├── tls.py
│   │   │   │   └── webclient.py
│   │   │   ├── engine.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── engine.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── scheduler.cpython-37.pyc
│   │   │   │   ├── scraper.cpython-37.pyc
│   │   │   │   └── spidermw.cpython-37.pyc
│   │   │   ├── scheduler.py
│   │   │   ├── scraper.py
│   │   │   └── spidermw.py
│   │   ├── crawler.py
│   │   ├── downloadermiddlewares
│   │   │   ├── ajaxcrawl.py
│   │   │   ├── chunked.py
│   │   │   ├── cookies.py
│   │   │   ├── decompression.py
│   │   │   ├── defaultheaders.py
│   │   │   ├── downloadtimeout.py
│   │   │   ├── httpauth.py
│   │   │   ├── httpcache.py
│   │   │   ├── httpcompression.py
│   │   │   ├── httpproxy.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── ajaxcrawl.cpython-37.pyc
│   │   │   │   ├── chunked.cpython-37.pyc
│   │   │   │   ├── cookies.cpython-37.pyc
│   │   │   │   ├── decompression.cpython-37.pyc
│   │   │   │   ├── defaultheaders.cpython-37.pyc
│   │   │   │   ├── downloadtimeout.cpython-37.pyc
│   │   │   │   ├── httpauth.cpython-37.pyc
│   │   │   │   ├── httpcache.cpython-37.pyc
│   │   │   │   ├── httpcompression.cpython-37.pyc
│   │   │   │   ├── httpproxy.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── redirect.cpython-37.pyc
│   │   │   │   ├── retry.cpython-37.pyc
│   │   │   │   ├── robotstxt.cpython-37.pyc
│   │   │   │   ├── stats.cpython-37.pyc
│   │   │   │   └── useragent.cpython-37.pyc
│   │   │   ├── redirect.py
│   │   │   ├── retry.py
│   │   │   ├── robotstxt.py
│   │   │   ├── stats.py
│   │   │   └── useragent.py
│   │   ├── dupefilter.py
│   │   ├── dupefilters.py
│   │   ├── exceptions.py
│   │   ├── exporters.py
│   │   ├── extension.py
│   │   ├── extensions
│   │   │   ├── closespider.py
│   │   │   ├── corestats.py
│   │   │   ├── debug.py
│   │   │   ├── feedexport.py
│   │   │   ├── httpcache.py
│   │   │   ├── __init__.py
│   │   │   ├── logstats.py
│   │   │   ├── memdebug.py
│   │   │   ├── memusage.py
│   │   │   ├── __pycache__
│   │   │   │   ├── closespider.cpython-37.pyc
│   │   │   │   ├── corestats.cpython-37.pyc
│   │   │   │   ├── debug.cpython-37.pyc
│   │   │   │   ├── feedexport.cpython-37.pyc
│   │   │   │   ├── httpcache.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── logstats.cpython-37.pyc
│   │   │   │   ├── memdebug.cpython-37.pyc
│   │   │   │   ├── memusage.cpython-37.pyc
│   │   │   │   ├── spiderstate.cpython-37.pyc
│   │   │   │   ├── statsmailer.cpython-37.pyc
│   │   │   │   ├── telnet.cpython-37.pyc
│   │   │   │   └── throttle.cpython-37.pyc
│   │   │   ├── spiderstate.py
│   │   │   ├── statsmailer.py
│   │   │   ├── telnet.py
│   │   │   └── throttle.py
│   │   ├── http
│   │   │   ├── common.py
│   │   │   ├── cookies.py
│   │   │   ├── headers.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── common.cpython-37.pyc
│   │   │   │   ├── cookies.cpython-37.pyc
│   │   │   │   ├── headers.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   ├── request
│   │   │   │   ├── form.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── form.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   └── rpc.cpython-37.pyc
│   │   │   │   └── rpc.py
│   │   │   └── response
│   │   │   ├── html.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── html.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── text.cpython-37.pyc
│   │   │   │   └── xml.cpython-37.pyc
│   │   │   ├── text.py
│   │   │   └── xml.py
│   │   ├── __init__.py
│   │   ├── interfaces.py
│   │   ├── item.py
│   │   ├── linkextractor.py
│   │   ├── linkextractors
│   │   │   ├── htmlparser.py
│   │   │   ├── __init__.py
│   │   │   ├── lxmlhtml.py
│   │   │   ├── __pycache__
│   │   │   │   ├── htmlparser.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── lxmlhtml.cpython-37.pyc
│   │   │   │   ├── regex.cpython-37.pyc
│   │   │   │   └── sgml.cpython-37.pyc
│   │   │   ├── regex.py
│   │   │   └── sgml.py
│   │   ├── link.py
│   │   ├── loader
│   │   │   ├── common.py
│   │   │   ├── __init__.py
│   │   │   ├── processors.py
│   │   │   └── __pycache__
│   │   │   ├── common.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── processors.cpython-37.pyc
│   │   ├── logformatter.py
│   │   ├── log.py
│   │   ├── mail.py
│   │   ├── __main__.py
│   │   ├── middleware.py
│   │   ├── mime.types
│   │   ├── _monkeypatches.py
│   │   ├── pipelines
│   │   │   ├── files.py
│   │   │   ├── images.py
│   │   │   ├── __init__.py
│   │   │   ├── media.py
│   │   │   └── __pycache__
│   │   │   ├── files.cpython-37.pyc
│   │   │   ├── images.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── media.cpython-37.pyc
│   │   ├── project.py
│   │   ├── __pycache__
│   │   │   ├── cmdline.cpython-37.pyc
│   │   │   ├── command.cpython-37.pyc
│   │   │   ├── conf.cpython-37.pyc
│   │   │   ├── crawler.cpython-37.pyc
│   │   │   ├── dupefilter.cpython-37.pyc
│   │   │   ├── dupefilters.cpython-37.pyc
│   │   │   ├── exceptions.cpython-37.pyc
│   │   │   ├── exporters.cpython-37.pyc
│   │   │   ├── extension.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── interfaces.cpython-37.pyc
│   │   │   ├── item.cpython-37.pyc
│   │   │   ├── link.cpython-37.pyc
│   │   │   ├── linkextractor.cpython-37.pyc
│   │   │   ├── log.cpython-37.pyc
│   │   │   ├── logformatter.cpython-37.pyc
│   │   │   ├── mail.cpython-37.pyc
│   │   │   ├── __main__.cpython-37.pyc
│   │   │   ├── middleware.cpython-37.pyc
│   │   │   ├── _monkeypatches.cpython-37.pyc
│   │   │   ├── project.cpython-37.pyc
│   │   │   ├── resolver.cpython-37.pyc
│   │   │   ├── responsetypes.cpython-37.pyc
│   │   │   ├── shell.cpython-37.pyc
│   │   │   ├── signalmanager.cpython-37.pyc
│   │   │   ├── signals.cpython-37.pyc
│   │   │   ├── spider.cpython-37.pyc
│   │   │   ├── spiderloader.cpython-37.pyc
│   │   │   ├── spidermanager.cpython-37.pyc
│   │   │   ├── squeue.cpython-37.pyc
│   │   │   ├── squeues.cpython-37.pyc
│   │   │   ├── statscol.cpython-37.pyc
│   │   │   ├── statscollectors.cpython-37.pyc
│   │   │   ├── stats.cpython-37.pyc
│   │   │   └── telnet.cpython-37.pyc
│   │   ├── resolver.py
│   │   ├── responsetypes.py
│   │   ├── selector
│   │   │   ├── csstranslator.py
│   │   │   ├── __init__.py
│   │   │   ├── lxmlsel.py
│   │   │   ├── __pycache__
│   │   │   │   ├── csstranslator.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── lxmlsel.cpython-37.pyc
│   │   │   │   └── unified.cpython-37.pyc
│   │   │   └── unified.py
│   │   ├── settings
│   │   │   ├── default_settings.py
│   │   │   ├── deprecated.py
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   ├── default_settings.cpython-37.pyc
│   │   │   ├── deprecated.cpython-37.pyc
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── shell.py
│   │   ├── signalmanager.py
│   │   ├── signals.py
│   │   ├── spiderloader.py
│   │   ├── spidermanager.py
│   │   ├── spidermiddlewares
│   │   │   ├── depth.py
│   │   │   ├── httperror.py
│   │   │   ├── __init__.py
│   │   │   ├── offsite.py
│   │   │   ├── __pycache__
│   │   │   │   ├── depth.cpython-37.pyc
│   │   │   │   ├── httperror.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── offsite.cpython-37.pyc
│   │   │   │   ├── referer.cpython-37.pyc
│   │   │   │   └── urllength.cpython-37.pyc
│   │   │   ├── referer.py
│   │   │   └── urllength.py
│   │   ├── spider.py
│   │   ├── spiders
│   │   │   ├── crawl.py
│   │   │   ├── feed.py
│   │   │   ├── __init__.py
│   │   │   ├── init.py
│   │   │   ├── __pycache__
│   │   │   │   ├── crawl.cpython-37.pyc
│   │   │   │   ├── feed.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── init.cpython-37.pyc
│   │   │   │   └── sitemap.cpython-37.pyc
│   │   │   └── sitemap.py
│   │   ├── squeue.py
│   │   ├── squeues.py
│   │   ├── statscollectors.py
│   │   ├── statscol.py
│   │   ├── stats.py
│   │   ├── telnet.py
│   │   ├── templates
│   │   │   ├── project
│   │   │   │   ├── module
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── items.py.tmpl
│   │   │   │   │   ├── middlewares.py.tmpl
│   │   │   │   │   ├── pipelines.py.tmpl
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   │   ├── settings.py.tmpl
│   │   │   │   │   └── spiders
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   └── scrapy.cfg
│   │   │   └── spiders
│   │   │   ├── basic.tmpl
│   │   │   ├── crawl.tmpl
│   │   │   ├── csvfeed.tmpl
│   │   │   └── xmlfeed.tmpl
│   │   ├── utils
│   │   │   ├── benchserver.py
│   │   │   ├── boto.py
│   │   │   ├── conf.py
│   │   │   ├── console.py
│   │   │   ├── datatypes.py
│   │   │   ├── decorator.py
│   │   │   ├── decorators.py
│   │   │   ├── defer.py
│   │   │   ├── deprecate.py
│   │   │   ├── display.py
│   │   │   ├── engine.py
│   │   │   ├── ftp.py
│   │   │   ├── gz.py
│   │   │   ├── httpobj.py
│   │   │   ├── http.py
│   │   │   ├── __init__.py
│   │   │   ├── iterators.py
│   │   │   ├── job.py
│   │   │   ├── log.py
│   │   │   ├── markup.py
│   │   │   ├── misc.py
│   │   │   ├── multipart.py
│   │   │   ├── ossignal.py
│   │   │   ├── project.py
│   │   │   ├── __pycache__
│   │   │   │   ├── benchserver.cpython-37.pyc
│   │   │   │   ├── boto.cpython-37.pyc
│   │   │   │   ├── conf.cpython-37.pyc
│   │   │   │   ├── console.cpython-37.pyc
│   │   │   │   ├── datatypes.cpython-37.pyc
│   │   │   │   ├── decorator.cpython-37.pyc
│   │   │   │   ├── decorators.cpython-37.pyc
│   │   │   │   ├── defer.cpython-37.pyc
│   │   │   │   ├── deprecate.cpython-37.pyc
│   │   │   │   ├── display.cpython-37.pyc
│   │   │   │   ├── engine.cpython-37.pyc
│   │   │   │   ├── ftp.cpython-37.pyc
│   │   │   │   ├── gz.cpython-37.pyc
│   │   │   │   ├── http.cpython-37.pyc
│   │   │   │   ├── httpobj.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── iterators.cpython-37.pyc
│   │   │   │   ├── job.cpython-37.pyc
│   │   │   │   ├── log.cpython-37.pyc
│   │   │   │   ├── markup.cpython-37.pyc
│   │   │   │   ├── misc.cpython-37.pyc
│   │   │   │   ├── multipart.cpython-37.pyc
│   │   │   │   ├── ossignal.cpython-37.pyc
│   │   │   │   ├── project.cpython-37.pyc
│   │   │   │   ├── python.cpython-37.pyc
│   │   │   │   ├── reactor.cpython-37.pyc
│   │   │   │   ├── reqser.cpython-37.pyc
│   │   │   │   ├── request.cpython-37.pyc
│   │   │   │   ├── response.cpython-37.pyc
│   │   │   │   ├── serialize.cpython-37.pyc
│   │   │   │   ├── signal.cpython-37.pyc
│   │   │   │   ├── sitemap.cpython-37.pyc
│   │   │   │   ├── spider.cpython-37.pyc
│   │   │   │   ├── template.cpython-37.pyc
│   │   │   │   ├── test.cpython-37.pyc
│   │   │   │   ├── testproc.cpython-37.pyc
│   │   │   │   ├── testsite.cpython-37.pyc
│   │   │   │   ├── trackref.cpython-37.pyc
│   │   │   │   ├── url.cpython-37.pyc
│   │   │   │   └── versions.cpython-37.pyc
│   │   │   ├── python.py
│   │   │   ├── reactor.py
│   │   │   ├── reqser.py
│   │   │   ├── request.py
│   │   │   ├── response.py
│   │   │   ├── serialize.py
│   │   │   ├── signal.py
│   │   │   ├── sitemap.py
│   │   │   ├── spider.py
│   │   │   ├── template.py
│   │   │   ├── testproc.py
│   │   │   ├── test.py
│   │   │   ├── testsite.py
│   │   │   ├── trackref.py
│   │   │   ├── url.py
│   │   │   └── versions.py
│   │   ├── VERSION
│   │   └── xlib
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── pydispatch.cpython-37.pyc
│   │   │   └── tx.cpython-37.pyc
│   │   ├── pydispatch.py
│   │   └── tx.py
│   └── Scrapy-1.5.2.dist-info
│   ├── AUTHORS
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
├── nix-support
│   └── propagated-build-inputs
└── share
├── bash-completion
│   └── completions
│   └── scrapy
├── man
│   └── man1
│   └── scrapy.1.gz
└── zsh
└── site-functions
└── _scrapy
80 directories, 506 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment