17 lines
1.1 KiB
Markdown
17 lines
1.1 KiB
Markdown
# PocketBase Python SDK
|
|
|
|
[](https://github.com/vaphes/pocketbase/actions/workflows/python-3.10.yml) [](https://github.com/vaphes/pocketbase/actions/workflows/python-3.9.yml) [](https://github.com/vaphes/pocketbase/actions/workflows/python-3.8.yml) [](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> |