Skip to content

Releases: keithah/hospitable-python

🎉 Hospitable Python SDK v0.1.0

19 Aug 23:15

Choose a tag to compare

🏠 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