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
- Host: GitHub
- URL: https://github.com/pollinations/pypollsdk
- Owner: pollinations
- Created: 2022-07-26T08:56:31.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-20T13:09:39.000Z (over 3 years ago)
- Last Synced: 2025-03-10T15:53:03.794Z (about 1 year ago)
- Language: Python
- Size: 45.9 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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
```