python-netaddr 0.8.0-2 source package in Ubuntu

Changelog

python-netaddr (0.8.0-2) unstable; urgency=medium

  * Team upload.
  * Upload to unstable.
  * Ran wrap-and-sort -bastk.

 -- Thomas Goirand <email address hidden>  Mon, 16 Aug 2021 13:20:18 +0200

Upload details

Uploaded by:
Vincent Bernat
Uploaded to:
Sid
Original maintainer:
Vincent Bernat
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release main python
Kinetic release main python
Jammy release main python

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-netaddr_0.8.0-2.dsc 2.0 KiB ea1bf4343dd0e86c7ed1d4d10d6b1c64e3ca710a26e3263f074bba7b86fc9a37
python-netaddr_0.8.0.orig.tar.gz 1.8 MiB d6cc57c7a07b1d9d2e917aa8b36ae8ce61c35ba3fcd1b83ca31c5a0ee2b5a243
python-netaddr_0.8.0-2.debian.tar.xz 5.2 KiB 8e84b43f6942d541ba5e3e2c85f14bb974a66f0bb904977df7aea473df101e3b

Available diffs

No changes file available.

Binary packages built by this source

python3-netaddr: manipulation of various common network address notations (Python 3)

 netaddr is a Python library for the manipulation of various common
 network address notations and representations.
 .
 It takes the hassle out of fiddling with enumerable variations of
 network addresses presenting a consistent, extensible, easy-to-use
 and (above all) Pythonic API.
 .
 With it you can validate, convert, categorise, iterate, generate,
 slice (and dice):
  - MAC (Media Access Control)
  - IEEE EUI-48 and EUI-64
  - IP version 4
  - IP version 6
  - CIDR (Classless Inter-Domain Routing)
 .
 This is the Python 3 version of the package.