File: trio.rst

package info (click to toggle)
aiosmtplib 4.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 572 kB
  • sloc: python: 5,516; makefile: 20; sh: 6
file content (8 lines) | stat: -rw-r--r-- 277 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
Trio Support
============

aiosmtplib does not support the (excellent) `Trio`_ library. For Trio support,
try the concrete implementation provided by the `smtpproto`_ library.

.. _Trio: https://github.com/python-trio/trio
.. _smtpproto: https://github.com/agronholm/smtpproto