AUTHORS
INSTALL
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
Scrapy.egg-info/PKG-INFO
Scrapy.egg-info/SOURCES.txt
Scrapy.egg-info/dependency_links.txt
Scrapy.egg-info/entry_points.txt
Scrapy.egg-info/not-zip-safe
Scrapy.egg-info/requires.txt
Scrapy.egg-info/top_level.txt
docs/Makefile
docs/README
docs/conf.py
docs/contributing.rst
docs/faq.rst
docs/index.rst
docs/news.rst
docs/versioning.rst
docs/_ext/scrapydocs.py
docs/_static/selectors-sample1.html
docs/intro/examples.rst
docs/intro/install.rst
docs/intro/overview.rst
docs/intro/tutorial.rst
docs/topics/api.rst
docs/topics/architecture.rst
docs/topics/autothrottle.rst
docs/topics/benchmarking.rst
docs/topics/broad-crawls.rst
docs/topics/commands.rst
docs/topics/contracts.rst
docs/topics/debug.rst
docs/topics/deploy.rst
docs/topics/djangoitem.rst
docs/topics/downloader-middleware.rst
docs/topics/email.rst
docs/topics/exceptions.rst
docs/topics/exporters.rst
docs/topics/extensions.rst
docs/topics/feed-exports.rst
docs/topics/firebug.rst
docs/topics/firefox.rst
docs/topics/item-pipeline.rst
docs/topics/items.rst
docs/topics/jobs.rst
docs/topics/leaks.rst
docs/topics/link-extractors.rst
docs/topics/loaders.rst
docs/topics/logging.rst
docs/topics/media-pipeline.rst
docs/topics/practices.rst
docs/topics/request-response.rst
docs/topics/scrapyd.rst
docs/topics/selectors.rst
docs/topics/settings.rst
docs/topics/shell.rst
docs/topics/signals.rst
docs/topics/spider-middleware.rst
docs/topics/spiders.rst
docs/topics/stats.rst
docs/topics/telnetconsole.rst
docs/topics/ubuntu.rst
docs/topics/webservice.rst
docs/topics/_images/firebug1.png
docs/topics/_images/firebug2.png
docs/topics/_images/firebug3.png
docs/topics/_images/scrapy_architecture.odg
docs/topics/_images/scrapy_architecture.png
docs/utils/linkfix.py
extras/coverage-report.sh
extras/qps-bench-server.py
extras/qpsclient.py
extras/scrapy.1
extras/scrapy_bash_completion
scrapy/VERSION
scrapy/__init__.py
scrapy/_monkeypatches.py
scrapy/cmdline.py
scrapy/command.py
scrapy/conf.py
scrapy/crawler.py
scrapy/dupefilter.py
scrapy/dupefilters.py
scrapy/exceptions.py
scrapy/exporters.py
scrapy/extension.py
scrapy/interfaces.py
scrapy/item.py
scrapy/link.py
scrapy/linkextractor.py
scrapy/log.py
scrapy/logformatter.py
scrapy/mail.py
scrapy/middleware.py
scrapy/mime.types
scrapy/project.py
scrapy/resolver.py
scrapy/responsetypes.py
scrapy/shell.py
scrapy/signalmanager.py
scrapy/signals.py
scrapy/spider.py
scrapy/spiderloader.py
scrapy/spidermanager.py
scrapy/squeue.py
scrapy/squeues.py
scrapy/stats.py
scrapy/statscol.py
scrapy/statscollectors.py
scrapy/telnet.py
scrapy/commands/__init__.py
scrapy/commands/bench.py
scrapy/commands/check.py
scrapy/commands/crawl.py
scrapy/commands/edit.py
scrapy/commands/fetch.py
scrapy/commands/genspider.py
scrapy/commands/list.py
scrapy/commands/parse.py
scrapy/commands/runspider.py
scrapy/commands/settings.py
scrapy/commands/shell.py
scrapy/commands/startproject.py
scrapy/commands/version.py
scrapy/commands/view.py
scrapy/contracts/__init__.py
scrapy/contracts/default.py
scrapy/contrib/__init__.py
scrapy/contrib/closespider.py
scrapy/contrib/corestats.py
scrapy/contrib/debug.py
scrapy/contrib/feedexport.py
scrapy/contrib/httpcache.py
scrapy/contrib/logstats.py
scrapy/contrib/memdebug.py
scrapy/contrib/memusage.py
scrapy/contrib/spiderstate.py
scrapy/contrib/statsmailer.py
scrapy/contrib/throttle.py
scrapy/contrib/downloadermiddleware/__init__.py
scrapy/contrib/downloadermiddleware/ajaxcrawl.py
scrapy/contrib/downloadermiddleware/chunked.py
scrapy/contrib/downloadermiddleware/cookies.py
scrapy/contrib/downloadermiddleware/decompression.py
scrapy/contrib/downloadermiddleware/defaultheaders.py
scrapy/contrib/downloadermiddleware/downloadtimeout.py
scrapy/contrib/downloadermiddleware/httpauth.py
scrapy/contrib/downloadermiddleware/httpcache.py
scrapy/contrib/downloadermiddleware/httpcompression.py
scrapy/contrib/downloadermiddleware/httpproxy.py
scrapy/contrib/downloadermiddleware/redirect.py
scrapy/contrib/downloadermiddleware/retry.py
scrapy/contrib/downloadermiddleware/robotstxt.py
scrapy/contrib/downloadermiddleware/stats.py
scrapy/contrib/downloadermiddleware/useragent.py
scrapy/contrib/exporter/__init__.py
scrapy/contrib/linkextractors/__init__.py
scrapy/contrib/linkextractors/htmlparser.py
scrapy/contrib/linkextractors/lxmlhtml.py
scrapy/contrib/linkextractors/regex.py
scrapy/contrib/linkextractors/sgml.py
scrapy/contrib/loader/__init__.py
scrapy/contrib/loader/common.py
scrapy/contrib/loader/processor.py
scrapy/contrib/pipeline/__init__.py
scrapy/contrib/pipeline/files.py
scrapy/contrib/pipeline/images.py
scrapy/contrib/pipeline/media.py
scrapy/contrib/spidermiddleware/__init__.py
scrapy/contrib/spidermiddleware/depth.py
scrapy/contrib/spidermiddleware/httperror.py
scrapy/contrib/spidermiddleware/offsite.py
scrapy/contrib/spidermiddleware/referer.py
scrapy/contrib/spidermiddleware/urllength.py
scrapy/contrib/spiders/__init__.py
scrapy/contrib/spiders/crawl.py
scrapy/contrib/spiders/feed.py
scrapy/contrib/spiders/init.py
scrapy/contrib/spiders/sitemap.py
scrapy/contrib_exp/__init__.py
scrapy/contrib_exp/iterators.py
scrapy/contrib_exp/downloadermiddleware/__init__.py
scrapy/contrib_exp/downloadermiddleware/decompression.py
scrapy/core/__init__.py
scrapy/core/engine.py
scrapy/core/scheduler.py
scrapy/core/scraper.py
scrapy/core/spidermw.py
scrapy/core/downloader/__init__.py
scrapy/core/downloader/contextfactory.py
scrapy/core/downloader/middleware.py
scrapy/core/downloader/webclient.py
scrapy/core/downloader/handlers/__init__.py
scrapy/core/downloader/handlers/file.py
scrapy/core/downloader/handlers/ftp.py
scrapy/core/downloader/handlers/http.py
scrapy/core/downloader/handlers/http10.py
scrapy/core/downloader/handlers/http11.py
scrapy/core/downloader/handlers/s3.py
scrapy/downloadermiddlewares/__init__.py
scrapy/downloadermiddlewares/ajaxcrawl.py
scrapy/downloadermiddlewares/chunked.py
scrapy/downloadermiddlewares/cookies.py
scrapy/downloadermiddlewares/decompression.py
scrapy/downloadermiddlewares/defaultheaders.py
scrapy/downloadermiddlewares/downloadtimeout.py
scrapy/downloadermiddlewares/httpauth.py
scrapy/downloadermiddlewares/httpcache.py
scrapy/downloadermiddlewares/httpcompression.py
scrapy/downloadermiddlewares/httpproxy.py
scrapy/downloadermiddlewares/redirect.py
scrapy/downloadermiddlewares/retry.py
scrapy/downloadermiddlewares/robotstxt.py
scrapy/downloadermiddlewares/stats.py
scrapy/downloadermiddlewares/useragent.py
scrapy/extensions/__init__.py
scrapy/extensions/closespider.py
scrapy/extensions/corestats.py
scrapy/extensions/debug.py
scrapy/extensions/feedexport.py
scrapy/extensions/httpcache.py
scrapy/extensions/logstats.py
scrapy/extensions/memdebug.py
scrapy/extensions/memusage.py
scrapy/extensions/spiderstate.py
scrapy/extensions/statsmailer.py
scrapy/extensions/throttle.py
scrapy/http/__init__.py
scrapy/http/common.py
scrapy/http/cookies.py
scrapy/http/headers.py
scrapy/http/request/__init__.py
scrapy/http/request/form.py
scrapy/http/request/rpc.py
scrapy/http/response/__init__.py
scrapy/http/response/html.py
scrapy/http/response/text.py
scrapy/http/response/xml.py
scrapy/linkextractors/__init__.py
scrapy/linkextractors/htmlparser.py
scrapy/linkextractors/lxmlhtml.py
scrapy/linkextractors/regex.py
scrapy/linkextractors/sgml.py
scrapy/loader/__init__.py
scrapy/loader/common.py
scrapy/loader/processors.py
scrapy/pipelines/__init__.py
scrapy/pipelines/files.py
scrapy/pipelines/images.py
scrapy/pipelines/media.py
scrapy/selector/__init__.py
scrapy/selector/csstranslator.py
scrapy/selector/lxmldocument.py
scrapy/selector/lxmlsel.py
scrapy/selector/unified.py
scrapy/settings/__init__.py
scrapy/settings/default_settings.py
scrapy/settings/deprecated.py
scrapy/spidermiddlewares/__init__.py
scrapy/spidermiddlewares/depth.py
scrapy/spidermiddlewares/httperror.py
scrapy/spidermiddlewares/offsite.py
scrapy/spidermiddlewares/referer.py
scrapy/spidermiddlewares/urllength.py
scrapy/spiders/__init__.py
scrapy/spiders/c
没有合适的资源?快使用搜索试试~ 我知道了~
Scrapy-1.0.2.tar.gz
0 下载量 84 浏览量
2024-05-15
23:18:52
上传
评论
收藏 784KB GZ 举报
温馨提示
文件操作、数据分析和网络编程等。Python社区提供了大量的第三方库,如NumPy、Pandas和Requests,极大地丰富了Python的应用领域,从数据科学到Web开发。Python库的丰富性是Python成为最受欢迎的编程语言之一的关键原因之一。这些库不仅为初学者提供了快速入门的途径,而且为经验丰富的开发者提供了强大的工具,以高效率、高质量地完成复杂任务。例如,Matplotlib和Seaborn库在数据可视化领域内非常受欢迎,它们提供了广泛的工具和技术,可以创建高度定制化的图表和图形,帮助数据科学家和分析师在数据探索和结果展示中更有效地传达信息。
资源推荐
资源详情
资源评论
收起资源包目录
Scrapy-1.0.2.tar.gz (464个子文件)
scrapy.1 2KB
AUTHORS 1KB
html-gzip.bin 8KB
html-zlibdeflate.bin 8KB
html-rawdeflate.bin 8KB
feed-sample1.xml.bz2 1KB
scrapy.cfg 274B
setup.cfg 124B
feed-sample6.csv 101B
feed-sample3.csv 81B
feed-sample5.csv 47B
feed-sample4.csv 45B
test.egg 2KB
truncated-crc-error.gz 6KB
truncated-crc-error-short.gz 2KB
feed-sample1.xml.gz 1KB
selectors-sample1.html 565B
sgml_linkextractor.html 528B
linkextractor_latin1.html 386B
linkextractor_noenc.html 324B
index.html 246B
item1.html 163B
item2.html 162B
MANIFEST.in 329B
INSTALL 154B
LICENSE 1KB
Makefile 2KB
not-zip-safe 1B
scrapy_architecture.odg 19KB
cert.pem 2KB
mitmproxy-ca.pem 2KB
PKG-INFO 3KB
PKG-INFO 3KB
scrapy_architecture.png 90KB
firebug3.png 88KB
firebug2.png 68KB
firebug1.png 43KB
interfaces.py 79KB
_newclient.py 54KB
endpoints.py 40KB
client.py 38KB
test_http_request.py 30KB
test_selector.py 26KB
test_linkextractors.py 25KB
test_downloader_handlers.py 24KB
test_loader.py 24KB
test_http_response.py 19KB
test_downloadermiddleware_httpcache.py 19KB
iweb.py 18KB
dispatcher.py 17KB
test_utils_iterators.py 15KB
httpcache.py 14KB
test_exporters.py 14KB
test_spider.py 14KB
http11.py 13KB
test_webclient.py 13KB
engine.py 12KB
files.py 12KB
__init__.py 12KB
crawler.py 11KB
test_feedexport.py 10KB
test_pipeline_media.py 10KB
test_utils_url.py 10KB
test_utils_deprecate.py 10KB
scraper.py 10KB
test_pipeline_images.py 9KB
test_downloadermiddleware_redirect.py 9KB
exporters.py 9KB
test_crawl.py 9KB
python.py 9KB
test_engine.py 8KB
test_commands.py 8KB
datatypes.py 8KB
parse.py 8KB
test_pipeline_files.py 8KB
default_settings.py 7KB
feedexport.py 7KB
test_utils_sitemap.py 7KB
test_item.py 7KB
saferef.py 7KB
test_downloadermiddleware_cookies.py 7KB
test_spidermiddleware_httperror.py 7KB
deprecate.py 7KB
conf.py 7KB
test_utils_python.py 6KB
mockserver.py 6KB
images.py 6KB
__init__.py 6KB
__init__.py 6KB
form.py 6KB
test_http_headers.py 6KB
__init__.py 6KB
unified.py 6KB
test_downloadermiddleware_httpcompression.py 6KB
test_selector_csstranslator.py 6KB
log.py 6KB
cmdline.py 6KB
shell.py 6KB
test_contracts.py 5KB
feed.py 5KB
共 464 条
- 1
- 2
- 3
- 4
- 5
资源评论
程序员Chino的日记
- 粉丝: 3664
- 资源: 5万+
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- JAVAspringboot学生课程查询系统源码数据库 MySQL源码类型 WebForm
- 伯克利大学机器学习-14Optimization methods for learning [John Duchi]
- springboot4d8g9.sql
- (源码)基于SpringBoot和SpringSecurity的系统组织架构管理.zip
- JAVA的Springboot果蔬配送商城源码数据库 MySQL源码类型 WebForm
- (源码)基于C++的简单关系型数据库管理系统.zip
- (源码)基于Python和MMDetection框架的多模态目标检测系统.zip
- LitJson(0.19.0版本,适用于.NetStandard2.0 2.1)
- LitJson(0.19.0版本,适用于.NetStandard1.5)
- (源码)基于ROS的咖啡机器人控制系统.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功