Skip to main content

Simple framework for building SDKs and API clients

Project description

SDKite

A simple framework for building SDKs and API clients

GitHub build status Release on PyPI Code coverage Mypy type checker MIT License


📖 Documentation   |   📃 Changelog


This project is under heavy development. Breaking changes in future versions are to be expected.

Main points before alpha version:

  • Minimal documentation
  • Complete documentation
  • Improve HTTP adapter
    • Support for more request body types (basic types)
    • Support for even more request body types (files, iterables)
    • Handle retrying
    • Handle bad status codes
    • Builtin auth handlers like basic auth
    • Usual shortcuts like .get(...) for .request('get', ...)
    • Allow to disable interceptors on a specific request
    • Wrapt requests' exceptions
    • Support more HTTP adapters
    • Real end-to-end integration test for HTTP endpoints
  • Remove requests from dependencies
  • And more!

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

sdkite-0.5.0.tar.gz (55.4 kB view hashes)

Uploaded Source

Built Distribution

sdkite-0.5.0-py3-none-any.whl (22.5 kB view hashes)

Uploaded Python 3

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