Skip to main content

Zyte's Page Object pattern for web scraping

Project description

PyPI Version Supported Python Versions Build Status Coverage report Documentation Status

web-poet implements Page Object pattern for web scraping. It defines a standard for writing web data extraction code, which allows the code to be portable & reusable.

License is BSD 3-clause.

Installation

pip install web-poet

It requires Python 3.7+.

Overview

web-poet is a library which defines a standard on how to write and organize web data extraction code.

If web scraping code is written as web-poet Page Objects, it can be reused in different contexts. For example, such code can be developed in an IPython notebook, then tested in isolation, and then plugged into a Scrapy spider, or used as a part of some custom aiohttp-based web scraping framework.

Currently, the following integrations are available:

See Documentation for more.

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

web-poet-0.4.0.tar.gz (33.4 kB view details)

Uploaded Source

Built Distribution

web_poet-0.4.0-py3-none-any.whl (24.8 kB view details)

Uploaded Python 3

File details

Details for the file web-poet-0.4.0.tar.gz.

File metadata

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

File hashes

Hashes for web-poet-0.4.0.tar.gz
Algorithm Hash digest
SHA256 ff372844684582c6bd2286fb20e2b775d47ee1868625569f0685cd4b44685175
MD5 018a287947674e2f72d37421fad2e1e9
BLAKE2b-256 5168574c420ed3352cdb4c3d3c9376b97860764f1d75a61b179e0d174f99f15d

See more details on using hashes here.

Provenance

File details

Details for the file web_poet-0.4.0-py3-none-any.whl.

File metadata

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

File hashes

Hashes for web_poet-0.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 92955e6cc9d0e13d3705099669da0ede1589b803331523421ac1eb53da24263b
MD5 7b5aa86007cab51f3e5ec7ea655a7e23
BLAKE2b-256 ae355cf5f8a3fd7d06173817d28f4098f27cfd08207c680b86f7ae4a2099846e

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