Skip to content

RomoloPoliti-INAF/myCommonLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

myCommonLib

Version 0.3.1.devel.1 Language Python 3.12.1

Common library used in several project

Installation

To install you can run the command

python3 -m pip install git+https://github.com/RomoloPoliti-INAF/myCommonLib

or clone the project and install using the command

python3 -m pip install .

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

"myCommonLib@git+https://github.com/RomoloPoliti-INAF/myCommonLib",

in the dependencies array.

Usage

from MyCommonLib import Configure, Vers

Contents

Vers Class

Class for the manipulation of objects version following the Semantic Versioning

Setup the logger Name