Contents

uvloop 0.19.0

0

Fast implementation of asyncio event loop on top of libuv

Fast implementation of asyncio event loop on top of libuv

Stars: 9975, Watchers: 9975, Forks: 524, Open Issues: 103

The MagicStack/uvloop repo was created 8 years ago and the last code push was 3 weeks ago.
The project is extremely popular with a mindblowing 9975 github stars!

How to Install uvloop

You can install uvloop using pip

pip install uvloop

or add it to a project with poetry

poetry add uvloop

Package Details

Author
License
MIT License
Homepage
PyPi:
https://pypi.org/project/uvloop/
GitHub Repo:
https://github.com/MagicStack/uvloop

Classifiers

  • System/Networking
No  uvloop  pypi packages just yet.

Errors

A list of common uvloop errors.

Code Examples

Here are some uvloop code examples and snippets.

GitHub Issues

The uvloop package has 103 open issues on GitHub

  • Question: does uvloop set stdout to non-blocking?
  • Add 3.11-dev pipeline
  • Fix CI badge in docs, remove remaining Travis CI references from docs
  • Empty output when calling helm version
  • Fix typo
  • Run tests against Python 3.10 stable
  • Can't install uvloop
  • uvloop blocks app and not executes aiohttp server
  • python: src/unix/core.c:930: uv__io_stop: Assertion `loop->watchers[w->fd] == w' failed.
  • Import error with pypy37

See more issues on GitHub

Related Packages & Articles

fastapi 0.110.1

FastAPI framework, high performance, easy to learn, fast to code, ready for production