mmWSClient
==========
`mmWSClient` is a Python module that provides a simple wrapper for 
communicating with the Micetro Web Service.

## Installation

You can install the module using pip:

    $ pip install .

## Requirements

- requests-toolbelt
- requests

## Usage

For usage examples, see the `examples/` directory. It contains sample scripts
demonstrating how to authenticate and interact with the Micetro Web Service.

## License

This project is licensed under the MIT License. See the `LICENSE` file for details.

