Metadata-Version: 2.1
Name: litbee
Version: 0.1.3a0
Summary: align (en, de, zh) texts via streamlit 
Home-page: https://github.com/ffreemt/litbee
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: cchardet (>=2.1.7,<3.0.0)
Requires-Dist: debee (>=0.1.0-alpha.2,<0.2.0)
Requires-Dist: dzbee (>=0.1.1-alpha.2,<0.2.0)
Requires-Dist: ezbee (>=0.1.0,<0.2.0)
Requires-Dist: hanzidentifier (>=1.0.2,<2.0.0)
Requires-Dist: html2text (>=2020.1.16,<2021.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: loguru (>=0.6.0,<0.7.0)
Requires-Dist: logzero (>=1.7.0,<2.0.0)
Requires-Dist: opencc-python-reimplemented (>=0.1.6,<0.2.0)
Requires-Dist: plotly (>=5.8.0,<6.0.0)
Requires-Dist: readability-lxml (>=0.8.1,<0.9.0)
Requires-Dist: set-loglevel (>=0.1.2,<0.2.0)
Requires-Dist: streamlit (>=1.9.2,<2.0.0)
Requires-Dist: streamlit-aggrid (>=0.2.3,<0.3.0)
Requires-Dist: streamlit-multipage (>=0.0.18,<0.0.19)
Requires-Dist: streamlit-option-menu (>=0.3.2,<0.4.0)
Requires-Dist: tabulate (>=0.8.9,<0.9.0)
Project-URL: Repository, https://github.com/ffreemt/litbee
Description-Content-Type: text/markdown

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

litbee (currently with ezbee, dzbee and debee), made with streamlit

## Pre-install
Python 3.8 only

`pyicu`, `pycld2` and `fasttext`: refer to `debee`'s pre-install [https://github.com/ffreemt/debee/blob/main/README.md](https://github.com/ffreemt/debee/blob/main/README.md)

## Install it
### via pip
```bash
pip install litbee
python -m litbee
```

### Or via git clone
```bash
git clone https://github.com/ffreemt/litbee
cd litbee
pip install -r requirements.txt
# or poetry install

```

## Use it
```bash
python -m litbee

# or git clone and python -m streamlit run app.py
# or streamlit run app.py
```

