Metadata-Version: 2.1
Name: pyhelper-misc
Version: 1.0.1
Summary: Python Library Containing Generic Utilities and Helper Functions
Home-page: https://www.linkedin.com/in/shubhamraj2202/
Author: Shubham Raj
Author-email: shubhamraj2202@gmail.com
License-File: LICENSE

![build](https://github.com/shubhamraj2202/py-helper/actions/workflows/github-actions.yml/badge.svg?event=push)
[![codecov](https://codecov.io/gh/shubhamraj2202/py-helper/branch/main/graph/badge.svg?token=X9KIXXBOAV)](https://codecov.io/gh/shubhamraj2202/pyhelper)
# pyhelper
Python Library Containing Generic Utilities and Helper Functions


# Installation
> pip install pyhelper-misc


# Uses
```
# Example:
>>> from pyhelper.misc import find_all_in_dict
>>> data = {"a": {"b": "c", "d": "e"}, "f": {"g": "h"}}
>>> find_all_in_dict(data,  "d")
['e']
```

# Project Setup for Development
> Run Cmd: `source setup.sh`

# Uploaded On:
https://pypi.org/project/pyhelper-misc/
