diff options
author | Ofek Lev <ofekmeister@gmail.com> | 2021-10-09 18:56:50 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-10 00:56:50 +0200 |
commit | c273d8b9cf4b3cbd4c896dc484c30c3e18a02d6e (patch) | |
tree | f96a83e225442d3d798027e578dc4905d2a3f73b /docs/src | |
parent | f716265b51fe887f2d219d2cbfa67010c89a48d1 (diff) | |
download | libuv-c273d8b9cf4b3cbd4c896dc484c30c3e18a02d6e.tar.gz libuv-c273d8b9cf4b3cbd4c896dc484c30c3e18a02d6e.zip |
doc: replace pyuv with uvloop (#3324)
- pyuv is not actively maintained
- uvloop is downloaded 11M/mo, pyuv only 25k/mo
Refs: https://github.com/saghul/pyuv/issues/270#issuecomment-925106097
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/index.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/src/index.rst b/docs/src/index.rst index 4b5d4d2c..5bdb4be8 100644 --- a/docs/src/index.rst +++ b/docs/src/index.rst @@ -7,7 +7,7 @@ Overview libuv is a multi-platform support library with a focus on asynchronous I/O. It was primarily developed for use by `Node.js`_, but it's also used by `Luvit`_, -`Julia`_, `pyuv`_, and `others`_. +`Julia`_, `uvloop`_, and `others`_. .. note:: In case you find errors in this documentation you can help by sending @@ -16,7 +16,7 @@ was primarily developed for use by `Node.js`_, but it's also used by `Luvit`_, .. _Node.js: https://nodejs.org .. _Luvit: https://luvit.io .. _Julia: https://julialang.org -.. _pyuv: https://github.com/saghul/pyuv +.. _uvloop: https://github.com/MagicStack/uvloop .. _others: https://github.com/libuv/libuv/blob/v1.x/LINKS.md |