Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.42 KB

File metadata and controls

49 lines (33 loc) · 1.42 KB

python-zyte-api

PyPI Version Supported Python Versions Build Status Coverage report

Python client libraries for Zyte Data API.

Command-line utility and asyncio-based library are provided by this package.

Installation

pip install zyte-api

zyte-api requires Python 3.7+.

API key

Make sure you have an API key for the Zyte Data API service. You can set ZYTE_API_KEY environment variable with the key to avoid passing it around explicitly.

Read the documentation for more information.

License is BSD 3-clause.