Skip to main content

make it easy to use dict

Project description

dictbox

介绍

最新移步:https://pypi.org/project/lazysdk/

软件架构

软件架构说明

安装教程

  1. pip安装
pip install dictbox
  1. pip安装(使用阿里镜像加速)
pip install dictbox -i https://mirrors.aliyun.com/pypi/simple

使用说明

  1. demo
import dictbox
test_dict = {
    'aaa': 'aaa',
    'bbb': 'bbb',
    'ccc': {
        'aa': 'aa'
    }
}
test_res = dictbox.dict_tiler(test_dict)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dictbox-0.0.3.tar.gz (4.1 kB view hashes)

Uploaded Source

Built Distribution

dictbox-0.0.3-py3-none-any.whl (4.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page