LogoLogo
Slack communityLog inBook a demo
  • Overview
    • Introduction
    • Quickstart
    • Project structure
    • Adding custom code
    • Capabilities
    • Customer showcase
  • Generators
    • MCP Server
  • Deep dives
    • Customize method names
    • Setup local SDK previews
    • Configure global headers
    • Configure auto-pagination
    • Configure idempotency
    • Filter your endpoints (audiences)
    • Customize your README
    • Retries with Backoff
    • Self-hosted SDKs
  • Reference
    • generators.yml
Slack communityLog inBook a demo
GeneratorsPython

Changelog

February 20, 2024
February 20, 2024

0.11.1

(feat): Python now supports specifying files to auto-export from the root __init__.py file

What’s changed

  • Python now supports specifying files to auto-export from the root __init__.py file, this means you can export custom classes and functions from your package for users to access like so:
  • Add a docstring for base clients to explain usage, example:
Was this page helpful?
Edit this page
Previous

February 19, 2024

Next
Built with