commonhandlers


Namecommonhandlers JSON
Version 0.0.2 PyPI version JSON
download
home_pageNone
SummaryLet you manage handlers, decorate function with handlers and iterate collections with handlers!
upload_time2024-08-20 04:07:27
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # commonhandlers
**commonhandlers** is simple and powerful handler's managment tool.

## How to install
You could install from PyPi:
```console
$ python3 -m pip install commonhandlers
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "commonhandlers",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Andrey Smirnov <smirnovcode@mail.ru>",
    "download_url": "https://files.pythonhosted.org/packages/c1/e9/35af5f10730534f94abf4e0313f05f0be4c0a65a7c6b539969575dd84e7b/commonhandlers-0.0.2.tar.gz",
    "platform": null,
    "description": "# commonhandlers\n**commonhandlers** is simple and powerful handler's managment tool.\n\n## How to install\nYou could install from PyPi:\n```console\n$ python3 -m pip install commonhandlers\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Let you manage handlers, decorate function with handlers and iterate collections with handlers!",
    "version": "0.0.2",
    "project_urls": {
        "Bug tracker": "https://github.com/akvilary/commonhandlers/issues",
        "Github repo": "https://github.com/akvilary/commonhandlers",
        "Release notes in Telegram": "https://t.me/commonhandlers"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ad056b6bbb66441cd04253e675b5b2d6d10dcdf1f7cb088d159e53900608147c",
                "md5": "c534e1a3ad5159a8bdb608ab7831af7b",
                "sha256": "65920ecc49cc62528e387168fd81b271fb9af43018e59fe6e86a0cf8f98aa96d"
            },
            "downloads": -1,
            "filename": "commonhandlers-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c534e1a3ad5159a8bdb608ab7831af7b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 7466,
            "upload_time": "2024-08-20T04:07:24",
            "upload_time_iso_8601": "2024-08-20T04:07:24.914222Z",
            "url": "https://files.pythonhosted.org/packages/ad/05/6b6bbb66441cd04253e675b5b2d6d10dcdf1f7cb088d159e53900608147c/commonhandlers-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c1e935af5f10730534f94abf4e0313f05f0be4c0a65a7c6b539969575dd84e7b",
                "md5": "e714ed4c1ff98e7cd5563de117714ad6",
                "sha256": "f2d6c0385053883c15277b68c254d3b3d67afc1d30c9cce47a13c3e463421fb6"
            },
            "downloads": -1,
            "filename": "commonhandlers-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "e714ed4c1ff98e7cd5563de117714ad6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 6750,
            "upload_time": "2024-08-20T04:07:27",
            "upload_time_iso_8601": "2024-08-20T04:07:27.864037Z",
            "url": "https://files.pythonhosted.org/packages/c1/e9/35af5f10730534f94abf4e0313f05f0be4c0a65a7c6b539969575dd84e7b/commonhandlers-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-20 04:07:27",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "akvilary",
    "github_project": "commonhandlers",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "commonhandlers"
}
        
Elapsed time: 0.29971s