Metadata-Version: 2.1
Name: pamqualeLabsTasks
Version: 0.0.1
Summary: Python package for lab tasks
Home-page: 
Author: Pamquale Tagaromus
Author-email: pamquale@gmail.com
License: MIT
Keywords: lab tasks
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENSE.txt

Mates, you are all welcome to contribute to reaching the 5 mark.

## Contributors
- pamquale

## Documentation

### Installation
```
pip install pamqualeLabsTasks
```
### Usage
Specify the lab number and the task number to get the result.
```python
from pamqualeLabsTasks.labX import LabX
```
In the code you can call the class using the following pattern:
```python
def taskX(value):
    return LabN(value).taskX()
```



Change Log
==========

0.0.1 (05/04/2024)
------------------
- Initial release
