File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 aiomonitor's documentation!
77===========================
88
9- **aiomonitor ** is Python 3.8 + module that adds monitor and cli capabilities
9+ **aiomonitor ** is Python 3.9 + module that adds monitor and cli capabilities
1010for :mod: `asyncio ` application. Idea and code borrowed from curio _ project.
1111Task monitor that runs concurrently to the :mod: `asyncio ` loop (or fast drop in
1212replacement uvloop _) in a separate thread. This can inspect the loop and
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ classifiers =
1414 License :: OSI Approved :: Apache Software License
1515 Intended Audience :: Developers
1616 Programming Language :: Python :: 3
17- Programming Language :: Python :: 3.8
1817 Programming Language :: Python :: 3.9
1918 Programming Language :: Python :: 3.10
2019 Programming Language :: Python :: 3.11
You can’t perform that action at this time.
0 commit comments