python3-convertertools - 0.6.1-1+b1 main

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"})

Priority: optional
Section: python
Suites: dawn landing 
Maintainer: Home Assistant Team <team+homeassistant [꩜] tracker.debian.org>
 
Homepage Source Package
 

Dependencies

Installed Size: 299.0 kB
Architectures: amd64  arm64 

 

Versions

0.6.1-1+b1 arm64 0.6.1-1+b1 amd64 0.6.1-1 arm64 0.6.1-1 amd64