Skip to main content

Page Object pattern for Scrapy

Project description

PyPI Version Supported Python Versions Build Status Coverage report Documentation Status

scrapy-poet is the web-poet Page Object pattern implementation for Scrapy. scrapy-poet allows to write spiders where extraction logic is separated from the crawling one. With scrapy-poet is possible to make a single spider that supports many sites with different layouts.

Read the documentation for more information.

License is BSD 3-clause.

Quick Start

Installation

pip install scrapy-poet

Requires Python 3.7+ and Scrapy >= 2.6.0.

Usage in a Scrapy Project

Add the following inside Scrapy’s settings.py file:

DOWNLOADER_MIDDLEWARES = {
    "scrapy_poet.InjectionMiddleware": 543,
}
SPIDER_MIDDLEWARES = {
    "scrapy_poet.RetryMiddleware": 275,
}

Developing

Setup your local Python environment via:

  1. pip install -r requirements-dev.txt

  2. pre-commit install

Now everytime you perform a git commit, these tools will run against the staged files:

  • black

  • isort

  • flake8

You can also directly invoke pre-commit run –all-files or tox -e linters to run them without performing a commit.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

scrapy-poet-0.5.0.tar.gz (33.3 kB view details)

Uploaded Source

Built Distribution

scrapy_poet-0.5.0-py3-none-any.whl (20.6 kB view details)

Uploaded Python 3

File details

Details for the file scrapy-poet-0.5.0.tar.gz.

File metadata

  • Download URL: scrapy-poet-0.5.0.tar.gz
  • Upload date:
  • Size: 33.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.5

File hashes

Hashes for scrapy-poet-0.5.0.tar.gz
Algorithm Hash digest
SHA256 dc1c44ebabb38a237e43c1ed88391573d75850302e222d58032e668e7edd9d98
MD5 77808c623e0aa898d129e7313a761906
BLAKE2b-256 19d803acade2e9c72c2291c7c2ce9706a897418708447a73dda4c8c7ab584c3d

See more details on using hashes here.

Provenance

File details

Details for the file scrapy_poet-0.5.0-py3-none-any.whl.

File metadata

  • Download URL: scrapy_poet-0.5.0-py3-none-any.whl
  • Upload date:
  • Size: 20.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.5

File hashes

Hashes for scrapy_poet-0.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 9a97e38f464a4b7478a873b2af14a7db2f6dd10f64ca3c7f7578a7993255fbb2
MD5 32256af1eff4ca8d9854c8612529ad59
BLAKE2b-256 7ee1e8a658c4a1613c32225b281dbd3c0f7dda94e146fc87ca521e98c4c9b433

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page