Metadata-Version: 2.3
Name: MyCommonLib
Version: 0.8.6
Summary: Common library
License: GPL-3.0-or-later
Keywords: SETUP LIBS
Author: Romolo Politi
Author-email: romolo.politi@inaf.it
Requires-Python: >=3.10,<3.15
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Requires-Dist: pyyaml (>=6.0.2)
Requires-Dist: rich (>=13.9.4)
Requires-Dist: semantic-version-tools (>=1.4.0,<2.0.0)
Requires-Dist: setuptools (>=80.9.0)
Project-URL: Bug Tracker, https://github.com/RomoloPoliti-INAF/myCommonLib/issues
Project-URL: Repository, https://github.com/RomoloPoliti-INAF/myCommonLib
Description-Content-Type: text/markdown

# myCommonLib
![Version 0.8.5](https://img.shields.io/badge/version-0.8.5-blue?style=plastic)
![Language Python 3.13.0](https://img.shields.io/badge/python-3.13.0-orange?style=plastic&logo=python)

Common library used in several project

## Installation

To install you can run the command

```console
python3 -m pip install MyCommonLib
```
or clone the project and install using the command 

```python
python3 -m pip install .
```

If you use the *pyprojext.toml* file you need to add the line 

```toml
"MyCommonLib",
```
in the *dependencies* array.

## Usage

```python
from MyCommonLib import Configure, Vers
```

## Contents

### Vers Class

Class for the manipulation of objects version following the [Semantic Versioning](https://semver.org/)


### Setup the logger Name
