You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

pyAUDP

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pyAUDP

A pure Python asynchronous UDP module

0.2.0
PyPI
Maintainers
1

pyAUDP (Python Asynchronous UDP)

pyAUDP is a Python library for implementing asynchronous User Datagram Protocol (UDP) functionalities over Python Socket object. Implementation is based on threads by that it is only efficient if GIL is disabled in python.

Installation

To install pyAUDP, run the following command:

python3 -m pip install pyAUDP

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts