app-model


Nameapp-model JSON
Version 0.5.0 PyPI version JSON
download
home_pageNone
SummaryGeneric application schema implemented in python
upload_time2025-09-10 13:18:51
maintainerNone
docs_urlNone
authorTalley Lambert
requires_python>=3.9
licenseBSD 3-Clause License
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # app-model

[![License](https://img.shields.io/pypi/l/app-model.svg?color=green)](https://github.com/pyapp-kit/app-model/raw/main/LICENSE)
[![PyPI](https://img.shields.io/pypi/v/app-model.svg?color=green)](https://pypi.org/project/app-model)
[![Python Version](https://img.shields.io/pypi/pyversions/app-model.svg?color=green)](https://python.org)
[![CI](https://github.com/pyapp-kit/app-model/actions/workflows/ci.yml/badge.svg)](https://github.com/pyapp-kit/app-model/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/pyapp-kit/app-model/branch/main/graph/badge.svg)](https://codecov.io/gh/pyapp-kit/app-model)
[![Documentation Status](https://readthedocs.org/projects/app-model/badge/?version=latest)](https://app-model.readthedocs.io/en/latest/?badge=latest)

Generic application schema implemented in python.

This is a schema for declarative organization of application data, such as
menus, keybindings, actions/commands, etc...

Inspired by the VS-Code application model

docs at https://app-model.readthedocs.io/en/latest/

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "app-model",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "Talley Lambert",
    "author_email": "talley.lambert@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/c7/d2/262b3e1cfd509923a8b65a3a22325bcd13f0523006c5780ac50100fbcd5f/app_model-0.5.0.tar.gz",
    "platform": null,
    "description": "# app-model\n\n[![License](https://img.shields.io/pypi/l/app-model.svg?color=green)](https://github.com/pyapp-kit/app-model/raw/main/LICENSE)\n[![PyPI](https://img.shields.io/pypi/v/app-model.svg?color=green)](https://pypi.org/project/app-model)\n[![Python Version](https://img.shields.io/pypi/pyversions/app-model.svg?color=green)](https://python.org)\n[![CI](https://github.com/pyapp-kit/app-model/actions/workflows/ci.yml/badge.svg)](https://github.com/pyapp-kit/app-model/actions/workflows/ci.yml)\n[![codecov](https://codecov.io/gh/pyapp-kit/app-model/branch/main/graph/badge.svg)](https://codecov.io/gh/pyapp-kit/app-model)\n[![Documentation Status](https://readthedocs.org/projects/app-model/badge/?version=latest)](https://app-model.readthedocs.io/en/latest/?badge=latest)\n\nGeneric application schema implemented in python.\n\nThis is a schema for declarative organization of application data, such as\nmenus, keybindings, actions/commands, etc...\n\nInspired by the VS-Code application model\n\ndocs at https://app-model.readthedocs.io/en/latest/\n",
    "bugtrack_url": null,
    "license": "BSD 3-Clause License",
    "summary": "Generic application schema implemented in python",
    "version": "0.5.0",
    "project_urls": {
        "homepage": "https://github.com/pyapp-kit/app-model",
        "repository": "https://github.com/pyapp-kit/app-model"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "598b457e8d378331c9c1d23e8e33d3294c3da309aabb7b453368b46cc8efe283",
                "md5": "47e4a2eafce6f3330a7f0e084266b216",
                "sha256": "88dd528919eb2cf92bf534d92318bc6473f0136fffa47a3f1340593324007b17"
            },
            "downloads": -1,
            "filename": "app_model-0.5.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "47e4a2eafce6f3330a7f0e084266b216",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 65213,
            "upload_time": "2025-09-10T13:18:49",
            "upload_time_iso_8601": "2025-09-10T13:18:49.813256Z",
            "url": "https://files.pythonhosted.org/packages/59/8b/457e8d378331c9c1d23e8e33d3294c3da309aabb7b453368b46cc8efe283/app_model-0.5.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c7d2262b3e1cfd509923a8b65a3a22325bcd13f0523006c5780ac50100fbcd5f",
                "md5": "35661c58fd319a15488695bf841ae7da",
                "sha256": "fa329cf7b730572cce3daeac6678bbeaf1cf0a7dd485bf2c666b5508d54c8d0f"
            },
            "downloads": -1,
            "filename": "app_model-0.5.0.tar.gz",
            "has_sig": false,
            "md5_digest": "35661c58fd319a15488695bf841ae7da",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 120463,
            "upload_time": "2025-09-10T13:18:51",
            "upload_time_iso_8601": "2025-09-10T13:18:51.510262Z",
            "url": "https://files.pythonhosted.org/packages/c7/d2/262b3e1cfd509923a8b65a3a22325bcd13f0523006c5780ac50100fbcd5f/app_model-0.5.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-10 13:18:51",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pyapp-kit",
    "github_project": "app-model",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "app-model"
}
        
Elapsed time: 3.65183s