[PR #666] [CLOSED] add pyuv #9638

Closed
opened 2026-04-24 05:06:44 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/666
Author: @Puneeth-n
Created: 6/19/2016
Status: Closed

Base: masterHead: feature/pyuv


📝 Commits (1)

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

Why this framework/library/software/resource is awesome?

pyuv is a Python interface to libuv, a high-performance, portable library for asynchronous network communications and more. libuv is the platform layer for the well known NodeJS.

pyuv implements the following features:

  • Asynchronous TCP
  • UDP
  • Named pipes
  • Asynchronous DNS resolver
  • Timers
  • Running operations in a ThreadPool
  • Async handle
  • Prepare, idle and check handles
  • Signal handle
  • System memory information
  • System load information
  • Getting executable path
  • Asynchronous filesystem operations (stat, lstat)

Vote for this pull request

Who agrees that this change should be merged could add your reactions (e.g. 👍) to this pull request.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/666 **Author:** [@Puneeth-n](https://github.com/Puneeth-n) **Created:** 6/19/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feature/pyuv` --- ### 📝 Commits (1) - [`6786146`](https://github.com/vinta/awesome-python/commit/678614605e337ff266abba0936393bd4074433cd) add pyuv ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ## Why this framework/library/software/resource is awesome? pyuv is a Python interface to libuv, a high-performance, portable library for asynchronous network communications and more. libuv is the platform layer for the well known [NodeJS](https://nodejs.org/). pyuv implements the following features: - Asynchronous TCP - UDP - Named pipes - Asynchronous DNS resolver - Timers - Running operations in a ThreadPool - Async handle - Prepare, idle and check handles - Signal handle - System memory information - System load information - Getting executable path - Asynchronous filesystem operations (stat, lstat) ## Vote for this pull request Who agrees that this change should be merged could add your reactions (e.g. :+1:) to this pull request. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-24 05:06:44 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#9638