Skip to main content

Dictnodefinder is a library that helps you to diff and patch dictionaries.

Project description

About

Dictnodefinder is a helper module that helps you to find keys in nested dictionary.

Installation

Dictnodefinder is on PyPI so all you need is:

pip install dictnodefinder

Usage

import dictnodefinder

source = {‘a’:{‘b’:0}}

key_to_find = ‘b’

print(dictnodefinder.findkeys(source, key_to_find))

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

dictnodefinder-1.0.1.dev1.tar.gz (22.9 kB view hashes)

Uploaded Source

Built Distribution

dictnodefinder-1.0.1.dev1-py2.py3-none-any.whl (16.6 kB view hashes)

Uploaded Python 2 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