Metadata-Version: 2.1
Name: mh
Version: 0.0.24
Summary: A small example package
Home-page: https://github.com/markhallett/mh
Author: Mark Hallett
Author-email: mh@markhallett.co.uk
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Provides-Extra: dev
Requires-Dist: pycrunch-trace (==0.1.5) ; extra == 'dev'
Requires-Dist: behave (==1.2.6) ; extra == 'dev'

# Example Package

## To show 
* package distirbution
* package testing (unit, integration and acceptance)
<br /> 

## Usage
To install, `pip install mh`<br /> 
To import `import mh`<br /> 
<br /> 
Example usage   
* `print mh.EG_VAR2`<br /> 
* `print mh.testFunction()`<br /> 
* `print mh.Mh().runMh()`<br /> 


