{"library":"paid-python","title":"Paid AI Python SDK","description":"Official Python SDK for the Paid API (https://paid.ai). Provides sync and async clients to manage subscriptions, orders, checkouts, webhooks, customer portal sessions, credit balances, and more. Currently at version 1.8.0, with frequent releases adding new sub-clients. Requires Python >=3.10 <3.14.","language":"python","status":"active","last_verified":"Mon Apr 27","install":{"commands":["pip install paid-python"],"cli":null},"imports":["from paid import Paid","from paid import AsyncPaid"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from paid import Paid\n\nclient = Paid(\n    api_key=os.environ.get('PAID_API_KEY', ''),\n)\n\n# List products\nproducts = client.products.list()\nprint(products)","lang":"python","description":"Initialize the sync client and list products. Async client is `from paid import AsyncPaid` with same instantiation.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}