Metadata-Version: 2.1
Name: dzbee
Version: 0.1.1a3
Summary: pack_name descr 
Home-page: https://github.com/ffreemt/dzbee
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
Provides-Extra: plot
Requires-Dist: Jinja2 (>=3.1.2,<4.0.0)
Requires-Dist: Morfessor (>=2.0.6,<3.0.0)
Requires-Dist: XlsxWriter (>=3.0.3,<4.0.0)
Requires-Dist: aset2pairs (>=0.1.0,<0.2.0)
Requires-Dist: cchardet (>=2.1.7,<3.0.0)
Requires-Dist: holoviews (>=1.14.9,<2.0.0); extra == "plot"
Requires-Dist: icecream (>=2.1.1,<3.0.0)
Requires-Dist: install (>=1.3.5,<2.0.0)
Requires-Dist: json-de2zh (>=0.1.1,<0.2.0)
Requires-Dist: logzero (>=1.7.0,<2.0.0)
Requires-Dist: plotly (>=5.8.0,<6.0.0); extra == "plot"
Requires-Dist: polyglot (>=16.7.4,<17.0.0)
Requires-Dist: seaborn (>=0.11.2,<0.12.0); extra == "plot"
Requires-Dist: typer (>=0.4.1,<0.5.0)
Project-URL: Repository, https://github.com/ffreemt/dzbee
Description-Content-Type: text/markdown

# dzbee
[![pytest](https://github.com/ffreemt/dzbee/actions/workflows/routine-tests.yml/badge.svg)](https://github.com/ffreemt/dzbee/actions)[![python](https://img.shields.io/static/v1?label=python+&message=3.8%2B&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/dzbee.svg)](https://badge.fury.io/py/dzbee)

Align german(de)-chinese(zh) texts, fast

### Python 3.8 Only

## Pre-Install `fasttext`, `pycld2`, `PyICU`
*   If your computer **does not** have a C++ compiler,
 search for needed wheels at  https://www.lfd.uci.edu/~gohlke/pythonlibs/ and install, e.g.,
    ```
     pip install fasttext-0.9.2-cp38-cp38-win_amd64.whl pycld2-0.41-cp38-cp38-win_amd64.whl PyICU-2.8.1-cp38-cp38-win_amd64.whl
    ```
*   If your computer *does* have a C++ compiler
    ```
       pip insall fasttext pycld2 PyICU
       # poetry add fasttext pycld2 PyICU
    ```

## Install it

```shell
pip install dzbee

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

## Use it
```bash
dzbee file1 file2

```

