python-cwcwidth 0.1.8-1 source package in Ubuntu

Changelog

python-cwcwidth (0.1.8-1) unstable; urgency=medium

  * New upstream version 0.1.8

 -- Sebastian Ramacher <email address hidden>  Sun, 30 Oct 2022 21:03:52 +0100

Upload details

Uploaded by:
Sebastian Ramacher
Uploaded to:
Sid
Original maintainer:
Sebastian Ramacher
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-cwcwidth_0.1.8-1.dsc 2.0 KiB 6c64606d644a09ddc926e3f711be357c373b4ccb444856555651a56f868dbb04
python-cwcwidth_0.1.8.orig.tar.gz 37.3 KiB 5adc034b7c90e6a8586bd046bcbf6004e35e16b0d7e31de395513a50d729bbf6
python-cwcwidth_0.1.8-1.debian.tar.xz 2.5 KiB 7f7aa08a85d660e004f1a661936bf49217ba220923157ee3b1af958fd2ad581f

No changes file available.

Binary packages built by this source

python3-cwcwidth: Python bindings for wc(s)width (Python 3)

 This module provides functions to compute the printable length of a unicode
 character/string on a terminal. It leverages the wcwidth(3) and wcswidth(3)
 functions as defined in POSIX.1-2001 and POSIX.1-2008. This module provides
 the same functions as the pure Python implementation found in python3-wcwidth.
 .
 This package provides the module for Python 3.

python3-cwcwidth-dbgsym: debug symbols for python3-cwcwidth