未知
项目描述
dicttools
一组字典工具,旨在使处理Python字典变得更容易。
安装
> git clone http://github.com/rlgomes/dicttools.git#egg=dicttools > cd dicttools > python setup.py install
或者使用以下命令直接从GitHub安装
> pip install -e git+git://github.com/rlgomes/dicttools.git#egg=dicttools
使用方法
`{r basicconsole} > import dicttools > dicttools.filter(lambda key, value: key > 2, { 1: None, 2:{ 3: None }, 4:{}}) {4: {}} `
`{r basicconsole} > dicttools.map(lambda key, value: (key, True), { 1: None, 2: 23, 4:{}}) {1: True, 2: True, 4: True} `
项目详情
关闭
dicttools-0.1.0.tar.gz的哈希值
算法 | 哈希摘要 | |
---|---|---|
SHA256 | 50cf658a6d3cbdb7929dd7f1d04d009c5099f110ee04a0c1b71010eca57526bf |
|
MD5 | 955b43e3137f27070b0a63f540e73f38 |
|
BLAKE2b-256 | 52b2a3b747e0ab75d1c0b592678bb118ecebc759c046ad93534c58e691703893 |