π First Release of Hospitable Python SDK
Complete Python SDK for the Hospitable Public API v2.
β¨ Features
- Complete API Coverage: Properties, Reservations, Messages, Reviews, User endpoints
- Authentication: Personal Access Tokens (PAT) & OAuth 2.0 with auto-refresh
- Production Ready: Rate limiting, retry logic, error handling, session pooling
- Developer Friendly: Type hints, comprehensive docs, examples
- Webhook Support: Signature verification and event handling
π Quick Start
pip install hospitable-python
from hospitable import HospitableClient
client = HospitableClient(token='your_pat_token')
properties = client.properties.list()
π Documentation
π― Tested & Verified
Successfully tested with live Hospitable API across all endpoints.
Full Changelog: https://github.com/keithah/hospitable-python/blob/main/CHANGELOG.md