A small example package


License
MIT
Install
pip install mh==0.0.33

Documentation

Example Package

To show

  • package distribution
  • package testing (unit, performance, acceptance and multi interpreter)
  • logging use
  • loading to pypi

Usage

To install, either
pip install mh
pip install git+https://github.com/MarkHallett/mh@v0.0.33

To import
import mh

Example usage

  • print mh.EG_VAR2
  • print mh.test_function()
  • print mh.Mh().run_mh()

Further documentation

mh docs

To run tests

unit python -m unittest
performance cd tests/performance; python test_perf.py
acceptance cd tests/acceptance; behave mh.feature
multi interpreter tox