combine-signatures


Namecombine-signatures JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/sdpkjc/combine-signatures
SummaryCombine signatures of functions.
upload_time2022-12-15 16:25:24
maintainer
docs_urlNone
authorsdpkjc
requires_python
licenseGPL-3.0
keywords combine_signatures
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # combine-signatures

Combine signatures of functions.

COPY FROM [jsbueno/terminedia](https://github.com/jsbueno/terminedia/blob/62b1c307e5f276e7eb5d56dacc35a326fb424481/terminedia/utils/__init__.py#L83).

[HOW TO USE?](https://stackoverflow.com/questions/34402773/signature-changing-decorator-properly-documenting-additional-argument)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/sdpkjc/combine-signatures",
    "name": "combine-signatures",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "combine_signatures",
    "author": "sdpkjc",
    "author_email": "pazyx728@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/e4/7e/d532e96815ecc37f6c5c98fd3e469af53669797432dc8fec0c38548e01b1/combine_signatures-0.1.0.tar.gz",
    "platform": "any",
    "description": "# combine-signatures\n\nCombine signatures of functions.\n\nCOPY FROM [jsbueno/terminedia](https://github.com/jsbueno/terminedia/blob/62b1c307e5f276e7eb5d56dacc35a326fb424481/terminedia/utils/__init__.py#L83).\n\n[HOW TO USE?](https://stackoverflow.com/questions/34402773/signature-changing-decorator-properly-documenting-additional-argument)\n",
    "bugtrack_url": null,
    "license": "GPL-3.0",
    "summary": "Combine signatures of functions.",
    "version": "0.1.0",
    "split_keywords": [
        "combine_signatures"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "d03f2815236407e53a8263ed08a21de3",
                "sha256": "f74df10848f87fd2d9bd5177840c1fb7cfd6e9834d956f650e829d034f28a599"
            },
            "downloads": -1,
            "filename": "combine_signatures-0.1.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d03f2815236407e53a8263ed08a21de3",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 15192,
            "upload_time": "2022-12-15T16:25:21",
            "upload_time_iso_8601": "2022-12-15T16:25:21.369456Z",
            "url": "https://files.pythonhosted.org/packages/5a/32/d9d0ad4a4ea7a57cd1590f92f30d9fcd1c5903b9a31b5dba8e2367c52c5a/combine_signatures-0.1.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "2982304492b71dff197d27893a41605a",
                "sha256": "17bb02301059cab5b516a806f576da45c53a415d723e141715e4b908a85720b3"
            },
            "downloads": -1,
            "filename": "combine_signatures-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "2982304492b71dff197d27893a41605a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 14892,
            "upload_time": "2022-12-15T16:25:24",
            "upload_time_iso_8601": "2022-12-15T16:25:24.226631Z",
            "url": "https://files.pythonhosted.org/packages/e4/7e/d532e96815ecc37f6c5c98fd3e469af53669797432dc8fec0c38548e01b1/combine_signatures-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-15 16:25:24",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "sdpkjc",
    "github_project": "combine-signatures",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "combine-signatures"
}
        
Elapsed time: 0.04085s