Metadata-Version: 1.1
Name: hl7apy
Version: 1.3.1
Summary: HL7apy: a lightweight Python library to parse, create and handle HL7 v2.x messages
Home-page: http://crs4.github.io/hl7apy/
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>
License: MIT License
Download-URL: http://sourceforge.net/projects/hl7apy/files/
Description: 
        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
        
Keywords: HL7,Health Level 7,healthcare,python
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Healthcare Industry
Classifier: Topic :: Scientific/Engineering
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
