Metadata-Version: 2.4
Name: nova-epics
Version: 0.1.0
Summary: A Python Package for 
Project-URL: Changelog, https://github.com/nova-sdk/nova-epics/blob/main/CHANGELOG.md
Author-email: John Duggan <dugganjw@ornl.gov>
License-Expression: MIT
License-File: LICENSE
Keywords: NDIP,Python,Trame
Requires-Python: <3.14,>=3.10
Requires-Dist: dpath
Requires-Dist: tomli
Requires-Dist: xmltodict
Provides-Extra: trame
Requires-Dist: nova-trame; extra == 'trame'
Description-Content-Type: text/markdown

nova-epics
==========

`nova-epics` is a Python package for retrieving unprivileged instrument status information from EPICS for use in NOVA applications.

You can install this package directly with

```commandline
pip install "nova-epics[trame]"
```

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