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 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75
|
Source: python-watson-developer-cloud
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders:
Luciano Bello <luciano@debian.org>,
Michael Fladischer <fladi@debian.org>,
Build-Depends:
debhelper (>= 12),
dh-python,
python-all,
python-setuptools,
python3-all,
python3-setuptools,
Standards-Version: 4.3.0
Homepage: https://github.com/watson-developer-cloud/python-sdk
Vcs-Git: https://salsa.debian.org/python-team/modules/watson-developer-cloud.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/watson-developer-cloud
Testsuite: autopkgtest-pkg-python
Package: python-watson-developer-cloud
Architecture: all
Depends:
${misc:Depends},
${python:Depends},
Description: Python client library to use the IBM Watson Services (Python 2)
Python client library to quickly interface with various IBM Watson Cloud
services. It requires Watson Service Credentials.
.
The services supported are:
- AlchemyAPI Language service
- AlchemyAPI Vision service
- AlchemyData News service
- Conversation service
- Document Conversion service
- Language Translation service
- Language Translator service
- Natural Language Classifier service
- Personality Insights service
- Retrieve and Rank service
- Speech to Text service
- Text to Speech service
- Tone Analyzer service
- Tradeoff Analytics service
- Visual Recognition service
.
This package installs the library for Python 2.
Package: python3-watson-developer-cloud
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Description: Python client library to use the IBM Watson Services (Python 3)
Python client library to quickly interface with various IBM Watson Cloud
services. It requires Watson Service Credentials.
.
The services supported are:
- AlchemyAPI Language service
- AlchemyAPI Vision service
- AlchemyData News service
- Conversation service
- Document Conversion service
- Language Translation service
- Language Translator service
- Natural Language Classifier service
- Personality Insights service
- Retrieve and Rank service
- Speech to Text service
- Text to Speech service
- Tone Analyzer service
- Tradeoff Analytics service
- Visual Recognition service
.
This package installs the library for Python 3.
|