deepl grpc server and client
Project description
deepl-grpc
deepl grpc, server and client, cross platform (Windows/MacOS/Linux)
Installation
- Install
grpc-reflection
grpc-reflection
cannot be installed usingpoetry add
. Usepip install grpc-reflection
instead.
- Install the rest as usual
pip install deepl-grpc
or
poetry add deepl-grpc
or clone the repo and install from it.
Usage
Interactive
- [Optional] Start the grpc server
python -m deepl_grpc.deepl_server
- Start the client
python -m deepl_grpc.deepl_client # to chinese
# python -m deepl_grpc.deepl_client de # to german
WebUI
Download grpcui
and run, for example in Windows
grpcui.exe -plaintext 127.0.0.1:50051
to explore the server in the same manner as Postman for REST.
More coming soon
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
deepl-grpc-0.1.0.tar.gz
(6.0 kB
view hashes)
Built Distribution
Close
Hashes for deepl_grpc-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 452393ef7897e76727f3f4aad0f0d5d5075541d2af2e26db259a47b39d7e3036 |
|
MD5 | a74e08c4b400f82eb6cf882edacbe66b |
|
BLAKE2b-256 | f2ec133c5fb4c941f363453001bbab87e026cd22026aa98aca3a8c3a621d0a9b |