mirror of https://github.com/scrapy/scrapy.git
Feature the new logo in the README (#6831)
This commit is contained in:
parent
7fe7f1734a
commit
105c0afb6e
22
README.rst
22
README.rst
|
|
@ -1,9 +1,10 @@
|
||||||
.. image:: https://scrapy.org/img/scrapylogo.png
|
.. raw:: html
|
||||||
:target: https://scrapy.org/
|
|
||||||
|
|
||||||
======
|
<p align="center">
|
||||||
Scrapy
|
<a href="https://scrapy.org/">
|
||||||
======
|
<img src="https://raw.githubusercontent.com/scrapy/scrapy/master/docs/_static/logo.svg" alt="Scrapy" width="480px">
|
||||||
|
</a>
|
||||||
|
</p>
|
||||||
|
|
||||||
.. image:: https://img.shields.io/pypi/v/Scrapy.svg
|
.. image:: https://img.shields.io/pypi/v/Scrapy.svg
|
||||||
:target: https://pypi.org/pypi/Scrapy
|
:target: https://pypi.org/pypi/Scrapy
|
||||||
|
|
@ -37,13 +38,10 @@ Scrapy
|
||||||
:target: https://deepwiki.com/scrapy/scrapy
|
:target: https://deepwiki.com/scrapy/scrapy
|
||||||
:alt: Ask DeepWiki
|
:alt: Ask DeepWiki
|
||||||
|
|
||||||
|
Scrapy is a BSD-licensed fast high-level web crawling and web scraping
|
||||||
Overview
|
framework, used to crawl websites and extract structured data from their pages.
|
||||||
========
|
It can be used for a wide range of purposes, from data mining to monitoring and
|
||||||
|
automated testing.
|
||||||
Scrapy is a BSD-licensed fast high-level web crawling and web scraping framework, used to
|
|
||||||
crawl websites and extract structured data from their pages. It can be used for
|
|
||||||
a wide range of purposes, from data mining to monitoring and automated testing.
|
|
||||||
|
|
||||||
Scrapy is maintained by Zyte_ (formerly Scrapinghub) and `many other
|
Scrapy is maintained by Zyte_ (formerly Scrapinghub) and `many other
|
||||||
contributors`_.
|
contributors`_.
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 7.5 KiB |
Loading…
Reference in New Issue