pyhandytools


Namepyhandytools JSON
Version 0.1.4 PyPI version JSON
download
home_pagehttps://github.com/JimouChen/py-handy
SummaryPython handy tools
upload_time2024-03-24 09:38:58
maintainerNone
docs_urlNone
authorJimou Chen
requires_pythonNone
licenseNone
keywords toolbox kit utils tools
VCS
bugtrack_url
requirements loguru setuptools
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

## 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/ce/f9/10a040bc68af2aa7af1ced9defe2fe0cf6ec566e5c70745f51e2ca0eb549/pyhandytools-0.1.4.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\n## PYPI url\n\n- ```https://pypi.org/project/pyhandytools/```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Python handy tools",
    "version": "0.1.4",
    "project_urls": {
        "Homepage": "https://github.com/JimouChen/py-handy"
    },
    "split_keywords": [
        "toolbox",
        " kit",
        " utils",
        " tools"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3ef2e88788ce641dd27c4c953b8fd56fd43f1858b96058bbc4375abb075c793a",
                "md5": "9507680f659688e9da61ad2703d8d9dd",
                "sha256": "0d16f4bc4439eb67542b43f31fb7e6f14f0649631cce92ae6f30757277911355"
            },
            "downloads": -1,
            "filename": "pyhandytools-0.1.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9507680f659688e9da61ad2703d8d9dd",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 4277,
            "upload_time": "2024-03-24T09:38:56",
            "upload_time_iso_8601": "2024-03-24T09:38:56.705066Z",
            "url": "https://files.pythonhosted.org/packages/3e/f2/e88788ce641dd27c4c953b8fd56fd43f1858b96058bbc4375abb075c793a/pyhandytools-0.1.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cef910a040bc68af2aa7af1ced9defe2fe0cf6ec566e5c70745f51e2ca0eb549",
                "md5": "6666e5874ef22ee1ca4ded1256592347",
                "sha256": "630a799e1631bc7f853e66def891953754c52335c71aa26a63e577cf8bddf388"
            },
            "downloads": -1,
            "filename": "pyhandytools-0.1.4.tar.gz",
            "has_sig": false,
            "md5_digest": "6666e5874ef22ee1ca4ded1256592347",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3781,
            "upload_time": "2024-03-24T09:38:58",
            "upload_time_iso_8601": "2024-03-24T09:38:58.859534Z",
            "url": "https://files.pythonhosted.org/packages/ce/f9/10a040bc68af2aa7af1ced9defe2fe0cf6ec566e5c70745f51e2ca0eb549/pyhandytools-0.1.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-24 09:38:58",
    "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"
                ]
            ]
        }
    ],
    "lcname": "pyhandytools"
}
        
Elapsed time: 0.21912s