File: control

package info (click to toggle)
coreschema 0.0.4-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 172 kB
  • sloc: python: 743; makefile: 3
file content (27 lines) | stat: -rw-r--r-- 1,039 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
Source: coreschema
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Pierre-Elliott Bécue <becue@crans.org>
Homepage: https://github.com/core-api/python-coreschema
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 11),
               dh-python,
               python3-all,
               python3-jinja2,
               python3-setuptools
Standards-Version: 4.1.3
Testsuite: autopkgtest-pkg-python
Vcs-Git: https://salsa.debian.org/python-team/modules/coreschema.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/coreschema

Package: python3-coreschema
Architecture: all
Depends: python3-pkg-resources, ${misc:Depends}, ${python3:Depends}
Description: Python3 utilities to describe an abstract data schema to coreapi
 Core API is a format-independent Document Object Model for representing Web
 APIs.
 .
 This package provides an abstract Python library to describe classic data
 types (Integers, Strings et al.).
 .
 This package provides the Python3 library.