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
Release history Release notifications | RSS feed
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 details)
Built Distribution
File details
Details for the file dictnodefinder-1.0.1.dev1.tar.gz
.
File metadata
- Download URL: dictnodefinder-1.0.1.dev1.tar.gz
- Upload date:
- Size: 22.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ed33f4e13267bf99c0477c2a27a310ca8284cc7c4cac1edb4500c4321feabcd4 |
|
MD5 | 8c9ab8c6e39fbe41d6513b25f4a385af |
|
BLAKE2b-256 | 9867ee38e85c88a5dd9cb678829ba9562b53a0e96fde9fe857c8558509078cc1 |
File details
Details for the file dictnodefinder-1.0.1.dev1-py2.py3-none-any.whl
.
File metadata
- Download URL: dictnodefinder-1.0.1.dev1-py2.py3-none-any.whl
- Upload date:
- Size: 16.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 95c9bb8dab5bb0acdce26481f428a963404f2d1bfd7147b16f30329859f8bed7 |
|
MD5 | 146b1cbf86362a67d80fc0e995afd2c8 |
|
BLAKE2b-256 | 6077a5e5e946cecc75172d6337759644137ec3de8250979990640ce2df2d1b80 |