软件包:python3-convertertools(0.6.1-1 以及其他的)
python3-convertertools 的相关链接
Debian 的资源:
下载源码包 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]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
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 有关的软件包
|
|
|
|
-
- dep: libjs-sphinxdoc (>= 7.4) [alpha, hppa, m68k, sh4, x32]
- JavaScript support for Sphinx documentation
- dep: libjs-sphinxdoc (>= 8.1) [除 alpha, hppa, m68k, sh4, x32]
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
下载 python3-convertertools
硬件架构 | 版本 | 软件包大小 | 安装后大小 | 文件 |
---|---|---|---|---|
alpha (非官方移植版) | 0.5.0-2 | 41.9 kB | 289.0 kB | [文件列表] |
amd64 | 0.6.1-1+b1 | 42.9 kB | 292.0 kB | [文件列表] |
arm64 | 0.6.1-1+b1 | 42.9 kB | 292.0 kB | [文件列表] |
armel | 0.6.1-1+b1 | 42.9 kB | 292.0 kB | [文件列表] |
armhf | 0.6.1-1+b1 | 42.9 kB | 292.0 kB | [文件列表] |
hppa (非官方移植版) | 0.5.0-2 | 41.9 kB | 289.0 kB | [文件列表] |
i386 | 0.6.1-1+b1 | 42.9 kB | 292.0 kB | [文件列表] |
loong64 (非官方移植版) | 0.6.1-1 | 42.6 kB | 291.0 kB | [文件列表] |
m68k (非官方移植版) | 0.5.0-2 | 41.9 kB | 289.0 kB | [文件列表] |
mips64el | 0.6.1-1+b1 | 42.9 kB | 292.0 kB | [文件列表] |
ppc64 (非官方移植版) | 0.6.1-1 | 42.6 kB | 291.0 kB | [文件列表] |
ppc64el | 0.6.1-1+b1 | 42.9 kB | 292.0 kB | [文件列表] |
riscv64 | 0.6.1-1+b1 | 42.9 kB | 292.0 kB | [文件列表] |
s390x | 0.6.1-1+b1 | 42.9 kB | 292.0 kB | [文件列表] |
sh4 (非官方移植版) | 0.5.0-2 | 41.9 kB | 289.0 kB | [文件列表] |
sparc64 (非官方移植版) | 0.6.1-1 | 42.6 kB | 291.0 kB | [文件列表] |
x32 (非官方移植版) | 0.5.0-2 | 41.9 kB | 289.0 kB | [文件列表] |