sdc11073


Namesdc11073 JSON
Version 2.3.0 PyPI version JSON
download
home_pageNone
SummaryPure python implementation of IEEE11073 SDC protocol
upload_time2025-07-08 13:23:44
maintainerNone
docs_urlNone
authorNone
requires_python<3.14,>=3.9
licenseNone
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: tested 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:: https://github.com/Draegerwerk/sdc11073/blob/master/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>`__.

For this open source project the `Contributor License Agreement <https://github.com/Draegerwerk/sdc11073/blob/master/Contributor_License_Agreement.md>`__ governs all relevant activities and your contributions. By contributing to the project you agree to be bound by this Agreement and to licence your work accordingly.

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 .

If you want to contribute also checkout our `contribution guideline <https://github.com/Draegerwerk/sdc11073/blob/master/CONTRIBUTING.md>`__.

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.

ISO 9001
--------

The sdc11073 python library was not developed according to ISO 9001.

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.

Support
=======

Issues can be filed `here <https://github.com/Draegerwerk/sdc11073/issues>`__.

License
=======

See LICENSE file
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "sdc11073",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.14,>=3.9",
    "maintainer_email": null,
    "keywords": "IEEE11073, SDC",
    "author": null,
    "author_email": "Bernd Deichmann <bernd.deichmann@draeger.com>, Leon Budnick <leon.budnick@draeger.com>",
    "download_url": "https://files.pythonhosted.org/packages/9c/6c/e05d9c80d36951512ee57e0a67469ee3af5eafe1862fe043fe22a841c0d4/sdc11073-2.3.0.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: tested 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:: https://github.com/Draegerwerk/sdc11073/blob/master/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\nFor this open source project the `Contributor License Agreement <https://github.com/Draegerwerk/sdc11073/blob/master/Contributor_License_Agreement.md>`__ governs all relevant activities and your contributions. By contributing to the project you agree to be bound by this Agreement and to licence your work accordingly.\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\nIf you want to contribute also checkout our `contribution guideline <https://github.com/Draegerwerk/sdc11073/blob/master/CONTRIBUTING.md>`__.\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\nISO 9001\n--------\n\nThe sdc11073 python library was not developed according to ISO 9001.\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\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": null,
    "summary": "Pure python implementation of IEEE11073 SDC protocol",
    "version": "2.3.0",
    "project_urls": {
        "Bug Tracker": "https://github.com/Draegerwerk/sdc11073/issues",
        "Homepage": "https://github.com/Draegerwerk/sdc11073"
    },
    "split_keywords": [
        "ieee11073",
        " sdc"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9793f5e9e1cd9fd6a6e0d9d927ea5827d4abcc4129f9fa380466e5e9b5ea701f",
                "md5": "512890ad8598fe0e00bb50b1a0f3b3ba",
                "sha256": "30e7992fe0927396cb55bbeb324b6808a0d5c7a8bd6f8ae055d6d90f5927a001"
            },
            "downloads": -1,
            "filename": "sdc11073-2.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "512890ad8598fe0e00bb50b1a0f3b3ba",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.14,>=3.9",
            "size": 368262,
            "upload_time": "2025-07-08T13:23:43",
            "upload_time_iso_8601": "2025-07-08T13:23:43.114809Z",
            "url": "https://files.pythonhosted.org/packages/97/93/f5e9e1cd9fd6a6e0d9d927ea5827d4abcc4129f9fa380466e5e9b5ea701f/sdc11073-2.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9c6ce05d9c80d36951512ee57e0a67469ee3af5eafe1862fe043fe22a841c0d4",
                "md5": "2caebfc50352f947499bda2a9a00c6dd",
                "sha256": "b0fe83cc2258f800fb36e9024eba6b8527669c53b9118117d439a512481c038e"
            },
            "downloads": -1,
            "filename": "sdc11073-2.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "2caebfc50352f947499bda2a9a00c6dd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.14,>=3.9",
            "size": 642055,
            "upload_time": "2025-07-08T13:23:44",
            "upload_time_iso_8601": "2025-07-08T13:23:44.815297Z",
            "url": "https://files.pythonhosted.org/packages/9c/6c/e05d9c80d36951512ee57e0a67469ee3af5eafe1862fe043fe22a841c0d4/sdc11073-2.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-08 13:23:44",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Draegerwerk",
    "github_project": "sdc11073",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "sdc11073"
}
        
Elapsed time: 0.65796s