Metadata-Version: 2.1
Name: memory-tr-free
Version: 0.0.1
Summary: translate for free with async and proxy support
Home-page: http://github.com/ffreemt/memory-tr-free
Author: mikeee
License: MIT License
Download-URL: https://github.com/ffreemt/memory-tr-free/archive/v_001.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

# memory-tr-free ![Python package](https://github.com/ffreemt/memory-tr-free/workflows/Python3.6|3.7%20package/badge.svg) [![codecov](https://codecov.io/gh/ffreemt/memory-tr-free/branch/master/graph/badge.svg)](https://codecov.io/gh/ffreemt/memory-tr-free)
translate for free with async and proxy support

### Installation
Not available yet
```pip install memory-tr-free```

Validate installation
```
python -c "import mymemory_tr; print(mymemory_tr.__version__)"
0.0.1
```

### Usage

```
import asyncio
from mymemory_tr import mymemory_tr

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

### Acknowledgments

* Thanks to everyone whose code was used


