全部搜索项
trixie  ] [  sid  ]
[ 源代码: python-convertertools  ]

软件包:python3-convertertools(0.6.1-1 以及其他的)

python3-convertertools 的相关链接

Screenshot

Debian 的资源:

下载源码包 python-convertertools

维护小组:

外部的资源:

相似软件包:

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

其他与 python3-convertertools 有关的软件包

  • 依赖
  • 推荐
  • 建议
  • 增强

下载 python3-convertertools

下载可用于所有硬件架构的
硬件架构 版本 软件包大小 安装后大小 文件
alpha (非官方移植版) 0.5.0-2 41.9 kB289.0 kB [文件列表]
amd64 0.6.1-1+b1 42.9 kB292.0 kB [文件列表]
arm64 0.6.1-1+b1 42.9 kB292.0 kB [文件列表]
armel 0.6.1-1+b1 42.9 kB292.0 kB [文件列表]
armhf 0.6.1-1+b1 42.9 kB292.0 kB [文件列表]
hppa (非官方移植版) 0.5.0-2 41.9 kB289.0 kB [文件列表]
i386 0.6.1-1+b1 42.9 kB292.0 kB [文件列表]
loong64 (非官方移植版) 0.6.1-1 42.6 kB291.0 kB [文件列表]
m68k (非官方移植版) 0.5.0-2 41.9 kB289.0 kB [文件列表]
mips64el 0.6.1-1+b1 42.9 kB292.0 kB [文件列表]
ppc64 (非官方移植版) 0.6.1-1 42.6 kB291.0 kB [文件列表]
ppc64el 0.6.1-1+b1 42.9 kB292.0 kB [文件列表]
riscv64 0.6.1-1+b1 42.9 kB292.0 kB [文件列表]
s390x 0.6.1-1+b1 42.9 kB292.0 kB [文件列表]
sh4 (非官方移植版) 0.5.0-2 41.9 kB289.0 kB [文件列表]
sparc64 (非官方移植版) 0.6.1-1 42.6 kB291.0 kB [文件列表]
x32 (非官方移植版) 0.5.0-2 41.9 kB289.0 kB [文件列表]