hl7apy


Namehl7apy JSON
Version 1.3.5 PyPI version JSON
download
home_pagehttp://crs4.github.io/hl7apy/
SummaryHL7apy: a lightweight Python library to parse, create and handle HL7 v2.x messages
upload_time2024-03-13 11:34:28
maintainer
docs_urlNone
authorDaniela Ghironi, Vittorio Meloni, Alessandro Sulis, Federico Caboni
requires_python
licenseMIT License
keywords hl7 health level 7 healthcare python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
HL7apy: a lightweight Python library to parse, create and handle HL7 v2.x messages
----------------------------------------------------------------------------------

HL7apy is a lightweight Python package to intuitively handle `HL7 <http://www.hl7.org>`_ v2 messages according to HL7 specifications.

The main features includes:
 * Message parsing
 * Message creation
 * Message validation following the HL7 xsd specifications
 * Access to elements by name, long name or position
 * Support to all simple and complex datatypes
 * Encoding chars customization
 * Message encoding in ER7 format and compliant with MLLP protocol

            

Raw data

            {
    "_id": null,
    "home_page": "http://crs4.github.io/hl7apy/",
    "name": "hl7apy",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "HL7,Health Level 7,healthcare,python",
    "author": "Daniela Ghironi, Vittorio Meloni, Alessandro Sulis, Federico Caboni",
    "author_email": "<ghiron@gmail.com>, <vittorio.meloni@crs4.it>, <alessandro.sulis@crs4.it>, <federico.caboni@me.com>",
    "download_url": "https://files.pythonhosted.org/packages/eb/68/c200fbbdb320703046af1be1b9da6b9ff2e596e5081393180d25fa04b294/hl7apy-1.3.5.tar.gz",
    "platform": null,
    "description": "\nHL7apy: a lightweight Python library to parse, create and handle HL7 v2.x messages\n----------------------------------------------------------------------------------\n\nHL7apy is a lightweight Python package to intuitively handle `HL7 <http://www.hl7.org>`_ v2 messages according to HL7 specifications.\n\nThe main features includes:\n * Message parsing\n * Message creation\n * Message validation following the HL7 xsd specifications\n * Access to elements by name, long name or position\n * Support to all simple and complex datatypes\n * Encoding chars customization\n * Message encoding in ER7 format and compliant with MLLP protocol\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "HL7apy: a lightweight Python library to parse, create and handle HL7 v2.x messages",
    "version": "1.3.5",
    "project_urls": {
        "Download": "http://sourceforge.net/projects/hl7apy/files/",
        "Homepage": "http://crs4.github.io/hl7apy/"
    },
    "split_keywords": [
        "hl7",
        "health level 7",
        "healthcare",
        "python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "91f71150f6d878a05272858a9a2dedd5466e06003a02dd7c555b51f299656178",
                "md5": "2c0b2dfdd2fe1a8cf01673b883b3d861",
                "sha256": "c8b80ff5ad020bf9c1e68a6395cf45cb78db621f65569d1798c46eb1b657e27b"
            },
            "downloads": -1,
            "filename": "hl7apy-1.3.5-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2c0b2dfdd2fe1a8cf01673b883b3d861",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 974708,
            "upload_time": "2024-03-13T11:34:16",
            "upload_time_iso_8601": "2024-03-13T11:34:16.213579Z",
            "url": "https://files.pythonhosted.org/packages/91/f7/1150f6d878a05272858a9a2dedd5466e06003a02dd7c555b51f299656178/hl7apy-1.3.5-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eb68c200fbbdb320703046af1be1b9da6b9ff2e596e5081393180d25fa04b294",
                "md5": "c3dba9854d286b98d2cbdd494e5fdad6",
                "sha256": "4ed02ae574ddcf9084b389bfcaf1e9023c4b2f4dfa2ce4ab42c430c4180a03fe"
            },
            "downloads": -1,
            "filename": "hl7apy-1.3.5.tar.gz",
            "has_sig": false,
            "md5_digest": "c3dba9854d286b98d2cbdd494e5fdad6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 959807,
            "upload_time": "2024-03-13T11:34:28",
            "upload_time_iso_8601": "2024-03-13T11:34:28.128912Z",
            "url": "https://files.pythonhosted.org/packages/eb/68/c200fbbdb320703046af1be1b9da6b9ff2e596e5081393180d25fa04b294/hl7apy-1.3.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-13 11:34:28",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "hl7apy"
}
        
Elapsed time: 0.21748s