funcdesc


Namefuncdesc JSON
Version 0.1.3 PyPI version JSON
download
home_pagehttps://github.com/Nanguage/funcdesc
SummaryEstablish a general function description protocol, which can realize a comprehensive description of the input, output and side effects of an target function through an Python object. Provide a unified abstraction for parameter checking, interface generation and other functions in applications such as oneFace.
upload_time2023-05-10 14:39:54
maintainer
docs_urlNone
authorWeize Xu
requires_python>=3.8
licenseMIT license
keywords funcdesc
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            See https://github.com/Nanguage/funcdesc

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Nanguage/funcdesc",
    "name": "funcdesc",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "funcdesc",
    "author": "Weize Xu",
    "author_email": "vet.xwz@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/02/8f/32ff9dc0aa99fbfce64e32c58fd87e70d483d4fed99cf7b1a4f38efe9afd/funcdesc-0.1.3.tar.gz",
    "platform": null,
    "description": "See https://github.com/Nanguage/funcdesc\n",
    "bugtrack_url": null,
    "license": "MIT license",
    "summary": "Establish a general function description protocol, which can realize a comprehensive description of the input, output and side effects of an target function through an Python object. Provide a unified abstraction for parameter checking, interface generation and other functions in applications such as oneFace.",
    "version": "0.1.3",
    "project_urls": {
        "Homepage": "https://github.com/Nanguage/funcdesc"
    },
    "split_keywords": [
        "funcdesc"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c2e47ec00a7ef95695b7701e65cff41ef939b7c21c9b8daa68576f87bec8097f",
                "md5": "223ff0855e64019007a98033b4a0ef8b",
                "sha256": "35d5b2dc118ad4503e67da3f25772b99c0e2c9a2819c4340e2c7ebbee260d4e7"
            },
            "downloads": -1,
            "filename": "funcdesc-0.1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "223ff0855e64019007a98033b4a0ef8b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 10953,
            "upload_time": "2023-05-10T14:39:52",
            "upload_time_iso_8601": "2023-05-10T14:39:52.457658Z",
            "url": "https://files.pythonhosted.org/packages/c2/e4/7ec00a7ef95695b7701e65cff41ef939b7c21c9b8daa68576f87bec8097f/funcdesc-0.1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "028f32ff9dc0aa99fbfce64e32c58fd87e70d483d4fed99cf7b1a4f38efe9afd",
                "md5": "d6fd4b8c33c7ab09eb135eeae5029612",
                "sha256": "91d8c1e361ae6fb3eb94a0b64f7fbe22a614522dcbbb3430c24970061c5608ad"
            },
            "downloads": -1,
            "filename": "funcdesc-0.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "d6fd4b8c33c7ab09eb135eeae5029612",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 49158,
            "upload_time": "2023-05-10T14:39:54",
            "upload_time_iso_8601": "2023-05-10T14:39:54.577509Z",
            "url": "https://files.pythonhosted.org/packages/02/8f/32ff9dc0aa99fbfce64e32c58fd87e70d483d4fed99cf7b1a4f38efe9afd/funcdesc-0.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-10 14:39:54",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Nanguage",
    "github_project": "funcdesc",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "funcdesc"
}
        
Elapsed time: 0.06530s