MyCommonLib


NameMyCommonLib JSON
Version 0.4.1 PyPI version JSON
download
home_pageNone
SummaryCommon library
upload_time2024-09-10 17:48:19
maintainerNone
docs_urlNone
authorNone
requires_pythonNone
licenseGNU GPL ver3
keywords setup libs
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # myCommonLib
![Version 0.4.1](https://img.shields.io/badge/version-0.4.1-blue?style=plastic)
![Language Python 3.12.4](https://img.shields.io/badge/python-3.12.4-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": null,
    "name": "MyCommonLib",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "SETUP LIBS",
    "author": null,
    "author_email": "Romolo Politi <Romolo.Politi@inaf.it>",
    "download_url": "https://files.pythonhosted.org/packages/63/c6/b0daf4751be1c85c11a296a16ef0f02c14b8dd0ba8ca30c77e0159cb203f/mycommonlib-0.4.1.tar.gz",
    "platform": null,
    "description": "# myCommonLib\n![Version 0.4.1](https://img.shields.io/badge/version-0.4.1-blue?style=plastic)\n![Language Python 3.12.4](https://img.shields.io/badge/python-3.12.4-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\n",
    "bugtrack_url": null,
    "license": "GNU GPL ver3",
    "summary": "Common library",
    "version": "0.4.1",
    "project_urls": {
        "Changelog": "https://github.com/RomoloPoliti-INAF/myCommonLib/blob/main/CHANGELOG.md",
        "Repository": "https://github.com/RomoloPoliti-INAF/myCommonLib"
    },
    "split_keywords": [
        "setup",
        "libs"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fcdd80489f888c4223a3ddf9aeca29fb58e5b5592661a6114da000ddc060fbb3",
                "md5": "d2877d4b08b35c44794a405f493c3195",
                "sha256": "75db8c554f4396ff51021c7189051d663c384bc8e37eeb16ffa819c04f705da1"
            },
            "downloads": -1,
            "filename": "MyCommonLib-0.4.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d2877d4b08b35c44794a405f493c3195",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 9339,
            "upload_time": "2024-09-10T17:48:17",
            "upload_time_iso_8601": "2024-09-10T17:48:17.821323Z",
            "url": "https://files.pythonhosted.org/packages/fc/dd/80489f888c4223a3ddf9aeca29fb58e5b5592661a6114da000ddc060fbb3/MyCommonLib-0.4.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "63c6b0daf4751be1c85c11a296a16ef0f02c14b8dd0ba8ca30c77e0159cb203f",
                "md5": "2c6b97831c2a71977cbe8e54a5138c26",
                "sha256": "2b21e5713bddbd0d0d12f47262015c5bad57475fc0db7361d3624a04c7c62230"
            },
            "downloads": -1,
            "filename": "mycommonlib-0.4.1.tar.gz",
            "has_sig": false,
            "md5_digest": "2c6b97831c2a71977cbe8e54a5138c26",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 9128,
            "upload_time": "2024-09-10T17:48:19",
            "upload_time_iso_8601": "2024-09-10T17:48:19.241985Z",
            "url": "https://files.pythonhosted.org/packages/63/c6/b0daf4751be1c85c11a296a16ef0f02c14b8dd0ba8ca30c77e0159cb203f/mycommonlib-0.4.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-10 17:48:19",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "RomoloPoliti-INAF",
    "github_project": "myCommonLib",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "mycommonlib"
}
        
Elapsed time: 0.37318s