Translate Google Framework For Python
Project description
Translate Google Framework For Python
aiolang
Simple, modern, asynchronous for API building use or normal user use.
Example Usage
Muddle 1
import asyncio
from aiolang import Translate
async def main():
async with Translate() as translate:
request = await translate.translate("Hello, World!", "KO")
print(request)
if __name__ == "__main__":
asyncio.run(main())
Muddle 2
import asyncio
from aiolang import Translate
async def main():
translate = Translate()
request = await translate("Hello, World!", "KO")
print(request)
if __name__ == "__main__":
asyncio.run(main())
Key Features
- API:
No key needed. Google translator public API is used.
- Easy:
Simple appearance and syntax for novice users.
- Async:
Written asynchronously for greater flexibility.
Install
pip3 install -U aiolang
support
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
aiolang-0.0.2.tar.gz
(9.1 kB
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
aiolang-0.0.2-py3-none-any.whl
(12.5 kB
view details)
File details
Details for the file aiolang-0.0.2.tar.gz.
File metadata
- Download URL: aiolang-0.0.2.tar.gz
- Upload date:
- Size: 9.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b88221117f5080548c2b58f8c6402847040890bc08a7ebb1a1206ded41f8c895
|
|
| MD5 |
143747531238aefe1871d89ae9e9e667
|
|
| BLAKE2b-256 |
b468e23613667265b607dfe98e8ac76a9024d23337a6f0b5ef3dca2b0c3a8f69
|
File details
Details for the file aiolang-0.0.2-py3-none-any.whl.
File metadata
- Download URL: aiolang-0.0.2-py3-none-any.whl
- Upload date:
- Size: 12.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
baa6b206d8df325bd5aa56c5179cd1cd81f78fd81c5e976519a88524d066c448
|
|
| MD5 |
7d14abfc1caddf53276cdd789fc82279
|
|
| BLAKE2b-256 |
d5d56ecaaf6071fb2c2e55252276835bbe23ddde524832ab043b0f359c10a99b
|