A client library for accessing the Windmill API. Windmill is a self-hostable, open-source platform to build internal tools and workflows with Python and TypeScript. The API client auto-generates Python bindings for all Windmill endpoints. Current version: 1.719.0. Release cadence: frequent (multiple per week).
pip install windmill-apiNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize client with base URL and token, then call an endpoint.
Replace `api_key='...'` with `token='...'`.
Change `user['id']` to `user.id`.
Monitor token expiry and recreate the client with a new token.
Call `client.get_result(job_id)` after submission.
No resource links recorded.