Skip to main content

Set of utilities and accessory methods to work with Python dicts.

Project description

# dict-utils

dict-utils is a set of utilities and accessory methods usable
with Python dicts.

## Examples

1. Search for a value in a dictionary, passing a key:

```python
from dict_utils import dict_utils

dict_1 = {'first_level': {'second_level': {'name': 'Joe', 'age': 30}}}
found_value = dict_utils.dict_search_value(dict_1, 'name')
```

**found_value** will contain **'Joe'**

2. Compare two different dictionaries having the same keys

```python
from dict_utils import dict_utils

dict_1 = {'first_level': {'second_level': {'name': 'Joe', 'age': 30}}}
dict_2 = {'level_1': {'level_2': {'name': 'Joe', 'age': 30}}}
dict_utils.compare_assert_dicts(self, ['name', 'age'], dict_1, dict_2)
```

## Running Tests

```
python setup.py test
```

## Continuous integration status

[![Travis-CI Status](https://secure.travis-ci.org/glowdigitalmedia/dict-utils.png?branch=master)](http://travis-ci.org/#!/glowdigitalmedia/dict-utils)

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

dict-utils-0.1.tar.gz (2.5 kB view details)

Uploaded Source

File details

Details for the file dict-utils-0.1.tar.gz.

File metadata

  • Download URL: dict-utils-0.1.tar.gz
  • Upload date:
  • Size: 2.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for dict-utils-0.1.tar.gz
Algorithm Hash digest
SHA256 31284362417f5f29b8d39f3c47ec6a040dbff0323e7292ac69f7ae6adb5f2f49
MD5 755b141a3f1262f3b0868111c5a9f8eb
BLAKE2b-256 6459a121e959c4b9df84a46e769a5b2cfb5bc4c5b6c4cbf16adb444240abcaab

See more details on using hashes here.

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