Metadata-Version: 2.4
Name: pocketbase-client
Version: 0.2.3
Summary: Python client for pocketbase
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: flit>=3.12.0
Requires-Dist: httpx>=0.28.1

# Pocketbase Client

## Install

[pypi package](https://pypi.org/project/pocketbase-client/)

```pip install pocketbase-client```

If using uv:

```uv add pocketbase-client```

## Release

```flit publish```

`pypi credentials are stored at ~/.pypirc`
