Metadata-Version: 2.1
Name: app-model
Version: 0.1.3
Summary: Generic application schema implemented in python
Project-URL: homepage, https://github.com/pyapp-kit/app-model
Project-URL: repository, https://github.com/pyapp-kit/app-model
Author: Talley Lambert
Author-email: talley.lambert@gmail.com
License: BSD 3-Clause License
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Desktop Environment
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: User Interfaces
Requires-Python: >=3.8
Requires-Dist: in-n-out>=0.1.5
Requires-Dist: psygnal>=0.3.4
Requires-Dist: pydantic>=1.8
Requires-Dist: typing-extensions
Provides-Extra: dev
Requires-Dist: black; extra == 'dev'
Requires-Dist: ipython; extra == 'dev'
Requires-Dist: isort; extra == 'dev'
Requires-Dist: mypy; extra == 'dev'
Requires-Dist: pdbpp; extra == 'dev'
Requires-Dist: pre-commit; extra == 'dev'
Requires-Dist: pydocstyle; extra == 'dev'
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: pytest-cov; extra == 'dev'
Requires-Dist: rich; extra == 'dev'
Provides-Extra: docs
Requires-Dist: griffe==0.22.0; extra == 'docs'
Requires-Dist: mkdocs-macros-plugin==0.7.0; extra == 'docs'
Requires-Dist: mkdocs-material~=8.3; extra == 'docs'
Requires-Dist: mkdocs-minify-plugin==0.5.0; extra == 'docs'
Requires-Dist: mkdocs==1.3.0; extra == 'docs'
Requires-Dist: mkdocstrings-python==0.7.0; extra == 'docs'
Requires-Dist: mkdocstrings==0.19.0; extra == 'docs'
Requires-Dist: typing-extensions>=4.0; extra == 'docs'
Provides-Extra: qt
Requires-Dist: qtpy; extra == 'qt'
Requires-Dist: superqt; extra == 'qt'
Provides-Extra: test
Requires-Dist: pytest-cov; extra == 'test'
Requires-Dist: pytest>=6.0; extra == 'test'
Provides-Extra: test-qt
Requires-Dist: fonticon-fontawesome6; extra == 'test-qt'
Requires-Dist: pytest-qt; extra == 'test-qt'
Description-Content-Type: text/markdown

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