pyhandytools


Namepyhandytools JSON
Version 1.1.2 PyPI version JSON
download
home_pagehttps://github.com/JimouChen/py-handy
SummaryPython handy tools
upload_time2024-12-15 13:47:43
maintainerNone
docs_urlNone
authorJimou Chen
requires_pythonNone
licenseNone
keywords toolbox kit utils tools
VCS
bugtrack_url
requirements loguru setuptools pycryptodome aiohttp
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # py-handy
A practical and convenient python toolset

## Usage

### install

```shell
pip3 install -U pyhandytools
```

### module

- file
- env
- logger
- crypto
- calc
- req

## PYPI url

- ```https://pypi.org/project/pyhandytools/```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/JimouChen/py-handy",
    "name": "pyhandytools",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "toolbox, kit, utils, tools",
    "author": "Jimou Chen",
    "author_email": "jmchen1024@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/f4/1a/1db53c437fa918dd3c5b230e4fac2397409d121dd324a3c75a409fb0a412/pyhandytools-1.1.2.tar.gz",
    "platform": null,
    "description": "# py-handy\nA practical and convenient python toolset\n\n## Usage\n\n### install\n\n```shell\npip3 install -U pyhandytools\n```\n\n### module\n\n- file\n- env\n- logger\n- crypto\n- calc\n- req\n\n## PYPI url\n\n- ```https://pypi.org/project/pyhandytools/```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Python handy tools",
    "version": "1.1.2",
    "project_urls": {
        "Homepage": "https://github.com/JimouChen/py-handy"
    },
    "split_keywords": [
        "toolbox",
        " kit",
        " utils",
        " tools"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7327cac2b325f7f7c0b31418da4f5e7b594f6499e1e91253c2d3830cc8ca436a",
                "md5": "53d96edf1fe8efba86c72ee33ff7c324",
                "sha256": "66147f580e42651fd99a540fb47ef65b5c1588fff146842d63b007305bd12bfe"
            },
            "downloads": -1,
            "filename": "pyhandytools-1.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "53d96edf1fe8efba86c72ee33ff7c324",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 7911,
            "upload_time": "2024-12-15T13:47:41",
            "upload_time_iso_8601": "2024-12-15T13:47:41.243416Z",
            "url": "https://files.pythonhosted.org/packages/73/27/cac2b325f7f7c0b31418da4f5e7b594f6499e1e91253c2d3830cc8ca436a/pyhandytools-1.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f41a1db53c437fa918dd3c5b230e4fac2397409d121dd324a3c75a409fb0a412",
                "md5": "20d082df9a3294573eb5b55978b0571f",
                "sha256": "c1b35d0719caf7bb9671142e13790583975c7523e4f58a5430435b5c3475d24e"
            },
            "downloads": -1,
            "filename": "pyhandytools-1.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "20d082df9a3294573eb5b55978b0571f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 6930,
            "upload_time": "2024-12-15T13:47:43",
            "upload_time_iso_8601": "2024-12-15T13:47:43.572555Z",
            "url": "https://files.pythonhosted.org/packages/f4/1a/1db53c437fa918dd3c5b230e4fac2397409d121dd324a3c75a409fb0a412/pyhandytools-1.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-15 13:47:43",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "JimouChen",
    "github_project": "py-handy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "loguru",
            "specs": [
                [
                    "==",
                    "0.7.0"
                ]
            ]
        },
        {
            "name": "setuptools",
            "specs": [
                [
                    "==",
                    "67.8.0"
                ]
            ]
        },
        {
            "name": "pycryptodome",
            "specs": [
                [
                    "==",
                    "3.20.0"
                ]
            ]
        },
        {
            "name": "aiohttp",
            "specs": [
                [
                    "==",
                    "3.10.5"
                ]
            ]
        }
    ],
    "lcname": "pyhandytools"
}
        
Elapsed time: 0.43652s