Skip to content

Commit

Permalink
Remove mention of tworoutines from README - removed in favour of stoc…
Browse files Browse the repository at this point in the history
…k aiohttp.
  • Loading branch information
gsmecher committed Nov 9, 2023
1 parent bbd19f0 commit feab0f1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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

0 comments on commit feab0f1

Please sign in to comment.