METADATA 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. Metadata-Version: 2.1
  2. Name: Scrapy
  3. Version: 1.8.0
  4. Summary: A high-level Web Crawling and Web Scraping framework
  5. Home-page: https://scrapy.org
  6. Author: Scrapy developers
  7. Maintainer: Pablo Hoffman
  8. Maintainer-email: pablo@pablohoffman.com
  9. License: BSD
  10. Platform: UNKNOWN
  11. Classifier: Framework :: Scrapy
  12. Classifier: Development Status :: 5 - Production/Stable
  13. Classifier: Environment :: Console
  14. Classifier: Intended Audience :: Developers
  15. Classifier: License :: OSI Approved :: BSD License
  16. Classifier: Operating System :: OS Independent
  17. Classifier: Programming Language :: Python
  18. Classifier: Programming Language :: Python :: 2
  19. Classifier: Programming Language :: Python :: 2.7
  20. Classifier: Programming Language :: Python :: 3
  21. Classifier: Programming Language :: Python :: 3.5
  22. Classifier: Programming Language :: Python :: 3.6
  23. Classifier: Programming Language :: Python :: 3.7
  24. Classifier: Programming Language :: Python :: 3.8
  25. Classifier: Programming Language :: Python :: Implementation :: CPython
  26. Classifier: Programming Language :: Python :: Implementation :: PyPy
  27. Classifier: Topic :: Internet :: WWW/HTTP
  28. Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
  29. Classifier: Topic :: Software Development :: Libraries :: Python Modules
  30. Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
  31. Requires-Dist: cryptography (>=2.0)
  32. Requires-Dist: cssselect (>=0.9.1)
  33. Requires-Dist: lxml (>=3.5.0)
  34. Requires-Dist: parsel (>=1.5.0)
  35. Requires-Dist: PyDispatcher (>=2.0.5)
  36. Requires-Dist: pyOpenSSL (>=16.2.0)
  37. Requires-Dist: queuelib (>=1.4.2)
  38. Requires-Dist: service-identity (>=16.0.0)
  39. Requires-Dist: six (>=1.10.0)
  40. Requires-Dist: w3lib (>=1.17.0)
  41. Requires-Dist: zope.interface (>=4.1.3)
  42. Requires-Dist: protego (>=0.1.15)
  43. Requires-Dist: PyPyDispatcher (>=2.1.0) ; platform_python_implementation == "PyPy"
  44. Requires-Dist: Twisted (>=16.0.0) ; python_version == "2.7"
  45. Requires-Dist: Twisted (>=17.9.0) ; python_version >= "3.5"
  46. ======
  47. Scrapy
  48. ======
  49. .. image:: https://img.shields.io/pypi/v/Scrapy.svg
  50. :target: https://pypi.python.org/pypi/Scrapy
  51. :alt: PyPI Version
  52. .. image:: https://img.shields.io/pypi/pyversions/Scrapy.svg
  53. :target: https://pypi.python.org/pypi/Scrapy
  54. :alt: Supported Python Versions
  55. .. image:: https://img.shields.io/travis/scrapy/scrapy/master.svg
  56. :target: https://travis-ci.org/scrapy/scrapy
  57. :alt: Build Status
  58. .. image:: https://img.shields.io/badge/wheel-yes-brightgreen.svg
  59. :target: https://pypi.python.org/pypi/Scrapy
  60. :alt: Wheel Status
  61. .. image:: https://img.shields.io/codecov/c/github/scrapy/scrapy/master.svg
  62. :target: https://codecov.io/github/scrapy/scrapy?branch=master
  63. :alt: Coverage report
  64. .. image:: https://anaconda.org/conda-forge/scrapy/badges/version.svg
  65. :target: https://anaconda.org/conda-forge/scrapy
  66. :alt: Conda Version
  67. Overview
  68. ========
  69. Scrapy is a fast high-level web crawling and web scraping framework, used to
  70. crawl websites and extract structured data from their pages. It can be used for
  71. a wide range of purposes, from data mining to monitoring and automated testing.
  72. For more information including a list of features check the Scrapy homepage at:
  73. https://scrapy.org
  74. Requirements
  75. ============
  76. * Python 2.7 or Python 3.5+
  77. * Works on Linux, Windows, Mac OSX, BSD
  78. Install
  79. =======
  80. The quick way::
  81. pip install scrapy
  82. For more details see the install section in the documentation:
  83. https://docs.scrapy.org/en/latest/intro/install.html
  84. Documentation
  85. =============
  86. Documentation is available online at https://docs.scrapy.org/ and in the ``docs``
  87. directory.
  88. Releases
  89. ========
  90. You can find release notes at https://docs.scrapy.org/en/latest/news.html
  91. Community (blog, twitter, mail list, IRC)
  92. =========================================
  93. See https://scrapy.org/community/
  94. Contributing
  95. ============
  96. See https://docs.scrapy.org/en/master/contributing.html
  97. Code of Conduct
  98. ---------------
  99. Please note that this project is released with a Contributor Code of Conduct
  100. (see https://github.com/scrapy/scrapy/blob/master/CODE_OF_CONDUCT.md).
  101. By participating in this project you agree to abide by its terms.
  102. Please report unacceptable behavior to opensource@scrapinghub.com.
  103. Companies using Scrapy
  104. ======================
  105. See https://scrapy.org/companies/
  106. Commercial Support
  107. ==================
  108. See https://scrapy.org/support/