From feab0f18344e4c7d05b8b852d38de7e992ee4efd Mon Sep 17 00:00:00 2001 From: Graeme Smecher Date: Thu, 9 Nov 2023 11:16:22 -0800 Subject: [PATCH] Remove mention of tworoutines from README - removed in favour of stock aiohttp. --- README.rst | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.rst b/README.rst index c70d8f9..0e1e645 100644 --- a/README.rst +++ b/README.rst @@ -68,9 +68,7 @@ Its main features and design principles are: - A friendly interactive experience using Jupyter_/IPython_-style REPL environments. Tuber servers export metadata that can be used to provide - DocStrings and tab-completion for RPC resources. The use of "tworoutines_" - allows asynchronously coded functions to be used in an interactive REPL. - (This may be phased out now that "autoawait_" is present in IPython.) + DocStrings and tab-completion for RPC resources. - The ability to serve a web-based UI using static JavaScript, CSS, and HTML. @@ -124,5 +122,4 @@ present, you are strongly encouraged to contact Graeme Smecher at .. _C10K: http://www.kegel.com/c10k.html .. _asyncio: https://docs.python.org/3/library/asyncio.html .. _aiohttp: https://docs.aiohttp.org/en/stable/ -.. _tworoutines: http://threespeedlogic.com/python-tworoutines.html .. _autoawait: https://ipython.readthedocs.io/en/stable/interactive/autoawait.html