Python Library Containing Generic Utilities and Helper Functions
Project description
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:
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
pyhelper-misc-2.0.0.tar.gz
(3.6 kB
view details)
Built Distribution
File details
Details for the file pyhelper-misc-2.0.0.tar.gz
.
File metadata
- Download URL: pyhelper-misc-2.0.0.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b148f12721a9882994cd3d012393907f902043b969db359840702fde8f16be7f |
|
MD5 | b3a8797dfc6840b35c009832d1c37504 |
|
BLAKE2b-256 | 65002a96d45d7e39a1b13e0f4d98d808a1572a01e8c46c3c8f7720553a321102 |
File details
Details for the file pyhelper_misc-2.0.0-py3-none-any.whl
.
File metadata
- Download URL: pyhelper_misc-2.0.0-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 293b8354d332448237fa941170c6b9f7f676084a9c0e4958bb7c32d3cc431b40 |
|
MD5 | 8430e1028d2bda7672fd5edc6f77d8d0 |
|
BLAKE2b-256 | bcfa9e16f18403c622e98a8913173f762f3a28c3efe339570d40e3df5446a3c7 |