Fast, lightweight async client for the Wildberries Seller API
Project description
Features
- Zero boilerplate — responses are plain attribute-accessible dicts
- Auto-pagination —
get_all()fetches all pages. Auto-detects all known strategies; you can easily add your own via a custom paginator — see docs - Rate limiting — per-endpoint limits powered by
aiolimiter - Auto-retry — automatic retry
- Always up to date — path registry is updated every monday
- Fully async — built on
httpx+asyncio
Install
pip install wbapi-async
Quick start
import asyncio
from wbapi import WbAPI
async def main():
async with WbAPI(token="YOUR_TOKEN") as api:
body = {
"settings": {
"sort": {"ascending": True},
"cursor": {"limit": 100},
"filter": {"withPhoto": -1},
}
}
cards = await api.get_all("/content/v2/get/cards/list", body=body)
print(f"cards: {cards!r}")
asyncio.run(main())
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file wbapi_async-0.7.7.tar.gz.
File metadata
- Download URL: wbapi_async-0.7.7.tar.gz
- Upload date:
- Size: 13.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7ee23b0188973f0f7c6424df2c02a3d6bbe5bcc6813d0f1f69b762d9100c1dbe
|
|
| MD5 |
91636213127949edb71a4ef38fd3ab2f
|
|
| BLAKE2b-256 |
b8c3e2c7495ea228db1b2f53b6c54268b9b412a1c43549f942d1b8449a6cbe32
|
Provenance
The following attestation bundles were made for wbapi_async-0.7.7.tar.gz:
Publisher:
pypi_release.yml on serdukow/wbapi-async
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
wbapi_async-0.7.7.tar.gz -
Subject digest:
7ee23b0188973f0f7c6424df2c02a3d6bbe5bcc6813d0f1f69b762d9100c1dbe - Sigstore transparency entry: 1361201354
- Sigstore integration time:
-
Permalink:
serdukow/wbapi-async@7f9f45177a65fe87147502367b9dc4e2f413e72b -
Branch / Tag:
refs/tags/v0.7.7 - Owner: https://github.com/serdukow
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi_release.yml@7f9f45177a65fe87147502367b9dc4e2f413e72b -
Trigger Event:
release
-
Statement type:
File details
Details for the file wbapi_async-0.7.7-py3-none-any.whl.
File metadata
- Download URL: wbapi_async-0.7.7-py3-none-any.whl
- Upload date:
- Size: 14.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bfe09ff5debf81bb1483f9d62ac75f9b081db4e4012a62ead81186efce2577c6
|
|
| MD5 |
b9a68545d2f8603332c71cb9990d6b73
|
|
| BLAKE2b-256 |
2bfd479795f1d1a9767764eddd5317233ffa134f6cc8e721b6cb47e47b05d6b3
|
Provenance
The following attestation bundles were made for wbapi_async-0.7.7-py3-none-any.whl:
Publisher:
pypi_release.yml on serdukow/wbapi-async
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
wbapi_async-0.7.7-py3-none-any.whl -
Subject digest:
bfe09ff5debf81bb1483f9d62ac75f9b081db4e4012a62ead81186efce2577c6 - Sigstore transparency entry: 1361201370
- Sigstore integration time:
-
Permalink:
serdukow/wbapi-async@7f9f45177a65fe87147502367b9dc4e2f413e72b -
Branch / Tag:
refs/tags/v0.7.7 - Owner: https://github.com/serdukow
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi_release.yml@7f9f45177a65fe87147502367b9dc4e2f413e72b -
Trigger Event:
release
-
Statement type: