Skip to content

πŸŽ‰ Hospitable Python SDK v0.1.0

Latest

Choose a tag to compare

@keithah keithah released this 19 Aug 23:15
· 3 commits to main since this release

🏠 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