Metadata-Version: 2.3
Name: semantic-version-tools
Version: 1.3.0
Summary: 
Author: Romolo Politi
Author-email: romolo.politi@inaf.it
Requires-Python: >=3.10, <3.14
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: setuptools (>=75.8.0,<76.0.0)
Description-Content-Type: text/markdown


# Version-Tools

## Installation

### From Repository

To install the Version-Tools package from the repository, run the following commands:

```sh
git clone https://github.com/RomoloPoliti-INAF/version-tools.git
cd version-tools
poetry install
```

### From PyPi

To install the Version-Tools package from PyPi, run the following command:

```sh
pip install version-tools
```

