Python SDK for Azure Translator API.
Project description
# azure-translator-python-sdk
[](https://circleci.com/gh/Work4Labs/azure-translator-python-sdk/tree/master)
[](https://badge.fury.io/py/azure-translator)

For more information on Azure translator API, follow
[their documentation](http://docs.microsofttranslator.com/text-translate.html#!/default/get_Translate).
Usage:
```python
>>> from azure_translator import Translator
>>> t = Translator('your_api_key')
>>> t.translate('Je suis fatigué')
'I am tired'
>>> t.translate("Hello", to='fr')
'Bonjour'
>>> t.translate("Aujourd'hui", source_language='fr')
'Today'
```
[](https://circleci.com/gh/Work4Labs/azure-translator-python-sdk/tree/master)
[](https://badge.fury.io/py/azure-translator)

For more information on Azure translator API, follow
[their documentation](http://docs.microsofttranslator.com/text-translate.html#!/default/get_Translate).
Usage:
```python
>>> from azure_translator import Translator
>>> t = Translator('your_api_key')
>>> t.translate('Je suis fatigué')
'I am tired'
>>> t.translate("Hello", to='fr')
'Bonjour'
>>> t.translate("Aujourd'hui", source_language='fr')
'Today'
```
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file azure-translator-0.1.5.tar.gz.
File metadata
- Download URL: azure-translator-0.1.5.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c29bc7601d72859e14c830d1be1fc292ee3f9d1c6694064ebc562b1ac787805f
|
|
| MD5 |
0d8305137ed10d7895d362386ef0a7e9
|
|
| BLAKE2b-256 |
dceb38c59cd70d78679a9159523a8c1242dfeb62878fb6dc43bd20a94dd9a373
|
File details
Details for the file azure_translator-0.1.5-py2.7.egg.
File metadata
- Download URL: azure_translator-0.1.5-py2.7.egg
- Upload date:
- Size: 6.0 kB
- Tags: Egg
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3db1c15ea6719b17baba3eaf048755219c394cd557776787b03605e102e15fba
|
|
| MD5 |
8db4d9d5a91f60502ab306dd9250145d
|
|
| BLAKE2b-256 |
e23124c1a35c17d74abaf0d939cc5e390fb2ae40834d5c448fb4c032e624b2e7
|