Metadata-Version: 2.1
Name: tmalibrary
Version: 3.10
Summary: Libraries to TMA
Home-page: https://github.com/rfrsilva/tmalibrary
Author: Rui Silva
Author-email: rfsilv@student.dei.uc.pt
License: UNKNOWN
Description: # 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 *
        ```
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
