Add your description here
Project description
edgetrans
Describe your project here.
Installation
pip install edgetrans
Usage
import asyncio
from edgetrans import EdgeTranslator
async def main():
translator = await EdgeTranslator.create()
response = await translator.translate("hello", "ja")
print(response) # [('こんにちは', 'en')]
asyncio.run(main())
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
edgetrans-0.2.3.tar.gz
(2.7 MB
view details)
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 edgetrans-0.2.3.tar.gz.
File metadata
- Download URL: edgetrans-0.2.3.tar.gz
- Upload date:
- Size: 2.7 MB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
004206c226477cccb343c2da241877c8c7e36f2f2e0717356de7a77bb3b32b1d
|
|
| MD5 |
e5e49cdb7e25b6ed1a5b871bb25e6339
|
|
| BLAKE2b-256 |
6556dfbe015abec47229c5524a75e466b9c637a73c6238132d618178aaa3867d
|
File details
Details for the file edgetrans-0.2.3-py3-none-any.whl.
File metadata
- Download URL: edgetrans-0.2.3-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
396b79a3dc40ec9b5b31d53f735ec503ad56534a0404c60c16af11540aff843b
|
|
| MD5 |
11bf8bb7df2ea69f822f1366c04ed6f4
|
|
| BLAKE2b-256 |
654133276334456269cf0bb6e57886d3fc5c5850877e3b466f14128d7103d2ce
|