Metadata-Version: 2.4
Name: mh-operator
Version: 0.2.2
Summary: Awesome `mh-operator` provide interfaces and common routines for the Agilent MassHunter official SDK.
Project-URL: Repository, https://github.com/chaoqing/mh-operator
Project-URL: Homepage, https://github.com/chaoqing/mh-operator
Author-email: mh-operator <chaoqingwang.nick@gmail.com>
License-Expression: MIT
License-File: LICENSE
Keywords: Agilent,MassHunter
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Requires-Dist: pydantic>=2.11
Requires-Dist: rich<11.0.0,>=10.14.0
Requires-Dist: six>=1.17.0
Requires-Dist: typer>=0.12.0
Provides-Extra: dev
Requires-Dist: aioftp>=0.27.2; extra == 'dev'
Requires-Dist: bandit<2.0.0,>=1.7.1; extra == 'dev'
Requires-Dist: black<25.0.0,>=24.4.0; extra == 'dev'
Requires-Dist: coverage-badge<2.0.0,>=1.1.0; extra == 'dev'
Requires-Dist: coverage<7.0.0,>=6.1.2; extra == 'dev'
Requires-Dist: darglint<2.0.0,>=1.8.1; extra == 'dev'
Requires-Dist: fsspec[http,libarchive,s3]>=2025.9.0; extra == 'dev'
Requires-Dist: isort[colors]<6.0.0,>=5.10.1; extra == 'dev'
Requires-Dist: mypy-extensions<0.5.0,>=0.4.3; extra == 'dev'
Requires-Dist: mypy<0.911,>=0.910; extra == 'dev'
Requires-Dist: pandas>=2.2.3; extra == 'dev'
Requires-Dist: pip>=25.1; extra == 'dev'
Requires-Dist: pre-commit<3.0.0,>=2.15.0; extra == 'dev'
Requires-Dist: pydocstyle<7.0.0,>=6.1.1; extra == 'dev'
Requires-Dist: pylint<3.0.0,>=2.11.1; extra == 'dev'
Requires-Dist: pytest-cov<4.0.0,>=3.0.0; extra == 'dev'
Requires-Dist: pytest-html<4.0.0,>=3.1.1; extra == 'dev'
Requires-Dist: pytest<7.0.0,>=6.2.5; extra == 'dev'
Requires-Dist: pyupgrade<3.0.0,>=2.29.1; extra == 'dev'
Requires-Dist: safety<2.0.0,>=1.10.3; extra == 'dev'
Requires-Dist: xlsxwriter>=3.2.3; extra == 'dev'
Provides-Extra: local-mcp
Provides-Extra: mcp
Requires-Dist: asyncer>=0.0.9; extra == 'mcp'
Requires-Dist: cachetools>=6.2.0; extra == 'mcp'
Requires-Dist: mcp[cli]>=1.2.0; extra == 'mcp'
Requires-Dist: pandas>=2.2.3; extra == 'mcp'
Description-Content-Type: text/markdown

# mh-operator

<div align="center">

[![Build status](https://github.com/chaoqing/mh-operator/workflows/build/badge.svg?branch=master&event=push)](https://github.com/chaoqing/mh-operator/actions?query=workflow%3Abuild)
[![Python Version](https://img.shields.io/pypi/pyversions/mh-operator.svg)](https://pypi.org/project/mh-operator/)
[![Dependencies Status](https://img.shields.io/badge/dependencies-up%20to%20date-brightgreen.svg)](https://github.com/chaoqing/mh-operator/pulls?utf8=%E2%9C%93&q=is%3Apr%20author%3Aapp%2Fdependabot)

[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Security: bandit](https://img.shields.io/badge/security-bandit-green.svg)](https://github.com/PyCQA/bandit)
[![Pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/chaoqing/mh-operator/blob/master/.pre-commit-config.yaml)
[![Semantic Versions](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--versions-e10079.svg)](https://github.com/chaoqing/mh-operator/releases)
[![License](https://img.shields.io/github/license/chaoqing/mh-operator)](https://github.com/chaoqing/mh-operator/blob/master/LICENSE)
![Coverage Report](assets/images/coverage.svg)

Awesome `mh-operator` provide interfaces and common routines for the Agilent MassHunter official SDK.

</div>


## Usage:

```powershell
# install mh_operator_legacy into Python2.7 and MassHunter search path
mh-operator.exe install

# analysis and report test data
mh-operator.exe analysis yellow.D -m methods\Analysis.m --report-method methods\Report.m
```

## Notice:

- MassHunter use [IronPython2.7.5](https://github.com/IronLanguages/main/releases/download/ipy-2.7.5/IronPython-2.7.5.msi) for its SDK engine, normally it does not have the python StdLib under its `PYTHONPATH`. For this package to work, you may need copy/paste the StdLib from `C:\Program Files\IronPython 2.7\Lib` to like `C:\MassHunter\Scripts\Unknowns\Lib` .
