Name | sdc11073 JSON |
Version |
2.0.1
JSON |
| download |
home_page | |
Summary | Pure python implementation of IEEE11073 SDC protocol |
upload_time | 2024-02-21 14:47:39 |
maintainer | |
docs_url | None |
author | |
requires_python | <3.12,>=3.9 |
license | |
keywords |
ieee11073
sdc
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
********
sdc11073
********
|img1| |img2| |img3| |img4| |img5|
.. |img1| image:: https://img.shields.io/pypi/pyversions/sdc11073
:alt: pypi python version(s)
.. |img2| image:: https://img.shields.io/pypi/v/sdc11073
:alt: pypi latest version
.. |img3| image:: https://img.shields.io/pypi/dm/sdc11073
:alt: pypi downloads per month
.. |img4| image:: https://img.shields.io/badge/runs%20on-ubuntu%20%7C%20windows-blue
:alt: runs on which operating systems
.. |img5| image:: https://codecov.io/gh/Draegerwerk/sdc11073/branch/master/graph/badge.svg?token=EPLCCZMWMM
:target: https://codecov.io/gh/Draegerwerk/sdc11073
:alt: test coverage
.. image:: docs/sdc_social_preview.jpg
:alt: sdc Picture
Overview
========
ISO/IEEE 11073 is a standards family for the communication of medical devices. SDC
(Service-Oriented Device Connectivity) is one of the latest additions to
this family and is `described here <https://en.wikipedia.org/wiki/IEEE_11073_service-oriented_device_connectivity>`__.
Market-oriented information on SDC from Dräger can be found `here <https://www.draeger.com/Library/Content/sdc-information-sheet-9107546-en.pdf>`__.
SDC is supported by the interoperability association `OR.Net <https://ornet.org/en>`__.
Getting Started
===============
Installation
------------
Install `sdc11073 <https://pypi.org/project/sdc11073/>`__ from pypi using::
pip install sdc11073
Install lz4 compression with::
pip install sdc11073[lz4]
The latest development version can be installed via::
git clone https://github.com/Draegerwerk/sdc11073/
pip install .
you may use :code:`pip install -e .` for an `editable install <https://pip.pypa.io/en/stable/topics/local-project-installs/#editable-installs>`__.
Tutorials
---------
Tutorials can be found in the `tutorial <tutorial/>`__ folder
Tests
=====
Test can be executed with::
git clone https://github.com/Draegerwerk/sdc11073/
pip install ".[test]"
pytest
Notices
=======
The sdc11073 python library is not intended for use in medical products, clinical trials, clinical studies, or in clinical routine.
Limitations
===========
The wsdiscovery module only works with a single ipv4 address. Publishing a device on multiple networks it not supported.
The same is valid for searching.
ISO 9001
--------
The sdc11073 python library was not developed according to ISO 9001.
Support
=======
Issues can be filed `here <https://github.com/Draegerwerk/sdc11073/issues>`__.
License
=======
See LICENSE file
Raw data
{
"_id": null,
"home_page": "",
"name": "sdc11073",
"maintainer": "",
"docs_url": null,
"requires_python": "<3.12,>=3.9",
"maintainer_email": "",
"keywords": "IEEE11073,SDC",
"author": "",
"author_email": "Bernd Deichmann <bernd.deichmann@draeger.com>, Leon Budnick <leon.budnick@draeger.com>",
"download_url": "https://files.pythonhosted.org/packages/8a/ee/3b03ae22591f8c99c7a6838fc7543b246d3ab3b465a104bf35ebde137084/sdc11073-2.0.1.tar.gz",
"platform": null,
"description": "********\nsdc11073\n********\n\n|img1| |img2| |img3| |img4| |img5|\n\n.. |img1| image:: https://img.shields.io/pypi/pyversions/sdc11073\n :alt: pypi python version(s)\n\n.. |img2| image:: https://img.shields.io/pypi/v/sdc11073\n :alt: pypi latest version\n\n.. |img3| image:: https://img.shields.io/pypi/dm/sdc11073\n :alt: pypi downloads per month\n\n.. |img4| image:: https://img.shields.io/badge/runs%20on-ubuntu%20%7C%20windows-blue\n :alt: runs on which operating systems\n\n.. |img5| image:: https://codecov.io/gh/Draegerwerk/sdc11073/branch/master/graph/badge.svg?token=EPLCCZMWMM\n :target: https://codecov.io/gh/Draegerwerk/sdc11073\n :alt: test coverage\n\n.. image:: docs/sdc_social_preview.jpg\n :alt: sdc Picture\n\nOverview\n========\n\nISO/IEEE 11073 is a standards family for the communication of medical devices. SDC\n(Service-Oriented Device Connectivity) is one of the latest additions to\nthis family and is `described here <https://en.wikipedia.org/wiki/IEEE_11073_service-oriented_device_connectivity>`__.\n\nMarket-oriented information on SDC from Dr\u00e4ger can be found `here <https://www.draeger.com/Library/Content/sdc-information-sheet-9107546-en.pdf>`__.\n\nSDC is supported by the interoperability association `OR.Net <https://ornet.org/en>`__.\n\nGetting Started\n===============\n\nInstallation\n------------\n\nInstall `sdc11073 <https://pypi.org/project/sdc11073/>`__ from pypi using::\n\n pip install sdc11073\n\nInstall lz4 compression with::\n\n pip install sdc11073[lz4]\n\nThe latest development version can be installed via::\n\n git clone https://github.com/Draegerwerk/sdc11073/\n pip install .\n\nyou may use :code:`pip install -e .` for an `editable install <https://pip.pypa.io/en/stable/topics/local-project-installs/#editable-installs>`__.\n\nTutorials\n---------\n\nTutorials can be found in the `tutorial <tutorial/>`__ folder\n\nTests\n=====\n\nTest can be executed with::\n\n git clone https://github.com/Draegerwerk/sdc11073/\n pip install \".[test]\"\n pytest\n\nNotices\n=======\n\nThe sdc11073 python library is not intended for use in medical products, clinical trials, clinical studies, or in clinical routine.\n\nLimitations\n===========\n\nThe wsdiscovery module only works with a single ipv4 address. Publishing a device on multiple networks it not supported.\nThe same is valid for searching.\n\nISO 9001\n--------\n\nThe sdc11073 python library was not developed according to ISO 9001.\n\nSupport\n=======\n\nIssues can be filed `here <https://github.com/Draegerwerk/sdc11073/issues>`__.\n\nLicense\n=======\n\nSee LICENSE file",
"bugtrack_url": null,
"license": "",
"summary": "Pure python implementation of IEEE11073 SDC protocol",
"version": "2.0.1",
"project_urls": {
"Bug Tracker": "https://github.com/Draegerwerk/sdc11073/issues",
"Homepage": "https://github.com/Draegerwerk/sdc11073"
},
"split_keywords": [
"ieee11073",
"sdc"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "8ee3ec8d098d9be76ce4fa23dda50568bf8586c9d984811e8e94483ffe7978b8",
"md5": "af9896c26adbcda049afdfd9003f9430",
"sha256": "59e86e7b40c4b05e79c87d63a2716b3813fbc6041f954614ada6b1600e99a178"
},
"downloads": -1,
"filename": "sdc11073-2.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "af9896c26adbcda049afdfd9003f9430",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<3.12,>=3.9",
"size": 329163,
"upload_time": "2024-02-21T14:47:37",
"upload_time_iso_8601": "2024-02-21T14:47:37.123374Z",
"url": "https://files.pythonhosted.org/packages/8e/e3/ec8d098d9be76ce4fa23dda50568bf8586c9d984811e8e94483ffe7978b8/sdc11073-2.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "8aee3b03ae22591f8c99c7a6838fc7543b246d3ab3b465a104bf35ebde137084",
"md5": "ab321df9dac5b0cda826f82a07edc510",
"sha256": "9d89358f7ff8dfe975f224850dd4e32aa2c629908c9ffb3f0b269158a5da2cfb"
},
"downloads": -1,
"filename": "sdc11073-2.0.1.tar.gz",
"has_sig": false,
"md5_digest": "ab321df9dac5b0cda826f82a07edc510",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<3.12,>=3.9",
"size": 607953,
"upload_time": "2024-02-21T14:47:39",
"upload_time_iso_8601": "2024-02-21T14:47:39.074490Z",
"url": "https://files.pythonhosted.org/packages/8a/ee/3b03ae22591f8c99c7a6838fc7543b246d3ab3b465a104bf35ebde137084/sdc11073-2.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-02-21 14:47:39",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Draegerwerk",
"github_project": "sdc11073",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "sdc11073"
}