Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/pyapp-kit/app-model
- Owner: pyapp-kit
- License: bsd-3-clause
- Created: 2022-06-28T03:31:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-09T15:38:46.000Z (25 days ago)
- Last Synced: 2024-12-23T17:09:22.902Z (11 days ago)
- Topics: application, gui, python, schema
- Language: Python
- Homepage: https://app-model.rtfd.io
- Size: 379 KB
- Stars: 21
- Watchers: 4
- Forks: 14
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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/