mvvm-lib


Namemvvm-lib JSON
Version 0.3.1 PyPI version JSON
download
home_pageNone
SummaryA Python Package for Model-View-ViewModel pattern
upload_time2024-10-31 17:42:58
maintainerNone
docs_urlNone
authorYakubov, Sergey
requires_python<4.0,>=3.10
licenseMIT
keywords mvvm python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            MVVM Library for Python
=======================

# Introduction

`mvvm-lib` is a Python package designed to simplify the implementation of the Model-View-ViewModel (MVVM) pattern.
This library provides tools and utilities that help in building clean, scalable, and maintainable GUI applications using MVVM architecture in Python.
It currently supports pyqt6, [Trame](https://github.com/Kitware/trame) and [Panel](https://github.com/holoviz/panel) GUI frameworks.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "mvvm-lib",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.10",
    "maintainer_email": null,
    "keywords": "MVVM, python",
    "author": "Yakubov, Sergey",
    "author_email": "yakubovs@ornl.gov",
    "download_url": null,
    "platform": null,
    "description": "MVVM Library for Python\n=======================\n\n# Introduction\n\n`mvvm-lib` is a Python package designed to simplify the implementation of the Model-View-ViewModel (MVVM) pattern.\nThis library provides tools and utilities that help in building clean, scalable, and maintainable GUI applications using MVVM architecture in Python.\nIt currently supports pyqt6, [Trame](https://github.com/Kitware/trame) and [Panel](https://github.com/holoviz/panel) GUI frameworks.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A Python Package for Model-View-ViewModel pattern",
    "version": "0.3.1",
    "project_urls": null,
    "split_keywords": [
        "mvvm",
        " python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a28db6ebed8a59daae4d875b48684227b52f1713f4dda2e3523d05602d8305df",
                "md5": "03b6810484bd8a7fd118a54c7ee9852b",
                "sha256": "c1604a9b237a48fe25a8da8b6f7d41da0218c681110658e3cf6dbc6f2c537d2c"
            },
            "downloads": -1,
            "filename": "mvvm_lib-0.3.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "03b6810484bd8a7fd118a54c7ee9852b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.10",
            "size": 10035,
            "upload_time": "2024-10-31T17:42:58",
            "upload_time_iso_8601": "2024-10-31T17:42:58.272882Z",
            "url": "https://files.pythonhosted.org/packages/a2/8d/b6ebed8a59daae4d875b48684227b52f1713f4dda2e3523d05602d8305df/mvvm_lib-0.3.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-31 17:42:58",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "mvvm-lib"
}
        
Elapsed time: 0.40571s