MyCommonLib


NameMyCommonLib JSON
Version 0.7.5 PyPI version JSON
download
home_pagehttps://github.com/RomoloPoliti-INAF/myCommonLib
SummaryCommon library
upload_time2024-11-26 12:21:52
maintainerNone
docs_urlNone
authorRomolo Politi
requires_python<=3.13,>=3.9
licenseGPL-3.0-or-later
keywords setup libs
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # myCommonLib
![Version 0.7.5](https://img.shields.io/badge/version-0.7.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
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/RomoloPoliti-INAF/myCommonLib",
    "name": "MyCommonLib",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<=3.13,>=3.9",
    "maintainer_email": null,
    "keywords": "SETUP LIBS",
    "author": "Romolo Politi",
    "author_email": "romolo.politi@inaf.it",
    "download_url": "https://files.pythonhosted.org/packages/8c/52/1817d67892b7a735ea0300cd78c1e0392d0b62419201b6c582b851a5b484/mycommonlib-0.7.5.tar.gz",
    "platform": null,
    "description": "# myCommonLib\n![Version 0.7.5](https://img.shields.io/badge/version-0.7.5-blue?style=plastic)\n![Language Python 3.13.0](https://img.shields.io/badge/python-3.13.0-orange?style=plastic&logo=python)\n\nCommon library used in several project\n\n## Installation\n\nTo install you can run the command\n\n```console\npython3 -m pip install MyCommonLib\n```\nor clone the project and install using the command \n\n```python\npython3 -m pip install .\n```\n\nIf you use the *pyprojext.toml* file you need to add the line \n\n```toml\n\"MyCommonLib\",\n```\nin the *dependencies* array.\n\n## Usage\n\n```python\nfrom MyCommonLib import Configure, Vers\n```\n\n## Contents\n\n### Vers Class\n\nClass for the manipulation of objects version following the [Semantic Versioning](https://semver.org/)\n\n\n### Setup the logger Name",
    "bugtrack_url": null,
    "license": "GPL-3.0-or-later",
    "summary": "Common library",
    "version": "0.7.5",
    "project_urls": {
        "Bug Tracker": "https://github.com/RomoloPoliti-INAF/myCommonLib/issues",
        "Homepage": "https://github.com/RomoloPoliti-INAF/myCommonLib",
        "Repository": "https://github.com/RomoloPoliti-INAF/myCommonLib"
    },
    "split_keywords": [
        "setup",
        "libs"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6c334340da610b171fa06eeccfcb94ffaf9541a838b7c14db389b917e1c6a748",
                "md5": "185b076cf3d88f60741fe626a7a93642",
                "sha256": "92c3354bdc695927df23bfcc02d4f9ba0fa366a6e4df3f417e12ce469fcc3339"
            },
            "downloads": -1,
            "filename": "mycommonlib-0.7.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "185b076cf3d88f60741fe626a7a93642",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<=3.13,>=3.9",
            "size": 10808,
            "upload_time": "2024-11-26T12:21:50",
            "upload_time_iso_8601": "2024-11-26T12:21:50.918681Z",
            "url": "https://files.pythonhosted.org/packages/6c/33/4340da610b171fa06eeccfcb94ffaf9541a838b7c14db389b917e1c6a748/mycommonlib-0.7.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8c521817d67892b7a735ea0300cd78c1e0392d0b62419201b6c582b851a5b484",
                "md5": "6e55034fdc65647353c952b11fecead2",
                "sha256": "ee60c7457fd8f89d1683da92ee130f5d2c6eaa39a3ed5b4cef904d41e19b835b"
            },
            "downloads": -1,
            "filename": "mycommonlib-0.7.5.tar.gz",
            "has_sig": false,
            "md5_digest": "6e55034fdc65647353c952b11fecead2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<=3.13,>=3.9",
            "size": 8702,
            "upload_time": "2024-11-26T12:21:52",
            "upload_time_iso_8601": "2024-11-26T12:21:52.303068Z",
            "url": "https://files.pythonhosted.org/packages/8c/52/1817d67892b7a735ea0300cd78c1e0392d0b62419201b6c582b851a5b484/mycommonlib-0.7.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-26 12:21:52",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "RomoloPoliti-INAF",
    "github_project": "myCommonLib",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "mycommonlib"
}
        
Elapsed time: 0.89800s