File: control

package info (click to toggle)
python-marshmallow-sqlalchemy 1.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 364 kB
  • sloc: python: 1,921; makefile: 13; sh: 8
file content (65 lines) | stat: -rw-r--r-- 2,004 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
Source: python-marshmallow-sqlalchemy
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Utkarsh Gupta <guptautkarsh2102@gmail.com>,
 Emmanuel Arias <eamanu@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 dh-sequence-sphinxdoc,
 flit,
 pybuild-plugin-pyproject,
 python-sqlalchemy-doc <!nodoc>,
 python3-all,
 python3-doc <!nodoc>,
 furo <!nodoc>,
 python3-marshmallow <!nocheck>,
 python3-marshmallow-doc <!nodoc>,
 python3-packaging,
 python3-pytest <!nocheck>,
 python3-pytest-lazy-fixtures <!nocheck>,
 python3-sphinx <!nodoc>,
 python3-sphinx-copybutton <!nodoc>,
 python3-sphinx-design <!nodoc>,
 python3-sphinx-issues <!nodoc>,
 python3-sphinxext-opengraph <!nodoc>,
 python3-sqlalchemy <!nocheck>,
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-marshmallow-sqlalchemy
Vcs-Git: https://salsa.debian.org/python-team/packages/python-marshmallow-sqlalchemy.git
Homepage: https://github.com/marshmallow-code/marshmallow-sqlalchemy
Rules-Requires-Root: no

Package: python-marshmallow-sqlalchemy-doc
Architecture: all
Section: doc
Depends:
 ${misc:Depends},
 ${sphinxdoc:Depends},
Suggests:
 python-sqlalchemy-doc,
 python3-doc,
 python3-marshmallow-doc,
Multi-Arch: foreign
Description: SQLAlchemy integration with marshmallow (Documentation)
 SQLAlchemy integration with the marshmallow (de)serialization library.
 .
 It allows one to declare your models, generate marshmallow schemas, and
 (de)serialize your data.
 .
 This package installs the documentation for the library.

Package: python3-marshmallow-sqlalchemy
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Suggests:
 python-marshmallow-sqlalchemy-doc,
Description: SQLAlchemy integration with marshmallow (Python3)
 SQLAlchemy integration with the marshmallow (de)serialization library.
 .
 It allows one to declare your models, generate marshmallow schemas, and
 (de)serialize your data.