Metadata-Version: 2.3
Name: nova-trame
Version: 0.26.1
Summary: A Python Package for injecting curated themes and custom components into Trame applications
License: MIT
Keywords: NDIP,Python,Trame,Vuetify
Author: John Duggan
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: blinker (>=1.9.0,<2.0.0)
Requires-Dist: libsass
Requires-Dist: mergedeep
Requires-Dist: mpld3 (>=0.5.11,<0.6.0)
Requires-Dist: natsort (>=8.4.0,<9.0.0)
Requires-Dist: nova-common (>=0.2.2)
Requires-Dist: nova-mvvm
Requires-Dist: pydantic
Requires-Dist: pyoncat (>=2.1,<3.0)
Requires-Dist: tomli
Requires-Dist: tornado (>=6.5.0)
Requires-Dist: trame
Requires-Dist: trame-datagrid
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/](https://nova-application-development.readthedocs.io/projects/nova-trame/en/stable/).

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

