Multi-provider async translate API
Project description
async_translate
Multi-provider async translate API
Why?
Most translate APIs work on one backend (usually Google Translate), and few are fully asynchronous.
I wanted a translate API that uses async and await, and I wanted to be able to use multiple providers without having
to deal with their different APIs.
I built this to use with my Discord bot, Mr. Translate.
Installation
Currently this uses Python 3.8 specific features.
Install with pip install -U async-translate.
Optional Default Providers
A few providers are baked into this package. You can install them with:
- Azure Cognitive Services
pip install -U async-translate[azure] - Google Translate
pip install -U async-translate[google]
Custom Providers
See CUSTOM_PROVIDERS.md on making your own providers.
Feel free to contribute back to the project with a pull request containing code for other providers.
Project details
Release history Release notifications | RSS feed
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 async_translate-1.1.3.tar.gz.
File metadata
- Download URL: async_translate-1.1.3.tar.gz
- Upload date:
- Size: 27.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5a873aab271bc009252951710eca5cb83f53af66ea10ab66a34d4e03f3cd48e1
|
|
| MD5 |
755623ff2598c5e515ef5302400ad695
|
|
| BLAKE2b-256 |
cd1b20458551c3aa5346c2bafb3331cbdd53adb0c8ff22805333ec6a8e530501
|
File details
Details for the file async_translate-1.1.3-py3-none-any.whl.
File metadata
- Download URL: async_translate-1.1.3-py3-none-any.whl
- Upload date:
- Size: 11.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5b3b77e956da7b0b0a490a04fa35c43b5cc05a61aa372596b4306e7538ad95bc
|
|
| MD5 |
2fe2cfed15aaef06a9b3cd7ad89af51e
|
|
| BLAKE2b-256 |
21a848586b73eac6e6f6a85481000db1c0cf563dee5084676e101caecc12b828
|