Light Logo
Python SDK (v0.22.1)

Introduction

Overview of the WriftAI Python library and installation guide

The WriftAI Python Client provides convenient access to WriftAI's services. The library includes type definitions for all request params and response fields, and offers both synchronous and asynchronous clients powered by httpx.

Source Code

The WriftAI Python client is open‑source. You can explore the codebase, track changes, or report issues using the links below:

Requirements

  • Python 3.10+

Installation

pip install wriftai

Using AsyncIO

The WriftAI Python client includes asyncio support powered by httpx. For convenience, every method also has an async_ prefixed variant.