nova-mvvm


Namenova-mvvm JSON
Version 0.7.1 PyPI version JSON
download
home_pageNone
SummaryA Python Package for Model-View-ViewModel pattern
upload_time2025-01-14 18:19:53
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

`nova-mvvm` 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 pyqt5, pyqt6, [Trame](https://github.com/Kitware/trame) and [Panel](https://github.com/holoviz/panel) GUI frameworks.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "nova-mvvm",
    "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`nova-mvvm` 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 pyqt5, 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.7.1",
    "project_urls": null,
    "split_keywords": [
        "mvvm",
        " python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8d4b3884eb27b10757fe9b7fef566c8d4c4525340711c3936c0bb16925ccf298",
                "md5": "a68902cf173205f3dd24ee8fa8fdce4b",
                "sha256": "32a31b14ed27619041e20ed56e440c68afd4d38c46f02633bc751a455c2354ed"
            },
            "downloads": -1,
            "filename": "nova_mvvm-0.7.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a68902cf173205f3dd24ee8fa8fdce4b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.10",
            "size": 14971,
            "upload_time": "2025-01-14T18:19:53",
            "upload_time_iso_8601": "2025-01-14T18:19:53.912897Z",
            "url": "https://files.pythonhosted.org/packages/8d/4b/3884eb27b10757fe9b7fef566c8d4c4525340711c3936c0bb16925ccf298/nova_mvvm-0.7.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-14 18:19:53",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "nova-mvvm"
}
        
Elapsed time: 0.79957s