Name | tagmapper JSON |
Version |
0.3.0
JSON |
| download |
home_page | None |
Summary | Python wrapper for sql tag mapping database |
upload_time | 2025-01-08 09:34:12 |
maintainer | None |
docs_url | None |
author | Åsmund Våge Fannemel |
requires_python | <4.0,>=3.9 |
license | None |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# tagmapper-sdk
Prototype python package to get IMS-tag mappings for data models for separators and wells.
Authentication is done using Azure credentials and bearer tokens.
## Use
See (examples/demo_separator.py)[demo]. Or try the following simple code.
```
from tagmapper import Well
w = Well("NO 30/6-E-2")
```
## Installing
Install from github using pip.
``
pip install git+https://github.com/equinor/tagmapper-sdk.git
``
## Developing
Clone repo and run ``poetry install`` to install dependencies.
## Testing
Run tests and check coverage using pytest-cov
``poetry run pytest --cov=tagmapper test/ --cov-report html``
Raw data
{
"_id": null,
"home_page": null,
"name": "tagmapper",
"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/58/6e/388fb421beb2d3db7dfad58b3aff5c4d124b1ed5d5085db2c28a85775a58/tagmapper-0.3.0.tar.gz",
"platform": null,
"description": "# tagmapper-sdk\nPrototype python package to get IMS-tag mappings for data models for separators and wells.\n\nAuthentication is done using Azure credentials and bearer tokens.\n\n\n## Use\nSee (examples/demo_separator.py)[demo]. Or try the following simple code. \n```\nfrom tagmapper import Well\n\n\nw = Well(\"NO 30/6-E-2\") \n```\n\n\n## Installing\nInstall from github using pip. \n``\npip install git+https://github.com/equinor/tagmapper-sdk.git\n``\n\n\n## Developing\nClone repo and run ``poetry install`` to install dependencies.\n\n\n## Testing\nRun tests and check coverage using pytest-cov\n``poetry run pytest --cov=tagmapper test/ --cov-report html``\n",
"bugtrack_url": null,
"license": null,
"summary": "Python wrapper for sql tag mapping database",
"version": "0.3.0",
"project_urls": null,
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "44b6920000ccea659464d6366b204369e0f844d68fef862baa884a7dfcab0218",
"md5": "49fb6d2c4148743067dd0a7eb7715c5d",
"sha256": "ce8025e958d98bbf5b6df58f3958f753705257ba328d817f1b93c2de2b972206"
},
"downloads": -1,
"filename": "tagmapper-0.3.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "49fb6d2c4148743067dd0a7eb7715c5d",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.9",
"size": 7811,
"upload_time": "2025-01-08T09:34:11",
"upload_time_iso_8601": "2025-01-08T09:34:11.594499Z",
"url": "https://files.pythonhosted.org/packages/44/b6/920000ccea659464d6366b204369e0f844d68fef862baa884a7dfcab0218/tagmapper-0.3.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "586e388fb421beb2d3db7dfad58b3aff5c4d124b1ed5d5085db2c28a85775a58",
"md5": "d7e55632d1cd735317c872a22b877cf0",
"sha256": "98a491e197ab8ef38efc80f5f5f8e584a6372afad522a1e5c6726e5b6f0e711d"
},
"downloads": -1,
"filename": "tagmapper-0.3.0.tar.gz",
"has_sig": false,
"md5_digest": "d7e55632d1cd735317c872a22b877cf0",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.9",
"size": 5678,
"upload_time": "2025-01-08T09:34:12",
"upload_time_iso_8601": "2025-01-08T09:34:12.763964Z",
"url": "https://files.pythonhosted.org/packages/58/6e/388fb421beb2d3db7dfad58b3aff5c4d124b1ed5d5085db2c28a85775a58/tagmapper-0.3.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-08 09:34:12",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "tagmapper"
}