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 (>= 11),
               dh-python,
               python-all,
               python-setuptools,
               python-coreschema,
               python-itypes,
               python-requests,
               python-uritemplate,
               python3-all,
               python3-setuptools,
               python3-coreschema,
               python3-itypes,
               python3-requests,
               python3-uritemplate,
Standards-Version: 4.1.3
Testsuite: autopkgtest-pkg-python
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/coreapi.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/coreapi.git

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

Package: python-coreapi
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: Python 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 Python client for such APIs
