Zyte-autoextract

Latest version: v0.7.1

Safety actively analyzes 698901 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

0.5.0

------------------

* add ``--api-endpoint`` option to the command line utility
* improves documentation adding details about ``Request``'s extra parameters

0.4.0

------------------

``autoextract.Request`` helper class now allows to set arbitrary
parameters for AutoExtract requests - they can be passed in ``extra`` argument.

0.3.0

------------------

In this release retry-related features are added or improved.
It is now possible to fix some of the temporary errors
by enabling query-level retries, and the default retry behavior is improved.

* **backwards-incompatible**: autoextract.aio.ApiError is renamed
to autoextract.aio.RequestError
* ``max_query_error_retries`` argument is added to
``autoextract.aio.request_raw`` and
``autoextract.aio.request_parallel_as_completed`` functions; it allows to
enable retries of temporary query-level errors returned by the API.
* CLI: added ``--max-query-error-retries`` option to retry temporary
query-level errors.
* HTTP 500 errors from server are retried now;
* documentation and test improvements.

0.2.0

------------------

* asyncio API is rewritten, to simplify use in cases where passing meta
is required. ``autoextract.aio.request_parallel_as_completed`` is added,
``autoextract.aio.request_parallel`` and ``autoextract.aio.request_batch``
are removed.
* CLI: it now shows various stats: mean response and connect time,
% of throttling errors, % of network and other errors
* CLI: new ``--intype jl`` option allows to process a .jl file
with arbitrary AutoExtract API queries
* CLI: new ``--shuffle`` option allows to shuffle input data, to spread it
more evenly across websites.
* CLI: it no longer exits on unrecoverable errors, to aid long-running
processing tasks.
* retry logic is adjusted to handle network errors better.
* ``autoextract.aio.request_raw`` and
``autoextract.aio.request_parallel_as_completed`` functions provide an
interface to return statistics about requests made, including retries.
* autoextract.Request, autoextract.ArticleRequest, autoextract.ProductRequest,
autoextract.JobPostingRequest helper classes
* Documentation improvements.

0.1.1

------------------

* allow up to 100 elements in a batch, not up to 99
* custom User-Agent header is added
* Python 3.8 support is declared & tested

0.1

----------------

Initial release.

Page 2 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.