Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.maint.python > #16077 > unrolled thread

Bug#1076765: ITP: asyncio-dgram -- Enhanced Datagram protocol support for Asyncio

Started byEdward Betts <edward@4angle.com>
First post2024-07-23 07:30 +0200
Last post2024-07-23 07:30 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.debian.maint.python


Contents

  Bug#1076765: ITP: asyncio-dgram -- Enhanced Datagram protocol support for Asyncio Edward Betts <edward@4angle.com> - 2024-07-23 07:30 +0200

#16077 — Bug#1076765: ITP: asyncio-dgram -- Enhanced Datagram protocol support for Asyncio

FromEdward Betts <edward@4angle.com>
Date2024-07-23 07:30 +0200
SubjectBug#1076765: ITP: asyncio-dgram -- Enhanced Datagram protocol support for Asyncio
Message-ID<J3gg1-44Aj-1@gated-at.bofh.it>
Package: wnpp
Severity: wishlist
Owner: Edward Betts <edward@4angle.com>
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 <jsbronder@cold-front.org>
* 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.

[toc] | [standalone]


Back to top | Article view | linux.debian.maint.python


csiph-web