Metadata-Version: 2.1
Name: cvtk-release
Version: 0.0.5
Summary: CVTK, a Computer Vision ToolKit
Home-page: https://yongyuan.name
Author: Yong Yuan
Author-email: yongyuanstu@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: test
License-File: LICENSE

# CVTK Python API

[CVTK](https://github.com/willard-yuan/cvtk), a Computer Vision ToolKit. The project provides Python API for CVTK. More details can be access to [Pypi](https://pypi.org/project/cvtk-release/).


## Installation

```bash
pip install cvtk-release
```

## Test call

```python
import cvtk
cvtk.add(1, 2)
```

## License

CVTK is provided under a BSD-style license that can be found in the LICENSE
file. By using, distributing, or contributing to this project, you agree to the
terms and conditions of this license.


