This project offers a Python client SDK for PocketBase, based on the JavaScript SDK and built with HTTPX. You can install it using `pip install pocketbase` and then import `PocketBase` to authenticate users, manage collections, and perform CRUD operations, including file uploads via `FileUpload`. It automatically converts API field names to snake_case unless configured otherwise.
Provides a Python client SDK for interacting with the PocketBase backend.
Python developers who need to integrate their applications with a PocketBase database.