File: control

package info (click to toggle)
python-pyomop 4.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 532 kB
  • sloc: python: 1,374; sh: 37; makefile: 26
file content (77 lines) | stat: -rw-r--r-- 2,436 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
Source: python-pyomop
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Michael Fladischer <fladi@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 help2man,
 pybuild-plugin-pyproject,
 python-pandas-doc,
 python-scipy-doc,
 python-sklearn-doc,
 python3-aiosqlite,
 python3-all,
 python3-click,
 python3-doc,
 python3-pandas,
 python3-pytest,
 python3-recommonmark,
 python3-scipy,
 python3-setuptools,
 python3-setuptools-scm,
 python3-sphinx,
 python3-sqlalchemy,
 sphinx-doc,
Standards-Version: 4.7.0
Homepage: https://github.com/dermatologist/pyomop
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-pyomop
Vcs-Git: https://salsa.debian.org/python-team/packages/python-pyomop.git
Rules-Requires-Root: no

Package: pyomop
Section: science
Architecture: all
Depends:
 python3-pyomop (= ${binary:Version}),
 ${misc:Depends},
 ${python3:Depends},
Description: OHSDI OMOP Common Data Model tools
 The OHSDI OMOP Common Data Model allows for the systematic analysis of
 healthcare observational databases. This is a Python library to use the CDM v6
 compliant databases using SQLAlchemy as the ORM. pyomop also supports
 converting query results to a pandas dataframe (see below) for use in machine
 learning pipelines.

Package: python-pyomop-doc
Section: doc
Architecture: all
Depends:
 ${misc:Depends},
 ${sphinxdoc:Depends},
Description: OHSDI OMOP Common Data Model tools (Documentation)
 The OHSDI OMOP Common Data Model allows for the systematic analysis of
 healthcare observational databases. This is a Python library to use the CDM v6
 compliant databases using SQLAlchemy as the ORM. pyomop also supports
 converting query results to a pandas dataframe (see below) for use in machine
 learning pipelines.
 .
 This package contains the documentation.

Package: python3-pyomop
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Suggests:
 python-pyomop-doc,
Description: OHSDI OMOP Common Data Model tools (Python3 version)
 The OHSDI OMOP Common Data Model allows for the systematic analysis of
 healthcare observational databases. This is a Python library to use the CDM v6
 compliant databases using SQLAlchemy as the ORM. pyomop also supports
 converting query results to a pandas dataframe (see below) for use in machine
 learning pipelines.
 .
 This package contains the Python 3 version of the library.