{"library":"prismatoid","title":"Prismatoid (PARI)","description":"The Platform-Agnostic Reader Interface for Speech and Messages (PARI). Version 0.14.4. Active development; monthly releases.","language":"python","status":"active","last_verified":"Sat May 09","install":{"commands":["pip install prismatoid"],"cli":null},"imports":["from prismatoid import Prismatoid","from prismatoid.models import Message"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import os\nimport asyncio\nfrom prismatoid import Prismatoid\nfrom prismatoid.models import Message\n\nasync def main():\n    # Uses environment variable PRISMATOID_API_KEY if not provided\n    client = Prismatoid(api_key=os.environ.get('PRISMATOID_API_KEY', 'test-key'))\n    msg = Message(text=\"Hello, world!\")\n    response = await client.send(msg)\n    print(response)\n\nasyncio.run(main())","lang":"python","description":"Basic async usage sending a message.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}