Skip to main content

Fast, lightweight async client for the Wildberries Seller API

Project description

Logo

Fast, lightweight async client for the Wildberries Seller API

License: MIT PyPI version Downloads Docs Python

Features

  • Zero boilerplate — responses are plain attribute-accessible dicts
  • Auto-paginationget_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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wbapi_async-0.7.7.tar.gz (13.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

wbapi_async-0.7.7-py3-none-any.whl (14.9 kB view details)

Uploaded Python 3

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

Hashes for wbapi_async-0.7.7.tar.gz
Algorithm Hash digest
SHA256 7ee23b0188973f0f7c6424df2c02a3d6bbe5bcc6813d0f1f69b762d9100c1dbe
MD5 91636213127949edb71a4ef38fd3ab2f
BLAKE2b-256 b8c3e2c7495ea228db1b2f53b6c54268b9b412a1c43549f942d1b8449a6cbe32

See more details on using hashes here.

Provenance

The following attestation bundles were made for wbapi_async-0.7.7.tar.gz:

Publisher: pypi_release.yml on serdukow/wbapi-async

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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

Hashes for wbapi_async-0.7.7-py3-none-any.whl
Algorithm Hash digest
SHA256 bfe09ff5debf81bb1483f9d62ac75f9b081db4e4012a62ead81186efce2577c6
MD5 b9a68545d2f8603332c71cb9990d6b73
BLAKE2b-256 2bfd479795f1d1a9767764eddd5317233ffa134f6cc8e721b6cb47e47b05d6b3

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page