Skip to main content

useful dict tool

Project description

Dict Tool provides an easy to get value from nested dict. Typical usage often looks like this:

#!/usr/bin/env python

from dicttool import dget

a = {'kikodo': {'age': 21}}
print dget(a, 'kikodo.age')

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

DictTool-0.0.1.tar.gz (1.4 kB view hashes)

Uploaded Source

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