Metadata-Version: 2.1
Name: mlbee
Version: 0.1.0a2
Summary: mlbee cli: a multilingual aligner based on a machine learning model
Home-page: https://github.com/ffreemt/mlbee-cli
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: sep-text
Requires-Dist: Jinja2 (>=3.1.2,<4.0.0)
Requires-Dist: XlsxWriter (>=3.0.3,<4.0.0)
Requires-Dist: about-time (==3.1.1)
Requires-Dist: alive-progress (>=2.4.1,<3.0.0)
Requires-Dist: cchardet (>=2.1.7,<3.0.0)
Requires-Dist: httpx (>=0.23.0,<0.24.0)
Requires-Dist: icecream (>=2.1.1,<3.0.0)
Requires-Dist: install (>=1.3.5,<2.0.0)
Requires-Dist: logzero (>=1.7.0,<2.0.0)
Requires-Dist: pandas (>=1.4.2,<2.0.0)
Requires-Dist: pendulum (>=2.1.2,<3.0.0)
Requires-Dist: sep-text (>=0.1.0,<0.2.0); extra == "sep-text"
Requires-Dist: set-loglevel (>=0.1.2,<0.2.0)
Requires-Dist: tenacity (>=8.0.1,<9.0.0)
Requires-Dist: typer (>=0.4.1,<0.5.0)
Project-URL: Repository, https://github.com/ffreemt/mlbee-cli
Description-Content-Type: text/markdown

# mlbee
[![pytest](https://github.com/ffreemt/mlbee/actions/workflows/routine-tests.yml/badge.svg)](https://github.com/ffreemt/mlbee/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/mlbee.svg)](https://badge.fury.io/py/mlbee)

mlbee cli: a multilingual aligner based on a machine learning model

## Install it

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

## Use it
```python
from mlbee import mlbee

```

