Metadata-Version: 2.1
Name: cvtools-alkasm
Version: 0.10.0
Summary: Utilities for computer vision in Python
Home-page: https://github.com/alkasm/cvtools
License: MIT
Keywords: cvtools,computer vision,cv,opencv
Author: Alexander Reynolds
Author-email: ar@reynoldsalexander.com
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: IPython (>=7.16,<8.0)
Requires-Dist: opencv-python (!=4.2.0.32)
Project-URL: Repository, https://github.com/alkasm/cvtools
Description-Content-Type: text/markdown

A collection of useful utilities for computer vision in Python. 

## Install
    
```sh
pip install cvtools-alkasm
```

