The Platform-Agnostic Reader Interface for Speech and Messages (PARI). Version 0.14.4. Active development; monthly releases.
pip install prismatoidNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic async usage sending a message.
Change imports to from prismatoid.models import Message, etc.
Add await before calls: response = await client.send(msg).
Set PRISMATOID_API_KEY environment variable or pass api_key='key' to Prismatoid().