Package: python3-convertertools (0.6.1-1 and others)
Links for python3-convertertools
Debian Resources:
Download Source Package python-convertertools:
- [python-convertertools_0.6.1-1.dsc]
- [python-convertertools_0.6.1.orig.tar.gz]
- [python-convertertools_0.6.1-1.debian.tar.xz]
Maintainers:
External Resources:
- Homepage [github.com]
Similar packages:
Tools for converting Python data types
This library provides tools for manipulating Python data structures efficiently. It includes functions for deleting and popping elements in dictionaries using sets or tuples. These tools help in avoiding repetitive code by offering predefined methods for common operations on Python dictionaries.
Note that specific types are required for maximum performance.
Example usage:
from convertertools import (del_dict_tuple, del_dict_set,
pop_dict_tuple, pop_dict_set)
# del_dict* raise KeyError on missing keys del_dict_tuple(d, ("a", "b")) del_dict_set(d, {"a", "b"})
# pop_dict* ignores missing keys pop_dict_tuple(d, ("a", "b")) pop_dict_set(d, {"a", "b"})
Other Packages Related to python3-convertertools
|
|
|
|
-
- dep: libjs-sphinxdoc (>= 7.4) [alpha, hppa, m68k, sh4, x32]
- JavaScript support for Sphinx documentation
- dep: libjs-sphinxdoc (>= 8.1) [not alpha, hppa, m68k, sh4, x32]
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
Download python3-convertertools
Architecture | Version | Package Size | Installed Size | Files |
---|---|---|---|---|
alpha (unofficial port) | 0.5.0-2 | 41.9 kB | 289.0 kB | [list of files] |
amd64 | 0.6.1-1+b1 | 42.9 kB | 292.0 kB | [list of files] |
arm64 | 0.6.1-1+b1 | 42.9 kB | 292.0 kB | [list of files] |
armel | 0.6.1-1+b1 | 42.9 kB | 292.0 kB | [list of files] |
armhf | 0.6.1-1+b1 | 42.9 kB | 292.0 kB | [list of files] |
hppa (unofficial port) | 0.5.0-2 | 41.9 kB | 289.0 kB | [list of files] |
i386 | 0.6.1-1+b1 | 42.9 kB | 292.0 kB | [list of files] |
loong64 (unofficial port) | 0.6.1-1 | 42.6 kB | 291.0 kB | [list of files] |
m68k (unofficial port) | 0.5.0-2 | 41.9 kB | 289.0 kB | [list of files] |
mips64el | 0.6.1-1+b1 | 42.9 kB | 292.0 kB | [list of files] |
ppc64 (unofficial port) | 0.6.1-1 | 42.6 kB | 291.0 kB | [list of files] |
ppc64el | 0.6.1-1+b1 | 42.9 kB | 292.0 kB | [list of files] |
riscv64 | 0.6.1-1+b1 | 42.9 kB | 292.0 kB | [list of files] |
s390x | 0.6.1-1+b1 | 42.9 kB | 292.0 kB | [list of files] |
sh4 (unofficial port) | 0.5.0-2 | 41.9 kB | 289.0 kB | [list of files] |
sparc64 (unofficial port) | 0.6.1-1 | 42.6 kB | 291.0 kB | [list of files] |
x32 (unofficial port) | 0.5.0-2 | 41.9 kB | 289.0 kB | [list of files] |