17 lines
726 B
Markdown
17 lines
726 B
Markdown
# PocketBase Python SDK
|
|
|
|
[](https://github.com/vaphes/pocketbase/actions/workflows/python-versions.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 translation of <a href="https://github.com/pocketbase/js-sdk">the javascript lib</a> using <a href="https://github.com/encode/httpx/">HTTPX</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> |