Contents

nest-asyncio 1.6.0

0

Patch asyncio to allow nested event loops

Patch asyncio to allow nested event loops

Stars: 638, Watchers: 638, Forks: 66, Open Issues: 6

The erdewit/nest_asyncio repo was created 5 years ago and the last code push was 1 months ago.
The project is popular with 638 github stars!

How to Install nest-asyncio

You can install nest-asyncio using pip

pip install nest-asyncio

or add it to a project with poetry

poetry add nest-asyncio

Package Details

Author
Ewald R. de Wit
License
BSD
Homepage
https://github.com/erdewit/nest_asyncio
PyPi:
https://pypi.org/project/nest-asyncio/
GitHub Repo:
https://github.com/erdewit/nest_asyncio

Classifiers

No  nest-asyncio  pypi packages just yet.

Errors

A list of common nest-asyncio errors.

Code Examples

Here are some nest-asyncio code examples and snippets.

GitHub Issues

The nest-asyncio package has 6 open issues on GitHub

  • feature request: unapply

See more issues on GitHub

Related Packages & Articles

deepdiff 6.7.1

Deep Difference and Search of any Python object/data. Recreate objects by adding adding deltas to each other.

uvloop 0.19.0

Fast implementation of asyncio event loop on top of libuv

idna_ssl 1.1.0

Patch ssl.match_hostname for Unicode(idna) domains support

anyio 4.3.0

High level compatibility layer for multiple asynchronous event loop implementations