commonlib-reader


Namecommonlib-reader JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/equinor/commonlib-reader.git
SummaryReader for Equinor commonlibapi.
upload_time2024-09-25 12:50:30
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-python
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/3c/40/b081e88e5003b9e2232cb8bd4994a9839410b6f92d8afe25c58c7df2bae5/commonlib_reader-1.0.0.tar.gz",
    "platform": null,
    "description": "# commonlib-python\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`",
    "bugtrack_url": null,
    "license": null,
    "summary": "Reader for Equinor commonlibapi.",
    "version": "1.0.0",
    "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": "01fe6dc8bcac1aca4b8bc9a754dfa9413450c9dddfdf353036ad4fe7c13dabc4",
                "md5": "5e927f1371d308fba279d41e5e2f8c8d",
                "sha256": "ae0e21abb5e60db78a5060e77792eb047e774b64404a2d438287819b54e071f4"
            },
            "downloads": -1,
            "filename": "commonlib_reader-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5e927f1371d308fba279d41e5e2f8c8d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.9",
            "size": 9718,
            "upload_time": "2024-09-25T12:50:28",
            "upload_time_iso_8601": "2024-09-25T12:50:28.684271Z",
            "url": "https://files.pythonhosted.org/packages/01/fe/6dc8bcac1aca4b8bc9a754dfa9413450c9dddfdf353036ad4fe7c13dabc4/commonlib_reader-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3c40b081e88e5003b9e2232cb8bd4994a9839410b6f92d8afe25c58c7df2bae5",
                "md5": "0441434f78baff83dde5cc1f3d5a6bb0",
                "sha256": "8f562208bb674d1d01189e0ca1dca641450d5910d33862c9bbf29a12f9cd4c53"
            },
            "downloads": -1,
            "filename": "commonlib_reader-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "0441434f78baff83dde5cc1f3d5a6bb0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9",
            "size": 7855,
            "upload_time": "2024-09-25T12:50:30",
            "upload_time_iso_8601": "2024-09-25T12:50:30.449514Z",
            "url": "https://files.pythonhosted.org/packages/3c/40/b081e88e5003b9e2232cb8bd4994a9839410b6f92d8afe25c58c7df2bae5/commonlib_reader-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-25 12:50:30",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "equinor",
    "github_project": "commonlib-reader",
    "github_not_found": true,
    "lcname": "commonlib-reader"
}
        
Elapsed time: 0.45557s