python-network 0.4-1 source package in Ubuntu

Changelog

python-network (0.4-1) unstable; urgency=medium

  * Update standards version to 4.6.2. No changes needed.
  * Set Multi-Arch: foreign.
  * Handle URL targets.
  * Update doxygen configuration.
  * Remove mention of avahi from description, which is no longer supported.
  * Add package tests.

 -- Bas Wijnen <email address hidden>  Sun, 19 Feb 2023 08:35:58 +0100

Upload details

Uploaded by:
Bas Wijnen
Uploaded to:
Sid
Original maintainer:
Bas Wijnen
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-network_0.4-1.dsc 1.9 KiB 1ee9a7d2bd16f76427a96e179a49d344d6991ebc78e1f02b45194094f0d31c85
python-network_0.4.orig.tar.gz 40.4 KiB 42795a4756c2da3be837c9136c08857ad8f29849d96eb4fefba9fadd8d57fcbb
python-network_0.4-1.debian.tar.xz 13.1 KiB d8ab1e813172eb720f6644fbc1948f796be082cc7deb4708acd80dd96b84762e

Available diffs

No changes file available.

Binary packages built by this source

python3-network: python module for easy networking

 Implementing networking in C is a pain. Unfortunately, much of that pain is
 copied to Python. This module instead tries to follow the "batteries included"
 approach, like the rest of Python. With this module, networking is a piece of
 cake. It can use tcp sockets and unix domain sockets and supports ssl
 connections without hassle.
 .
 This module provides a Socket class and a Server class. The Server creates
 Sockets when accepting connections; Sockets can be created by the user to
 initiate a connection. All of this is symmetrical: once the connection is
 established, the client and server use the same interface.
 .
 For providing RPC functionality in a language independent way, see
 python3-websocketd.

python3-network-doc: API documentation for python3-network

 Implementing networking in C is a pain. Unfortunately, much of that pain is
 copied to Python. This module instead tries to follow the "batteries included"
 approach, like the rest of Python. With this module, networking is a piece of
 cake. It can use tcp sockets and unix domain sockets and supports ssl
 connections without hassle.
 .
 This module provides a Socket class and a Server class. The Server creates
 Sockets when accepting connections; Sockets can be created by the user to
 initiate a connection. All of this is symmetrical: once the connection is
 established, the client and server use the same interface.
 .
 For providing RPC functionality in a language independent way, see
 python3-websocketd.
 .
 This package contains the API documentation for the module.