all options
trixie  ] [  sid  ]
[ Source: python-convertertools  ]

Package: python3-convertertools (0.6.1-1 and others)

Links for python3-convertertools

Screenshot

Debian Resources:

Download Source Package python-convertertools:

Maintainers:

External Resources:

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

  • depends
  • recommends
  • suggests
  • enhances

Download python3-convertertools

Download for all available architectures
Architecture Version Package Size Installed Size Files
alpha (unofficial port) 0.5.0-2 41.9 kB289.0 kB [list of files]
amd64 0.6.1-1+b1 42.9 kB292.0 kB [list of files]
arm64 0.6.1-1+b1 42.9 kB292.0 kB [list of files]
armel 0.6.1-1+b1 42.9 kB292.0 kB [list of files]
armhf 0.6.1-1+b1 42.9 kB292.0 kB [list of files]
hppa (unofficial port) 0.5.0-2 41.9 kB289.0 kB [list of files]
i386 0.6.1-1+b1 42.9 kB292.0 kB [list of files]
loong64 (unofficial port) 0.6.1-1 42.6 kB291.0 kB [list of files]
m68k (unofficial port) 0.5.0-2 41.9 kB289.0 kB [list of files]
mips64el 0.6.1-1+b1 42.9 kB292.0 kB [list of files]
ppc64 (unofficial port) 0.6.1-1 42.6 kB291.0 kB [list of files]
ppc64el 0.6.1-1+b1 42.9 kB292.0 kB [list of files]
riscv64 0.6.1-1+b1 42.9 kB292.0 kB [list of files]
s390x 0.6.1-1+b1 42.9 kB292.0 kB [list of files]
sh4 (unofficial port) 0.5.0-2 41.9 kB289.0 kB [list of files]
sparc64 (unofficial port) 0.6.1-1 42.6 kB291.0 kB [list of files]
x32 (unofficial port) 0.5.0-2 41.9 kB289.0 kB [list of files]