python-discord-webhook icon indicating copy to clipboard operation
python-discord-webhook copied to clipboard

Use anyio to support both trio and asyncio

Open cemathey opened this issue 1 year ago • 0 comments

Adds anyio to allow the use of both trio and asyncio by package users.

Updates README.md to show both asyncio and trio usage examples.

All tests pass and I used the example code to test it against a real world webhook and it worked fine.

cemathey avatar Aug 12 '23 05:08 cemathey