Skip to content

vionemc/dictnodefinder

Repository files navigation

Dictnodefinder

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))

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages