Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pyapp-kit/app-model

Generic application schema implemented in python.
https://github.com/pyapp-kit/app-model

application gui python schema

Last synced: 4 days ago
JSON representation

Generic application schema implemented in python.

Awesome Lists containing this project

README

        

# 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/