method-versioning


Namemethod-versioning JSON
Version 0.0.2 PyPI version JSON
download
home_pagehttps://github.com/nrhys2005/method-versioning
SummaryMethod versioning package
upload_time2024-08-02 07:09:25
maintainerNone
docs_urlNone
authorSanghun Lee
requires_python>=3.6
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # method-versioning
This package provides a Python decorator for versioning methods or functions in your codebase. With this decorator, you can easily manage and maintain multiple versions of the same method, ensuring backward compatibility and smooth transition during updates.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/nrhys2005/method-versioning",
    "name": "method-versioning",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "Sanghun Lee",
    "author_email": "nrhys2005@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/aa/0b/758996cb4fc6e9f596e730c4a46cb1a654fda5f6eea3519d605f4cb260e8/method-versioning-0.0.2.tar.gz",
    "platform": null,
    "description": "# method-versioning\nThis package provides a Python decorator for versioning methods or functions in your codebase. With this decorator, you can easily manage and maintain multiple versions of the same method, ensuring backward compatibility and smooth transition during updates.\n\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Method versioning package",
    "version": "0.0.2",
    "project_urls": {
        "Homepage": "https://github.com/nrhys2005/method-versioning"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d8780060c9d5f47c255e0582c6366896e3095a86599b208cac83447509adaff3",
                "md5": "9d8a1bf75163f23d56ee05ea0154ca61",
                "sha256": "dc6a5dd2e29866753be8f5aabcaa700c46d10d8e5cc2e9948ad4be69ac0e1ad1"
            },
            "downloads": -1,
            "filename": "method_versioning-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9d8a1bf75163f23d56ee05ea0154ca61",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 3057,
            "upload_time": "2024-08-02T07:09:24",
            "upload_time_iso_8601": "2024-08-02T07:09:24.336304Z",
            "url": "https://files.pythonhosted.org/packages/d8/78/0060c9d5f47c255e0582c6366896e3095a86599b208cac83447509adaff3/method_versioning-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "aa0b758996cb4fc6e9f596e730c4a46cb1a654fda5f6eea3519d605f4cb260e8",
                "md5": "a22afc527401dad6eb53ecb6a54925d3",
                "sha256": "3b992f9a265972b1577df8e15e44f71407ab92f4eb409b111358437f9f9749e4"
            },
            "downloads": -1,
            "filename": "method-versioning-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "a22afc527401dad6eb53ecb6a54925d3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 2556,
            "upload_time": "2024-08-02T07:09:25",
            "upload_time_iso_8601": "2024-08-02T07:09:25.654167Z",
            "url": "https://files.pythonhosted.org/packages/aa/0b/758996cb4fc6e9f596e730c4a46cb1a654fda5f6eea3519d605f4cb260e8/method-versioning-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-02 07:09:25",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "nrhys2005",
    "github_project": "method-versioning",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "method-versioning"
}
        
Elapsed time: 0.30403s