Source: coreapi
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-client
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 11),
               dh-python,
               python3-all,
               python3-setuptools,
               python3-coreschema,
               python3-itypes,
               python3-requests,
               python3-uritemplate,
Standards-Version: 4.1.3
Testsuite: autopkgtest-pkg-python
Vcs-Git: https://salsa.debian.org/python-team/modules/coreapi.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/coreapi

Package: python3-coreapi
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Python3 client library for Core API
 Core API is a format-independent Document Object Model for representing
 Web APIs.
 .
 It can be used to represent either Schema or Hypermedia responses, and
 allows one to interact with an API at the layer of an application
 interface, rather than a network interface.
 .
 This package provides a Python3 client for such APIs
