Metadata-Version: 2.4
Name: pyaibox
Version: 1.1.25
Summary: A Python Toolbox.
Home-page: https://iridescent.ink/pyaibox/
Download-URL: https://github.com/antsfamily/pyaibox/
Author: Zhi Liu
Author-email: zhiliu.mind@gmail.com
License: MIT
Keywords: Python,Library,Digital signal processing,Tool
License-File: LICENSE
Requires-Dist: Cython
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: h5py
Requires-Dist: scikit-image>=0.17.1
Requires-Dist: matplotlib
Requires-Dist: tqdm
Requires-Dist: lxml
Requires-Dist: pyyaml
Requires-Dist: scikit-learn
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: download-url
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

# pyaibox

A Python Toolbox.

You can install and test ``pyaibox`` by:

```bash
pip install pyaibox
import pyaibox as pb
print(pb.__version__)
```

Please see [pyaibox's documentation](http://iridescent.ink/pyaibox) for using details.
