File: control

package info (click to toggle)
tryton-proteus 7.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 392 kB
  • sloc: python: 2,716; makefile: 6; sh: 1
file content (32 lines) | stat: -rw-r--r-- 1,211 bytes parent folder | download | duplicates (2)
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
Source: tryton-proteus
Maintainer: Debian Tryton Maintainers <team+tryton-team@tracker.debian.org>
Uploaders: Mathias Behrle <mathiasb@m9s.biz>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3,
               python3-dateutil,
               python3-defusedxml,
               python3-setuptools
Standards-Version: 4.7.0
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/tryton-team/tryton-proteus
Vcs-Git: https://salsa.debian.org/tryton-team/tryton-proteus.git
Homepage: https://www.tryton.org/

Package: tryton-proteus
Architecture: all
Depends: python3-dateutil,
         python3-defusedxml,
         ${misc:Depends},
         ${python3:Depends}
Suggests: tryton-server
Description: Tryton application platform - scripting client
 Tryton is a high-level general purpose application platform. It is the base
 of a complete business solution as well as a comprehensive health and hospital
 information system (GNUHealth).
 .
 This package contains Proteus, a library to access the models, wizards and
 reports of a Tryton server like a client by connecting to a Tryton
 server via XML-RPC or by using trytond as a module.