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.8+ 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.15.0.tar.gz (48.8 kB view details)

Uploaded Source

Built Distribution

scrapy_poet-0.15.0-py3-none-any.whl (26.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: scrapy-poet-0.15.0.tar.gz
  • Upload date:
  • Size: 48.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.5

File hashes

Hashes for scrapy-poet-0.15.0.tar.gz
Algorithm Hash digest
SHA256 9a34b284ef793f94f0e6fa33330e8fd43c618bd5dbd26a16f2ffc91f9a54b07f
MD5 dd58bbc9993625f6e660f38425db8cb0
BLAKE2b-256 af90947d0af94b725cd6d6643f763bd5fb47d472eee6312f93ad89cc0033b696

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: scrapy_poet-0.15.0-py3-none-any.whl
  • Upload date:
  • Size: 26.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.5

File hashes

Hashes for scrapy_poet-0.15.0-py3-none-any.whl
Algorithm Hash digest
SHA256 6ee8645636a1edcefbeaa412a17b3e62e9858a1df0837a051f4e8c393ef9ee3a
MD5 c33534d8c38ee62e31edaeb6e179278f
BLAKE2b-256 2b0525e447a8121c65425db8b2d23341239be466194c603521fb7724e0c8cf8a

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