Registry / ai-ml / raindrop-ai

raindrop-ai

JSON →
library0.0.54pypypi✓ verified 82d ago

Official Python SDK for Raindrop AI, a platform for AI-powered document processing and data extraction. Version 0.0.43 supports Python 3.10+. The SDK enables integration with Raindrop AI's API for document analysis, extraction, and automation. Release cadence is irregular as it is in early development.

pip install raindrop-ai
INSTALL
IMPORT
SIG · RAINDROP-AI
R
raindrop-ai
ai-mlpythonv0.0.54
Install
12.5s avg
Import
Disk
70MB
Pass rate
10/ 10
Env Coverage10 / 10
glibc
3.93.13
musl
3.93.13
Install & Compatibility
Where this runs
tested against v0.0.54 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
py 3.103.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 82.3MB
glibc
py 3.103.95 runs
installs and imports cleanly · install 12.5s · import 0.000s · 81MB
70MB installed
● package 70MB
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

RaindropClient
import raindrop
from raindrop import RaindropClient

Initialize client with API key from environment or directly.

from raindrop_ai import RaindropClient client = RaindropClient(api_key=os.environ.get('RAINDROP_API_KEY', '')) result = client.extract(url='https://example.com/document.pdf') print(result)
Debug
Known issues
deprecatedThe 'extract' method signature changed in 0.0.40: 'url' parameter is now required, and 'file_path' is deprecated.
fix
Use 'url' parameter instead of 'file_path'.
affects: >=0.0.40
gotchaAPI key must be set via 'RAINDROP_API_KEY' environment variable or passed to RaindropClient constructor. Omitting it leads to authentication errors.
fix
Set RAINDROP_API_KEY environment variable or pass api_key parameter.
affects: all
breakingIn version 0.0.35, the 'parse' method was renamed to 'extract'. Old method no longer works.
fix
Use 'extract' instead of 'parse'.
affects: >=0.0.35
Upgrade
Version history
0.0.54latest on PyPI · released Jun 15, 2026
Audit
Dependencies
requestsrequiredRequired for HTTP API calls
Agent activity
44 hits · last 30 days
node
40
OpenAI (training)
1
Resources
raindrop-ai — pip install raindrop-ai · libregistry