Metadata-Version: 2.1
Name: cvtk-release
Version: 0.0.3
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.


## Installation

```bash
pip install cvtk
```


## 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.


## Test call

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

