File: control

package info (click to toggle)
python-hl7 0.3.4-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 356 kB
  • ctags: 274
  • sloc: python: 1,301; makefile: 111
file content (59 lines) | stat: -rw-r--r-- 2,342 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Source: python-hl7
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: John Paulett <john@paulett.org>,
           Andreas Tille <tille@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 10),
               dh-python,
               python,
               python-setuptools,
               python-six,
               python-mock,
               python-unittest2,
               python3,
               python3-setuptools,
               python3-six,
               python3-mock
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/python-hl7/trunk/
Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/python-hl7/trunk/
Homepage: https://github.com/johnpaulett/python-hl7/

Package: python-hl7
Architecture: all
Depends: ${python:Depends},
         ${misc:Depends},
         python-pkg-resources
Recommends: python-six,
            python-mock
Provides: ${python:Provides}
Description: Python library for parsing HL7 messages
 HL7 is a communication protocol and message format for health care data. 
 It is the de-facto standard for transmitting data between clinical 
 information systems and between clinical devices. The version 2.x series, 
 which is often is a pipe delimited format is currently the most widely 
 accepted version of HL7 (version 3.0 is an XML-based format).
 python-hl7 currently only parses HL7 version 2.x messages into an easy 
 to access, list-based, data structure. 

Package: python3-hl7
Architecture: all
Depends: ${python3:Depends},
         ${misc:Depends},
         python3-pkg-resources
Recommends: python3-six,
            python3-mock
Breaks: python-hl7 (<= 0.3.2-1)
Provides: ${python:Provides},
          python-hl7
Description: Python3 library for parsing HL7 messages
 HL7 is a communication protocol and message format for health care data. 
 It is the de-facto standard for transmitting data between clinical 
 information systems and between clinical devices. The version 2.x series, 
 which is often is a pipe delimited format is currently the most widely 
 accepted version of HL7 (version 3.0 is an XML-based format).
 python-hl7 currently only parses HL7 version 2.x messages into an easy 
 to access, list-based, data structure.
 .
 This package contains the Python3 API.