pyhandytools


Namepyhandytools JSON
Version 1.0.1 PyPI version JSON
download
home_pagehttps://github.com/JimouChen/py-handy
SummaryPython handy tools
upload_time2024-09-12 15:37:53
maintainerNone
docs_urlNone
authorJimou Chen
requires_pythonNone
licenseNone
keywords toolbox kit utils tools
VCS
bugtrack_url
requirements No requirements were recorded.
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/18/e7/5f8bbaa55997aea0faa52e5dafe0100b48a5dbd463f9085ce1ad293eaa85/pyhandytools-1.0.1.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.0.1",
    "project_urls": {
        "Homepage": "https://github.com/JimouChen/py-handy"
    },
    "split_keywords": [
        "toolbox",
        " kit",
        " utils",
        " tools"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2ee89be7a2c63596d4b8eee62c9ceaffb006d8f590daab67d6c2e73d95afedfa",
                "md5": "978fb6f567c9839e9d4b7e85eca9e583",
                "sha256": "b56e6173f24ae9d9e57621de2ccbbdf0fda570eccd2dbdaae25dfbf7abceab8e"
            },
            "downloads": -1,
            "filename": "pyhandytools-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "978fb6f567c9839e9d4b7e85eca9e583",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 7796,
            "upload_time": "2024-09-12T15:37:51",
            "upload_time_iso_8601": "2024-09-12T15:37:51.478126Z",
            "url": "https://files.pythonhosted.org/packages/2e/e8/9be7a2c63596d4b8eee62c9ceaffb006d8f590daab67d6c2e73d95afedfa/pyhandytools-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "18e75f8bbaa55997aea0faa52e5dafe0100b48a5dbd463f9085ce1ad293eaa85",
                "md5": "58b522c438e1d44f6e13d21ba0a1e24c",
                "sha256": "3a5b5146dd25e8fb8addf0f45352a36b1d1e5366ccc82c7c6f38b02b65854e29"
            },
            "downloads": -1,
            "filename": "pyhandytools-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "58b522c438e1d44f6e13d21ba0a1e24c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 6702,
            "upload_time": "2024-09-12T15:37:53",
            "upload_time_iso_8601": "2024-09-12T15:37:53.475192Z",
            "url": "https://files.pythonhosted.org/packages/18/e7/5f8bbaa55997aea0faa52e5dafe0100b48a5dbd463f9085ce1ad293eaa85/pyhandytools-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-12 15:37:53",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "JimouChen",
    "github_project": "py-handy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "pyhandytools"
}
        
Elapsed time: 0.91706s