Metadata-Version: 2.1
Name: debee
Version: 0.1.0a2
Summary: pack_name descr 
Home-page: https://github.com/ffreemt/debee
License: MIT
Author: ffreemt
Requires-Python: >=3.8.3,<4.0.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: aset2pairs (>=0.1.0,<0.2.0)
Requires-Dist: cmat2aset (==0.1.0a7)
Requires-Dist: de2en (>=0.1.1-alpha.1,<0.2.0)
Requires-Dist: fast-scores (>=0.1.2,<0.2.0)
Requires-Dist: fastlid (>=0.1.7,<0.2.0)
Requires-Dist: icecream (>=2.1.1,<3.0.0)
Requires-Dist: install (>=1.3.5,<2.0.0)
Requires-Dist: json-de2zh (>=0.1.1a0,<0.2.0)
Requires-Dist: logzero (>=1.7.0,<2.0.0)
Requires-Dist: set-loglevel (>=0.1.2,<0.2.0)
Requires-Dist: simplemma (>=0.3.0,<0.4.0)
Requires-Dist: typer (>=0.4.1,<0.5.0)
Project-URL: Repository, https://github.com/ffreemt/debee
Description-Content-Type: text/markdown

# debee
[![pytest](https://github.com/ffreemt/debee/actions/workflows/routine-tests.yml/badge.svg)](https://github.com/ffreemt/debee/actions)[![python](https://img.shields.io/static/v1?label=python+&message=3.8&color=blue)](https://www.python.org/downloads/)[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)[![PyPI version](https://badge.fury.io/py/debee.svg)](https://badge.fury.io/py/debee)

align de-en texts, fast

## Pre-install
    `pyicu`, `pycld2`, `fasttext` (`polyglot` depends on pyicu` and `pycld2` while fastlid depends on `fasttext`).
### Linux and friends
For example for Ubuntu
```bash
apt-get install libicu-dev pkg-config
pip install pyicu==2.8 pycld2 fasttext
# poetry add pyicu==2.8 pycld2 fasttext
```
### Windows
```
# https://www.lfd.uci.edu/~gohlke/pythonlibs/, e.g.
pip install pycld2-0.41-cp38-cp38-win_amd64.whl PyICU-2.8.1-cp38-cp38-win_amd64.whl fasttext-0.9.2-cp38-cp38-win_amd64.whl
```
If you have C++ in your Windows, simply ``pip install pyicu==2.8 pycld2 fasttext`` as for Linux.

## Install it

```shell
pip install git+https://github.com/ffreemt/debee
# poetry add git+https://github.com/ffreemt/debee
# git clone https://github.com/ffreemt/debee && cd debee
```

## Use it
```python
from debee import debee

```

