Metadata-Version: 2.4
Name: scrapy-zyte-api
Version: 0.33.1
Summary: Client library to process URLs through Zyte API
Project-URL: source, https://github.com/scrapy-plugins/scrapy-zyte-api
Project-URL: docs, https://scrapy-zyte-api.readthedocs.io/en/latest/
Author-email: Zyte Group Ltd <info@zyte.com>
License-Expression: BSD-3-Clause
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.10
Requires-Dist: packaging>=20.0
Requires-Dist: scrapy>=2.0.1
Requires-Dist: typing-extensions>=4.1.0
Requires-Dist: zyte-api>=0.6.0
Provides-Extra: provider
Requires-Dist: andi>=0.6.0; extra == 'provider'
Requires-Dist: scrapy-poet>=0.22.3; extra == 'provider'
Requires-Dist: web-poet>=0.17.0; extra == 'provider'
Requires-Dist: zyte-common-items>=0.27.0; extra == 'provider'
Provides-Extra: x402
Requires-Dist: x402<2.0.0; extra == 'x402'
Requires-Dist: zyte-api[x402]>=0.8.0; extra == 'x402'
Description-Content-Type: text/x-rst

===============
scrapy-zyte-api
===============

.. image:: https://img.shields.io/pypi/v/scrapy-zyte-api.svg
   :target: https://pypi.python.org/pypi/scrapy-zyte-api
   :alt: PyPI Version

.. image:: https://img.shields.io/pypi/pyversions/scrapy-zyte-api.svg
   :target: https://pypi.python.org/pypi/scrapy-zyte-api
   :alt: Supported Python Versions

.. image:: https://github.com/scrapy-plugins/scrapy-zyte-api/actions/workflows/test.yml/badge.svg
   :target: https://github.com/scrapy-plugins/scrapy-zyte-api/actions/workflows/test.yml
   :alt: Automated tests

.. image:: https://codecov.io/gh/scrapy-plugins/scrapy-zyte-api/branch/main/graph/badge.svg?token=iNYIk4nfyd
   :target: https://codecov.io/gh/scrapy-plugins/scrapy-zyte-api
   :alt: Coverage report

.. description starts

Scrapy plugin for seamless `Zyte API`_ integration.

.. _Zyte API: https://docs.zyte.com/zyte-api/get-started.html

.. description ends

* Documentation: https://scrapy-zyte-api.readthedocs.io/en/latest/
* License: BSD 3-clause
