File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 "async" ,
2020 "trio" ,
2121 "asyncio" ,
22+ "twisted" ,
2223 ],
2324 extras_require = {":python_version < '3.7'" : ["contextvars>=2.1" ]},
2425 python_requires = ">=3.5" ,
2829 "License :: OSI Approved :: Apache Software License" ,
2930 "Framework :: Trio" ,
3031 "Framework :: AsyncIO" ,
32+ "Framework :: Twisted" ,
3133 "Operating System :: POSIX :: Linux" ,
3234 "Operating System :: MacOS :: MacOS X" ,
3335 "Operating System :: Microsoft :: Windows" ,
Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ def current_async_library():
2323 **asyncio** ``"asyncio"``
2424 **Trio-asyncio** v0.8.2+ ``"trio"`` or ``"asyncio"``,
2525 depending on current mode
26+ **Twisted** v?+ ``"twisted"`` or ``"asyncio"``,
27+ depending on current mode
2628 ================ =========== ============================
2729
2830 Returns:
You can’t perform that action at this time.
0 commit comments