Name | tagmapper JSON |
Version |
0.2.5
JSON |
| download |
home_page | None |
Summary | Python wrapper for sql tag mapping database |
upload_time | 2024-09-10 12:13:30 |
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": "34712686+asmfstatoil@users.noreply.github.com",
"download_url": "https://files.pythonhosted.org/packages/11/1f/0dc9140689cf5f7933aea868b8c63fb03da2d92f563001380f40ebbfe156/tagmapper-0.2.5.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.2.5",
"project_urls": null,
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "97a6a22adfb426ec2bd86c4515b98f7c3c88bc1008b3cf8c3820879a2265cf2d",
"md5": "e098998ceca8f6a12fbbbf0aaac87d42",
"sha256": "a372b42373b219195249caaa7e1911cb2352261dd37bb6cc292a27a3bb079a1c"
},
"downloads": -1,
"filename": "tagmapper-0.2.5-py3-none-any.whl",
"has_sig": false,
"md5_digest": "e098998ceca8f6a12fbbbf0aaac87d42",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.9",
"size": 6245,
"upload_time": "2024-09-10T12:13:29",
"upload_time_iso_8601": "2024-09-10T12:13:29.234415Z",
"url": "https://files.pythonhosted.org/packages/97/a6/a22adfb426ec2bd86c4515b98f7c3c88bc1008b3cf8c3820879a2265cf2d/tagmapper-0.2.5-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "111f0dc9140689cf5f7933aea868b8c63fb03da2d92f563001380f40ebbfe156",
"md5": "f36d7742159b05c477b93838cb9f8231",
"sha256": "e0de9646f305c06bbbd671d8769265706e95e612825296f5bf7488a9eca184ae"
},
"downloads": -1,
"filename": "tagmapper-0.2.5.tar.gz",
"has_sig": false,
"md5_digest": "f36d7742159b05c477b93838cb9f8231",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.9",
"size": 4672,
"upload_time": "2024-09-10T12:13:30",
"upload_time_iso_8601": "2024-09-10T12:13:30.855528Z",
"url": "https://files.pythonhosted.org/packages/11/1f/0dc9140689cf5f7933aea868b8c63fb03da2d92f563001380f40ebbfe156/tagmapper-0.2.5.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-09-10 12:13:30",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "tagmapper"
}