An open API service indexing awesome lists of open source software.

https://github.com/pollinations/pypollsdk

Python SDK for the pollinations API
https://github.com/pollinations/pypollsdk

Last synced: 10 months ago
JSON representation

Python SDK for the pollinations API

Awesome Lists containing this project

README

          

# pypollsdk

SDK for the pollinations API.

## Install
```sh
# Install dependencies
pip install -e ".[test]"
```
Then, add your supabase API key to your `.env`.

## Test
```
pytest test
```