Path: csiph.com!tncsrv06.tnetconsulting.net!newsfeed.endofthelinebbs.com!news.corradoroberto.it!gothmog.csi.it!bofh.it!news.nic.it!robomod From: Edward Betts Newsgroups: linux.debian.bugs.dist,linux.debian.devel,linux.debian.maint.python Subject: Bug#1076765: ITP: asyncio-dgram -- Enhanced Datagram protocol support for Asyncio Date: Tue, 23 Jul 2024 07:30:01 +0200 Message-ID: X-Original-To: Debian Bug Tracking System X-Mailbox-Line: From debian-bugs-dist-request@lists.debian.org Tue Jul 23 05:27:11 2024 Old-Return-Path: X-Spam-Flag: NO X-Spam-Score: -1.699 Reply-To: Edward Betts , 1076765@bugs.debian.org Resent-To: debian-bugs-dist@lists.debian.org Resent-Cc: debian-devel@lists.debian.org, debian-python@lists.debian.org, wnpp@debian.org X-Debian-Pr-Message: report 1076765 X-Debian-Pr-Package: wnpp MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Debian-Message: from BTS X-Mailing-List: archive/latest/1848106 List-ID: List-URL: Approved: robomod@news.nic.it Lines: 32 Organization: linux.* mail to news gateway Sender: robomod@news.nic.it X-Original-Date: Tue, 23 Jul 2024 06:25:09 +0100 X-Original-Message-ID: Xref: csiph.com linux.debian.bugs.dist:1205185 linux.debian.devel:112634 linux.debian.maint.python:16077 Package: wnpp Severity: wishlist Owner: Edward Betts X-Debbugs-Cc: debian-devel@lists.debian.org, debian-python@lists.debian.org * Package name : asyncio-dgram Version : 2.2.0 Upstream Author : Justin Bronder * URL : https://github.com/jsbronder/asyncio-dgram * License : MIT Programming Lang: Python Description : Enhanced Datagram protocol support for Asyncio This package offers advanced Datagram protocol support tailored for Asyncio, inspired by suggestions for a more intuitive approach to handling datagrams in Python. It simplifies the use of datagrams by providing high-level operations that eliminate the repetitive need to extend `asyncio.DatagramProtocol` for common use cases. . The design philosophy is to streamline datagram-based communication by offering a straightforward API that diverges from the broader, sometimes cumbersome, options provided by native asyncio. It includes easy-to-use functions for connecting to a specific endpoint, binding to an address to receive data from any source, and integrating with existing sockets for custom configurations. . Ideal for applications looking to implement network communication where UDP is involved, it facilitates quick and efficient setup of UDP servers and clients, supports voice/video streaming services, or lightweight IoT protocols, all without the lower-level intricacies of socket programming. I plan to maintain this package as part of the Python team.