File: control

package info (click to toggle)
voluptuous-serialize 2.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 124 kB
  • sloc: python: 195; sh: 12; makefile: 5
file content (25 lines) | stat: -rw-r--r-- 993 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
Source: voluptuous-serialize
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Ruben Undheim <ruben.undheim@gmail.com>
Build-Depends: debhelper (>= 11),
               dh-python,
               python3-voluptuous,
               python3-all,
               python3-setuptools
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/python-team/modules/voluptuous-serialize
Vcs-Git: https://salsa.debian.org/python-team/modules/voluptuous-serialize.git
Homepage: https://github.com/balloob/voluptuous-serialize


Package: python3-voluptuous-serialize
Architecture: all
Depends: ${python3:Depends},
         ${misc:Depends},
         python3-voluptuous
Description: Code for converting voluptuous schemas to Python dictionaries
 Voluptuous is used to validate data coming into Python. This package allows
 converting these rules to a straightforward Python dict, which then can be
 exported to a text file.