Skip to main content

An API client toolkit that is async friendly

Project description

WedgieIntegrator

WedgieIntegrator is an async friendly package for Python which acts as API client toolkit for creating and managing API clients with ease.

Features

  • Fully asynchronous
  • Simple configuration
  • Multiple authentication strategies
  • Retry mechanisms
  • Pagination
  • Helpful logging

Installation

pip install WedgieIntegrator

Version History

0.1.3, 2024-08-09

A few fixes, and better support for pagination with a custom response object and/or POST requests

0.1.4, 2024-08-26

  • Breaking change: will no longer return a different number of object (tuple vs single object) when pagination is detected.
  • From now on, a single object will always be returned. When pagination is used, two new properties become useful:
    • "paginated_responses" is a combined list of all responses, from first to last
    • "paginated_results" is a combined list of all results from all paginated responses

0.1.4.1, 2024-08-28

Fix: new pagination fields must be exposed in order to work correctly in a subclass

0.1.4.2, 2024-08-30

  • Fix: stop pagination if a response returns no results, no matter what the response object says
  • Removed aiolimiter from the package and replaced with a NotImplementedError. Per second and per minute limits are not precise enough, so I do not yet use them, and I discovered that aiolimiter causes some conflicts, so I'll come back when I can move on from 3.7.

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

wedgieintegrator-0.1.4.2.tar.gz (24.6 kB view details)

Uploaded Source

Built Distribution

WedgieIntegrator-0.1.4.2-py3-none-any.whl (35.2 kB view details)

Uploaded Python 3

File details

Details for the file wedgieintegrator-0.1.4.2.tar.gz.

File metadata

  • Download URL: wedgieintegrator-0.1.4.2.tar.gz
  • Upload date:
  • Size: 24.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.3

File hashes

Hashes for wedgieintegrator-0.1.4.2.tar.gz
Algorithm Hash digest
SHA256 06956a2f77602ade995b3f212188b9b52b6f7be468979ac1ceabbd5d2f0dcf90
MD5 cc0815718f8a52e5385efb63713bad4f
BLAKE2b-256 db7e0a3a04a30bbcc2e61b4a2b6598e49972627d9316a311eaab950c23d906a5

See more details on using hashes here.

File details

Details for the file WedgieIntegrator-0.1.4.2-py3-none-any.whl.

File metadata

File hashes

Hashes for WedgieIntegrator-0.1.4.2-py3-none-any.whl
Algorithm Hash digest
SHA256 09e597b75fc3fc5122efd59d131f082a574a0459f1d074f5af1e9f0269c161b9
MD5 54d06824643e6865de181d743d802c70
BLAKE2b-256 84d2b32315f098936775de092d018e3d78806cd5005579c5cf4eb9e10fc9c132

See more details on using hashes here.

Supported by

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