Metadata-Version: 2.1
Name: sogou-tr-async-free
Version: 0.0.22
Summary: sogou translate for free with async and proxy support
Home-page: http://github.com/ffreemt/sogou-tr-async-free
Author: mikeee
License: MIT License
Download-URL: https://github.com/ffreemt/sogou-tr-async-free/archive/v_0022.tar.gz
Keywords: machine translation,free,async
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
Requires-Dist: httpx
Requires-Dist: loguru
Requires-Dist: fuzzywuzzy
Requires-Dist: freemt-utils

# sogou-tr-async-free ![Python3.6|3.7 package](https://github.com/ffreemt/sogou-tr-async-free/workflows/Python3.6%7C3.7%20package/badge.svg)[![codecov](https://codecov.io/gh/ffreemt/sogou-tr-async-free/branch/master/graph/badge.svg)](https://codecov.io/gh/ffreemt/sogou-tr-async)[![PyPI version](https://badge.fury.io/py/sogou-tr-async-free.svg)](https://badge.fury.io/py/sogou-tr-async-free)
Sogou translate for free with async and proxy support

### Installation

```pip install -U sogou-tr-async-free```

To validate installation
```
python -c "import sogou_tr_async; print(sogou_tr_async.__version__)"
0.0.1
```

### Usage

```
import asyncio
from sogou_tr_async import sogou_tr_async

asyncio.get_event_loop().run_until_complete(sogou_tr_async('test this and that'))
# '测试这个和那个'
```

### Acknowledgments

* Thanks to everyone whose code was used


