Metadata-Version: 2.3
Name: nova-trame
Version: 0.18.2
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: altair
Requires-Dist: libsass
Requires-Dist: mergedeep
Requires-Dist: nova-mvvm
Requires-Dist: pydantic
Requires-Dist: tomli
Requires-Dist: tornado
Requires-Dist: trame
Requires-Dist: trame-matplotlib
Requires-Dist: trame-plotly
Requires-Dist: trame-vega
Requires-Dist: trame-vuetify
Project-URL: Changelog, https://code.ornl.gov/ndip/public-packages/nova-trame/blob/main/CHANGELOG.md
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)

