Metadata-Version: 2.1
Name: pyvizbee
Version: 0.1.0a3
Summary: a dualtext alingner based on holoviz panel
Home-page: https://github.com/ffreemt/vizbee
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: bokeh (>=2.4.2,<3.0.0)
Requires-Dist: cchardet (>=2.1.7,<3.0.0)
Requires-Dist: cmat2aset (==0.1.0a7)
Requires-Dist: environs (>=9.5.0,<10.0.0)
Requires-Dist: fast-scores (==0.1.3a4)
Requires-Dist: holoviews (>=1.14.8,<2.0.0); extra == "plot"
Requires-Dist: icecream (>=2.1.2,<3.0.0)
Requires-Dist: loguru (>=0.6.0,<0.7.0)
Requires-Dist: logzero (>=1.7.0,<2.0.0)
Requires-Dist: numpy (>=1.22.3,<2.0.0)
Requires-Dist: pandas (>=1.4.1,<2.0.0)
Requires-Dist: panel (>=0.12.6,<0.13.0)
Requires-Dist: param (>=1.12.0,<2.0.0)
Requires-Dist: plotly (>=5.6.0,<6.0.0); extra == "plot"
Requires-Dist: seaborn (>=0.11.2,<0.12.0); extra == "plot"
Requires-Dist: unsync (>=1.4.0,<2.0.0)
Project-URL: Repository, https://github.com/ffreemt/vizbee
Description-Content-Type: text/markdown

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

a dualtext aligner based on holoviz panel, currently for English and Chinese texts only

## Python version
Python 3.8 only, best with python 3.8.3 or 3.8.5

## Install it

```shell
pip install pyvizbee
python -m pyvizbee

```
#### Extra
Plotting is optinal and can be installed with
```shell
pip install pyvizbee[plot]
```
or simply install the required packages (holoviews,
plotly, seaborn), e.g. `pip install holoviews
plotly seaborn`

## Use it
```shell
python -m pyvizbee
```

