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 28 29 30 31 32 33
  
     | 
    
      Source: python-twilio
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-aiohttp,
 python3-aiohttp-retry,
 python3-aiounittest,
 python3-all:any,
 python3-cryptography,
 python3-django,
 python3-jwt (>= 2.0.0),
 python3-jwt (<< 3.0.0),
 python3-pygments,
 python3-pytest,
 python3-requests,
 python3-setuptools,
Standards-Version: 4.6.2
Homepage: https://github.com/twilio/twilio-python
Vcs-Git: https://salsa.debian.org/python-team/packages/python-twilio.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-twilio
Testsuite: autopkgtest-pkg-pybuild
Rules-Requires-Root: no
Package: python3-twilio
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-requests
Description: Twilio API client and TwiML generator
 This package contains a Twilio helper library. The Twilio REST SDK simplifies
 the process of making calls using the Twilio REST API. The Twilio REST API
 lets to you initiate outgoing calls, list previous calls, and much more.
 
     |