Metadata-Version: 2.1
Name: degirum-tools
Version: 0.2.1
Summary: Tools for PySDK
Author: DeGirum
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: supervision
Requires-Dist: numpy
Requires-Dist: pillow
Requires-Dist: opencv-python
Requires-Dist: degirum >=0.9.2
Requires-Dist: ipython
Requires-Dist: pafy
Requires-Dist: youtube-dl ==2020.12.2
Requires-Dist: pycocotools
Requires-Dist: pyyaml
Requires-Dist: av
Provides-Extra: build
Requires-Dist: build ; extra == 'build'
Provides-Extra: linting
Requires-Dist: black ; extra == 'linting'
Requires-Dist: mypy ; extra == 'linting'
Requires-Dist: flake8 ; extra == 'linting'
Requires-Dist: pre-commit ; extra == 'linting'
Requires-Dist: types-Pillow ; extra == 'linting'
Requires-Dist: types-PyYAML ; extra == 'linting'
Provides-Extra: testing
Requires-Dist: pytest ; extra == 'testing'
Requires-Dist: coverage ; extra == 'testing'

# degirum_tools - DeGirum utilities for PySDK

[![Unit Tests](https://github.com/DeGirum/degirum_tools/actions/workflows/test.yml/badge.svg)](https://github.com/DeGirum/degirum_tools/actions/workflows/test.yml)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://github.com/pre-commit/pre-commit)

## Installation

degirum_tools can be installed directly from this repository:

```sh
python3 -m pip install git+https://github.com/DeGirum/degirum_tools.git
```

