Metadata-Version: 2.1
Name: utils-cv-baiyigali
Version: 0.0.11.6
Summary: A small example package
Home-page: https://github.com/pypa/sampleproject
Author: baiyigali
Author-email: 1304646911@qq.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/pypa/sampleproject/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE


# setup docker env
```text
docker build -t utils_cv -f docker/Dockerfile .
docker run -it --rm --name utils_cv -v .\:/code utils_cv bash
```


This is a simple example package. You can use
[Github-flavored Markdown](https://guides.github.com/features/mastering-markdown/)
to write your content.

Change Logs
- v0.0.10
    - add utils_dataset
- v0.0.11
    - get_area return 0 if box invalid

