Metadata-Version: 2.1
Name: tmalibrary
Version: 5.5
Summary: Libraries to TMA
Home-page: https://github.com/rfrsilva/tmalibrary
Author: Rui Silva
Author-email: rfsilva@student.dei.uc.pt
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# tmalibrary

Class files to be used during the development of `TMA Monitor` probes developed in `Python`.


## Prerequisites

To use this library, you need to install `requests` and `tmalibrary` module. To install these modules, you need to execute the following commands:

```sh
pip install requests
pip install tmalibrary
```

## Usage

To use this library in the development of your probe, you need to include the following lines in your probe main file, using the code below.

```python
from tmalibrary.probes import *
```

**Note**: To upload a new version of this library, the [INSTRUCTIONS.md](INSTRUCTIONS.md) file has all instructions needed.

