pyhelper-misc


Namepyhelper-misc JSON
Version 2.0.0 PyPI version JSON
download
home_pagehttps://github.com/shubhamraj2202/pyhelper
SummaryPython Library Containing Generic Utilities and Helper Functions
upload_time2023-01-15 02:03:36
maintainer
docs_urlNone
authorShubham Raj
requires_python
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ![build](https://github.com/shubhamraj2202/pyhelper/actions/workflows/github-actions.yml/badge.svg?event=push)
[![codecov](https://codecov.io/gh/shubhamraj2202/pyhelper/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/

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/shubhamraj2202/pyhelper",
    "name": "pyhelper-misc",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Shubham Raj",
    "author_email": "shubhamraj2202@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/65/00/2a96d45d7e39a1b13e0f4d98d808a1572a01e8c46c3c8f7720553a321102/pyhelper-misc-2.0.0.tar.gz",
    "platform": null,
    "description": "![build](https://github.com/shubhamraj2202/pyhelper/actions/workflows/github-actions.yml/badge.svg?event=push)\n[![codecov](https://codecov.io/gh/shubhamraj2202/pyhelper/branch/main/graph/badge.svg?token=X9KIXXBOAV)](https://codecov.io/gh/shubhamraj2202/pyhelper)\n# pyhelper\nPython Library Containing Generic Utilities and Helper Functions\n\n\n# Installation\n> pip install pyhelper-misc\n\n\n# Uses\n```\n# Example:\n>>> from pyhelper.misc import find_all_in_dict\n>>> data = {\"a\": {\"b\": \"c\", \"d\": \"e\"}, \"f\": {\"g\": \"h\"}}\n>>> find_all_in_dict(data,  \"d\")\n['e']\n```\n\n# Project Setup for Development\n> Run Cmd: `source setup.sh`\n\n# Uploaded On:\nhttps://pypi.org/project/pyhelper-misc/\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Python Library Containing Generic Utilities and Helper Functions",
    "version": "2.0.0",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bcfa9e16f18403c622e98a8913173f762f3a28c3efe339570d40e3df5446a3c7",
                "md5": "8430e1028d2bda7672fd5edc6f77d8d0",
                "sha256": "293b8354d332448237fa941170c6b9f7f676084a9c0e4958bb7c32d3cc431b40"
            },
            "downloads": -1,
            "filename": "pyhelper_misc-2.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8430e1028d2bda7672fd5edc6f77d8d0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 4091,
            "upload_time": "2023-01-15T02:03:35",
            "upload_time_iso_8601": "2023-01-15T02:03:35.381725Z",
            "url": "https://files.pythonhosted.org/packages/bc/fa/9e16f18403c622e98a8913173f762f3a28c3efe339570d40e3df5446a3c7/pyhelper_misc-2.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "65002a96d45d7e39a1b13e0f4d98d808a1572a01e8c46c3c8f7720553a321102",
                "md5": "b3a8797dfc6840b35c009832d1c37504",
                "sha256": "b148f12721a9882994cd3d012393907f902043b969db359840702fde8f16be7f"
            },
            "downloads": -1,
            "filename": "pyhelper-misc-2.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "b3a8797dfc6840b35c009832d1c37504",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3616,
            "upload_time": "2023-01-15T02:03:36",
            "upload_time_iso_8601": "2023-01-15T02:03:36.763539Z",
            "url": "https://files.pythonhosted.org/packages/65/00/2a96d45d7e39a1b13e0f4d98d808a1572a01e8c46c3c8f7720553a321102/pyhelper-misc-2.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-15 02:03:36",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "shubhamraj2202",
    "github_project": "pyhelper",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pyhelper-misc"
}
        
Elapsed time: 0.04449s