pyhandytools


Namepyhandytools JSON
Version 2.0.1 PyPI version JSON
download
home_pagehttps://github.com/JimouChen/py-handy
SummaryPython handy tools
upload_time2025-03-02 13:34:26
maintainerNone
docs_urlNone
authorJimou Chen
requires_pythonNone
licenseNone
keywords toolbox kit utils tools
VCS
bugtrack_url
requirements loguru setuptools pycryptodome aiohttp lxml beautifulsoup4
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
- cleaner

## 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/36/3a/bc7aa2d24e8ecd1ba9f43ac37777bef52cf712df5615557eff366c8ced44/pyhandytools-2.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- cleaner\n\n## PYPI url\n\n- ```https://pypi.org/project/pyhandytools/```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Python handy tools",
    "version": "2.0.1",
    "project_urls": {
        "Homepage": "https://github.com/JimouChen/py-handy"
    },
    "split_keywords": [
        "toolbox",
        " kit",
        " utils",
        " tools"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "55ad4dc46ba8cc0d6b5148285301189b6ed7832645e1ceb24b476f7178a1fd5a",
                "md5": "bb73c20c4dd4dcda3df4bc14cda2fa44",
                "sha256": "39835af5308dbae4924e2ecb953657d1b64602471fb470158eecef35866edea5"
            },
            "downloads": -1,
            "filename": "pyhandytools-2.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bb73c20c4dd4dcda3df4bc14cda2fa44",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 9251,
            "upload_time": "2025-03-02T13:34:24",
            "upload_time_iso_8601": "2025-03-02T13:34:24.251894Z",
            "url": "https://files.pythonhosted.org/packages/55/ad/4dc46ba8cc0d6b5148285301189b6ed7832645e1ceb24b476f7178a1fd5a/pyhandytools-2.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "363abc7aa2d24e8ecd1ba9f43ac37777bef52cf712df5615557eff366c8ced44",
                "md5": "1dcbcff5d5f307eddcfca130babfb309",
                "sha256": "cbccac3871531f729c19e3af30a0f3c6295a3b390e5295912df6ed92d8d69ef1"
            },
            "downloads": -1,
            "filename": "pyhandytools-2.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "1dcbcff5d5f307eddcfca130babfb309",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 8059,
            "upload_time": "2025-03-02T13:34:26",
            "upload_time_iso_8601": "2025-03-02T13:34:26.192676Z",
            "url": "https://files.pythonhosted.org/packages/36/3a/bc7aa2d24e8ecd1ba9f43ac37777bef52cf712df5615557eff366c8ced44/pyhandytools-2.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-03-02 13:34:26",
    "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"
                ]
            ]
        },
        {
            "name": "lxml",
            "specs": [
                [
                    "==",
                    "5.3.1"
                ]
            ]
        },
        {
            "name": "beautifulsoup4",
            "specs": [
                [
                    "==",
                    "4.13.3"
                ]
            ]
        }
    ],
    "lcname": "pyhandytools"
}
        
Elapsed time: 0.93494s