Source: python-exotel
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Sophie Brun <sophie@freexian.com>
Build-Depends: debhelper (>= 10),
               dh-python,
               python-all,
               python-setuptools,
               python3-all,
               python3-setuptools,
# for the tests
               python-coverage,
               python-pytest,
               python-requests,
               python-requests-mock,
               python3-coverage,
               python3-pytest,
               python3-requests,
               python3-requests-mock
Standards-Version: 4.1.1
Homepage: https://github.com/sarathsp06/exotel-py
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-exotel.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-exotel.git
Testsuite: autopkgtest-pkg-python

Package: python-exotel
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-requests
Description: Python library for exotel APIs (Python 2)
 This package contains a Python module for exotels call and SMS APIs
 (unofficial).
 .
 This package installs the library for Python 2.

Package: python3-exotel
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}, python3-requests
Description: Python library for exotel APIs (Python 3)
 This package contains a Python module for exotels call and SMS APIs
 (unofficial).
 .
 This package installs the library for Python 3.
