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

Uploaded Source

Built Distribution

web_poet-0.5.0-py3-none-any.whl (28.5 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for web-poet-0.5.0.tar.gz
Algorithm Hash digest
SHA256 4fcb97684ff32f94dd734a0193f6f5349c7fe19dc95a38e6280816e57ccdb6db
MD5 8147730facf5655aed64740ae5e94eff
BLAKE2b-256 c31cb1cbbebf0e577e52811d0682f0a4a2af80c2c6562d619e6d1d286e0eeedc

See more details on using hashes here.

Provenance

File details

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

File metadata

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

File hashes

Hashes for web_poet-0.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a92f17552eef845ec6264b61fdb55d11420eb967a769721f214aa9df1ecfd360
MD5 caa60a3649605247ab59bd067aa8e7e4
BLAKE2b-256 757461fc5e75c741b3db810f7dc808a2456837539e6455fb4570ffc943e29cac

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