Metadata-Version: 2.1
Name: mprov-mash
Version: 0.0.1
Summary: mash (mProv Admin Shell)
Home-page: https://github.com/mprov-ng/mash/
Author: Jason Williams
Author-email: jasonw@jhu.edu
Project-URL: Bug Tracker, https://github.com/mprov-ng/mash/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: POSIX :: Linux
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# mash (mProv Admin Shell)

This is the command line utility for talking to the mProv Control Center.  

## Requirements
The `mash` requires python 3.8 and above.  It also requires that the packages in the `requirements.txt` be installed.  As always, you can accomplish this with the following pip command: `pip install -r requirements.txt`

