Python interface to Zyte API
Project description
Python client libraries for Zyte 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 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.
Documentation: https://python-zyte-api.readthedocs.io
Source code: https://github.com/zytedata/python-zyte-api
Issue tracker: https://github.com/zytedata/python-zyte-api/issues
Changes
0.4.1 (to be released)
Network errors, like server timeouts or disconnections, are now retried for up to 15 minutes, instead of 5 minutes.
0.4.0 (2022-09-20)
Require to install Brotli as a dependency. This changes the requests to have Accept-Encoding: br and automatically decompress brotli responses.
0.3.0 (2022-07-29)
Internal AggStats class is cleaned up:
AggStats.n_extracted_queries attribute is removed, as it was a duplicate of AggStats.n_results
AggStats.n_results is renamed to AggStats.n_success
AggStats.n_input_queries is removed as redundant and misleading; AggStats got a new AggStats.n_processed property instead.
This change is backwards incompatible if you used stats directly.
0.2.1 (2022-07-29)
aiohttp.client_exceptions.ClientConnectorError is now treated as a network error and retried accordingly.
Removed the unused zyte_api.sync module.
0.2.0 (2022-07-14)
Temporary download errors are now retried 3 times by default. They were not retried in previous releases.
0.1.4 (2022-05-21)
This release contains usability improvements to the command-line script:
Instead of python -m zyte_api you can now run it as zyte-api;
the type of the input file (--intype argument) is guessed now, based on file extension and content; .jl, .jsonl and .txt files are supported.
0.1.3 (2022-02-03)
Minor documenation fix
Remove support for Python 3.6
Added support for Python 3.10
0.1.2 (2021-11-10)
Default timeouts changed
0.1.1 (2021-11-01)
CHANGES.rst updated properly
0.1.0 (2021-11-01)
Initial release.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file zyte-api-0.4.1.tar.gz
.
File metadata
- Download URL: zyte-api-0.4.1.tar.gz
- Upload date:
- Size: 12.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2eda76281714a39e8d7c113e9000da779cd9f75eb450bf5eb30c14a508e5f3ab |
|
MD5 | 8c01131875e21a2c3cb9712b534fc8fa |
|
BLAKE2b-256 | 4498cd0bdbb976e90ec4ab2353589518357f009cb620c487aed5fc27c2b10c2d |
File details
Details for the file zyte_api-0.4.1-py3-none-any.whl
.
File metadata
- Download URL: zyte_api-0.4.1-py3-none-any.whl
- Upload date:
- Size: 13.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6f85150150c0e51b969d54285413bff4e23b58bc8ff9f97545c9bdca30a132b9 |
|
MD5 | c8fb79cc3853a07ccece3b05ac1b8194 |
|
BLAKE2b-256 | ff4580a6e96e3b8db1b1a0ad81a4954bdc90697a992ac9277092fcf0ecd44740 |