Metadata-Version: 2.1
Name: nova-trame
Version: 0.9.0
Summary: A Python Package for injecting curated themes and custom components into Trame applications
License: MIT
Keywords: NDIP,Python,Trame,Vuetify
Author: Duggan, John
Author-email: dugganjw@ornl.gov
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: libsass (>=0.23.0,<0.24.0)
Requires-Dist: mergedeep (>=1.3.4,<2.0.0)
Requires-Dist: mvvm-lib (>=0.5.0)
Requires-Dist: pydantic (>=2.10.1,<3.0.0)
Requires-Dist: tomli (>=2.0.2,<3.0.0)
Requires-Dist: trame (>=3.6.3,<4.0.0)
Requires-Dist: trame-vega (>=2.1.1,<3.0.0)
Requires-Dist: trame-vuetify (>=2.6.1,<3.0.0)
Description-Content-Type: text/markdown

nova-trame
==========

`nova-trame` is a Python package for streamlining development of Trame applications used in the NOVA project.

You can install this package directly with

```commandline
pip install nova-trame
```

A user guide, examples, and a full API for this package can be found at https://nova-application-development.readthedocs.io/en/stable/.

Developers: please read [this document](DEVELOPMENT.md)

