You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

137 lines
3.9 KiB

4 years ago
  1. Metadata-Version: 2.1
  2. Name: Scrapy
  3. Version: 1.5.1
  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.4
  22. Classifier: Programming Language :: Python :: 3.5
  23. Classifier: Programming Language :: Python :: 3.6
  24. Classifier: Programming Language :: Python :: Implementation :: CPython
  25. Classifier: Programming Language :: Python :: Implementation :: PyPy
  26. Classifier: Topic :: Internet :: WWW/HTTP
  27. Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
  28. Classifier: Topic :: Software Development :: Libraries :: Python Modules
  29. Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
  30. Requires-Dist: Twisted (>=13.1.0)
  31. Requires-Dist: w3lib (>=1.17.0)
  32. Requires-Dist: queuelib
  33. Requires-Dist: lxml
  34. Requires-Dist: pyOpenSSL
  35. Requires-Dist: cssselect (>=0.9)
  36. Requires-Dist: six (>=1.5.2)
  37. Requires-Dist: parsel (>=1.1)
  38. Requires-Dist: PyDispatcher (>=2.0.5)
  39. Requires-Dist: service-identity
  40. Requires-Dist: PyPyDispatcher (>=2.1.0); platform_python_implementation == "PyPy"
  41. ======
  42. Scrapy
  43. ======
  44. .. image:: https://img.shields.io/pypi/v/Scrapy.svg
  45. :target: https://pypi.python.org/pypi/Scrapy
  46. :alt: PyPI Version
  47. .. image:: https://img.shields.io/pypi/pyversions/Scrapy.svg
  48. :target: https://pypi.python.org/pypi/Scrapy
  49. :alt: Supported Python Versions
  50. .. image:: https://img.shields.io/travis/scrapy/scrapy/master.svg
  51. :target: https://travis-ci.org/scrapy/scrapy
  52. :alt: Build Status
  53. .. image:: https://img.shields.io/badge/wheel-yes-brightgreen.svg
  54. :target: https://pypi.python.org/pypi/Scrapy
  55. :alt: Wheel Status
  56. .. image:: https://img.shields.io/codecov/c/github/scrapy/scrapy/master.svg
  57. :target: https://codecov.io/github/scrapy/scrapy?branch=master
  58. :alt: Coverage report
  59. .. image:: https://anaconda.org/conda-forge/scrapy/badges/version.svg
  60. :target: https://anaconda.org/conda-forge/scrapy
  61. :alt: Conda Version
  62. Overview
  63. ========
  64. Scrapy is a fast high-level web crawling and web scraping framework, used to
  65. crawl websites and extract structured data from their pages. It can be used for
  66. a wide range of purposes, from data mining to monitoring and automated testing.
  67. For more information including a list of features check the Scrapy homepage at:
  68. https://scrapy.org
  69. Requirements
  70. ============
  71. * Python 2.7 or Python 3.4+
  72. * Works on Linux, Windows, Mac OSX, BSD
  73. Install
  74. =======
  75. The quick way::
  76. pip install scrapy
  77. For more details see the install section in the documentation:
  78. https://doc.scrapy.org/en/latest/intro/install.html
  79. Documentation
  80. =============
  81. Documentation is available online at https://doc.scrapy.org/ and in the ``docs``
  82. directory.
  83. Releases
  84. ========
  85. You can find release notes at https://doc.scrapy.org/en/latest/news.html
  86. Community (blog, twitter, mail list, IRC)
  87. =========================================
  88. See https://scrapy.org/community/
  89. Contributing
  90. ============
  91. See https://doc.scrapy.org/en/master/contributing.html
  92. Code of Conduct
  93. ---------------
  94. Please note that this project is released with a Contributor Code of Conduct
  95. (see https://github.com/scrapy/scrapy/blob/master/CODE_OF_CONDUCT.md).
  96. By participating in this project you agree to abide by its terms.
  97. Please report unacceptable behavior to opensource@scrapinghub.com.
  98. Companies using Scrapy
  99. ======================
  100. See https://scrapy.org/companies/
  101. Commercial Support
  102. ==================
  103. See https://scrapy.org/support/