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.3.0.tar.gz (30.3 kB view details)

Uploaded Source

Built Distribution

web_poet-0.3.0-py3-none-any.whl (22.8 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for web-poet-0.3.0.tar.gz
Algorithm Hash digest
SHA256 b35a787c99b8601c815ee67024cbf02778d525b1918206e0008708f52de1529f
MD5 84ae0846fa24936aea12a432ac534857
BLAKE2b-256 81bf2fb9eb272b95067aa4c649df4785ececa79b6d576eda0bde9f2c2a3eee24

See more details on using hashes here.

Provenance

File details

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

File metadata

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

File hashes

Hashes for web_poet-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 757e4a0ea2ff26a82ae895d8a95db45bd0e11e04f134f08cc5ece8c6db72c756
MD5 d7d97766e7ce975e00d848559973dc96
BLAKE2b-256 a2e991fc9bb6bbcbae4680ffb1de4fa342fad09109cbcd2d1eba110dc1b29bb0

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