Metadata-Version: 2.4
Name: mmWSClient
Version: 1.1.0
Summary: A client module for the Micetro Web Service
Author-email: bluecatnetworks <info@bluecatnetworks.com>
Project-URL: Homepage, https://bluecatnetworks.com/products/micetro/
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/plain
License-File: LICENSE
Requires-Dist: requests-toolbelt
Requires-Dist: requests
Dynamic: license-file

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.

