Metadata-Version: 2.1
Name: pocketbase
Version: 0.1.2
Summary: PocketBase SDK for python.
Home-page: https://github.com/vaphes/pocketbase
Keywords: pocketbase,sdk
Author: Vithor Jaeger
Author-email: vaphes@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: httpx (>=0.23.0,<0.24.0)
Project-URL: Bug Tracker, https://github.com/vaphes/pocketbase/issues
Project-URL: Repository, https://github.com/vaphes/pocketbase
Description-Content-Type: text/markdown

# PocketBase Python SDK

[![Python 3.10](https://github.com/vaphes/pocketbase/actions/workflows/python-3.10.yml/badge.svg)](https://github.com/vaphes/pocketbase/actions/workflows/python-3.10.yml) [![Python 3.9](https://github.com/vaphes/pocketbase/actions/workflows/python-3.9.yml/badge.svg)](https://github.com/vaphes/pocketbase/actions/workflows/python-3.9.yml) [![Python 3.8](https://github.com/vaphes/pocketbase/actions/workflows/python-3.8.yml/badge.svg)](https://github.com/vaphes/pocketbase/actions/workflows/python-3.8.yml) [![Python 3.7](https://github.com/vaphes/pocketbase/actions/workflows/python-3.7.yml/badge.svg)](https://github.com/vaphes/pocketbase/actions/workflows/python-3.7.yml)

Python client SDK for the <a href="https://pocketbase.io/">PocketBase</a> backend.

This is in early development, and at first is just a translations for <a href="https://github.com/pocketbase/js-sdk">the javascript lib</a>.

---

Install PocketBase using pip:

```shell
$ pip install pocketbase
```

<p align="center"><i>The PocketBase Python SDK is <a href="https://github.com/vaphes/pocketbase/blob/master/LICENCE.txt">MIT licensed</a> code.</p>
