deb_control_files:
- control
- md5sums
- postinst
- prerm
deb_fields:
Architecture: amd64
Built-Using: sphinx (= 7.4.7-3)
Depends: python3:any, libjs-sphinxdoc (>= 7.4)
Description: |-
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"})
Homepage: https://github.com/bluetooth-devices/convertertools
Installed-Size: '290'
Maintainer: Home Assistant Team <team+homeassistant@tracker.debian.org>
Package: python3-convertertools
Priority: optional
Section: python
Source: python-convertertools
Version: 0.5.0+really0.5.0-1
srcpkg_name: python-convertertools
srcpkg_version: 0.5.0+really0.5.0-1