Metadata-Version: 2.4
Name: khandy
Version: 0.1.17
Summary: Handy Utilities for Computer Vision
Home-page: https://github.com/quarrying/khandy
Author: quarryman
Author-email: quarrying@qq.com
Maintainer: quarryman
Maintainer-email: quarrying@qq.com
License: MIT
Keywords: computer vision
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Utilities
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: numpy>=1.11.1
Requires-Dist: opencv-python
Requires-Dist: pillow
Requires-Dist: lxml
Requires-Dist: requests
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: maintainer
Dynamic: maintainer-email
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

## Overview
Handy utilities mainly for computer vision


## Installation

khandy requires Python 3.8 or higher. 

### Install the latest stable version from PyPI
```sh
pip install -U khandy
```

### Install the latest version from the master branch on GitHub
```sh
pip install -U git+https://github.com/quarrying/khandy.git
```

### Install the latest version locally
```sh
git clone https://github.com/quarrying/khandy.git
cd khandy
pip install -e .
```


## Dependencies
One of the principles of this project is to ensure minimal dependencies. Now only depends:

- NumPy 1.11+
- OpenCV 2.0+
- Pillow
- lxml
- requests

