Metadata-Version: 2.3
Name: pyrmcmon
Version: 0.5.12
Summary: Add your description here
Author: ccoverstreet
Author-email: ccoverstreet <cale.overstreet@gmail.com>
Requires-Dist: matplotlib>=3.10.9
Requires-Dist: pandas>=3.0.3
Requires-Dist: pyqt6>=6.11.0
Requires-Dist: pyqtgraph>=0.14.0
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# PyRMCMon

PyRMCMon is a PyQt6 program for monitoring the output of RMCProfile runs (S(Q), Bragg, PDFs, partials) and a GUI interface for stog_new from the RMCProfile software package.

This python package can be installed via:

From PyPI:
- `python -m pip install pyrmcmon`

From source:
- `cd <thisclonedrepo>`
- `python -m pip install -e .`

To run use

`python -m pyrmcmon`
