commonlib-reader


Namecommonlib-reader JSON
Version 1.0.4 PyPI version JSON
download
home_pagehttps://github.com/equinor/commonlib-reader.git
SummaryReader for Equinor commonlibapi.
upload_time2025-02-22 17:51:55
maintainerNone
docs_urlNone
authorÅsmund Våge Fannemel
requires_python<4.0,>=3.9
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # commonlib-reader [![SNYK dependency check](https://github.com/equinor/commonlib-reader/actions/workflows/snyk.yml/badge.svg)](https://github.com/equinor/commonlib-reader/actions/workflows/snyk.yml)
Connector package for Equinor Commonlib api. Used for getting code tables.

Some additional functionality for asset specific Tag categories and tag types is also included.

## Use
Try it out by running the [demo](examples/demo.py).

## Installing

Install package from pypi using `pip install commonlib_reader`


## Developing / testing

Poetry is preferred for developers. Clone and install with required packages for testing and coverage:  
`poetry install`

For testing with coverage run:  
`poetry run pytest --cov --cov-report=html`

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/equinor/commonlib-reader.git",
    "name": "commonlib-reader",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "\u00c5smund V\u00e5ge Fannemel",
    "author_email": "asmf@equinor.com",
    "download_url": "https://files.pythonhosted.org/packages/97/e4/5c4984a15354be264e48bd59831070862cca73b08560152c1f812701934c/commonlib_reader-1.0.4.tar.gz",
    "platform": null,
    "description": "# commonlib-reader [![SNYK dependency check](https://github.com/equinor/commonlib-reader/actions/workflows/snyk.yml/badge.svg)](https://github.com/equinor/commonlib-reader/actions/workflows/snyk.yml)\nConnector package for Equinor Commonlib api. Used for getting code tables.\n\nSome additional functionality for asset specific Tag categories and tag types is also included.\n\n## Use\nTry it out by running the [demo](examples/demo.py).\n\n## Installing\n\nInstall package from pypi using `pip install commonlib_reader`\n\n\n## Developing / testing\n\nPoetry is preferred for developers. Clone and install with required packages for testing and coverage:  \n`poetry install`\n\nFor testing with coverage run:  \n`poetry run pytest --cov --cov-report=html`\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Reader for Equinor commonlibapi.",
    "version": "1.0.4",
    "project_urls": {
        "Homepage": "https://github.com/equinor/commonlib-reader.git",
        "Repository": "https://github.com/equinor/commonlib-reader.git"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b46fa6b2c86b7ed1cddd52c957cfa48d37577623b9368191512f8032df531011",
                "md5": "7cb7df7047dc576cbe67db058fd1885a",
                "sha256": "4d98943bcb92129cf41833b99dde7e461364cca4d79eb05255b16deaeb7db61c"
            },
            "downloads": -1,
            "filename": "commonlib_reader-1.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7cb7df7047dc576cbe67db058fd1885a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.9",
            "size": 10872,
            "upload_time": "2025-02-22T17:51:53",
            "upload_time_iso_8601": "2025-02-22T17:51:53.173999Z",
            "url": "https://files.pythonhosted.org/packages/b4/6f/a6b2c86b7ed1cddd52c957cfa48d37577623b9368191512f8032df531011/commonlib_reader-1.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "97e45c4984a15354be264e48bd59831070862cca73b08560152c1f812701934c",
                "md5": "f0aef696555e2d5b00d46eacb8e6e6a1",
                "sha256": "6c4449de8fc82d9fab2c99bc369c6ac6b0f29708d5bfc4ca391decd1c1dec2e8"
            },
            "downloads": -1,
            "filename": "commonlib_reader-1.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "f0aef696555e2d5b00d46eacb8e6e6a1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9",
            "size": 9114,
            "upload_time": "2025-02-22T17:51:55",
            "upload_time_iso_8601": "2025-02-22T17:51:55.676772Z",
            "url": "https://files.pythonhosted.org/packages/97/e4/5c4984a15354be264e48bd59831070862cca73b08560152c1f812701934c/commonlib_reader-1.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-22 17:51:55",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "equinor",
    "github_project": "commonlib-reader",
    "github_not_found": true,
    "lcname": "commonlib-reader"
}
        
Elapsed time: 1.73167s