Metadata-Version: 2.4
Name: degirum_tools
Version: 0.16.7
Summary: Tools for PySDK
Author: DeGirum
License: MIT
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: pillow
Requires-Dist: python-dotenv
Requires-Dist: requests
Requires-Dist: psutil
Requires-Dist: opencv-python
Requires-Dist: degirum>=0.16.2
Requires-Dist: ipython
Requires-Dist: pafy
Requires-Dist: youtube-dl==2020.12.2
Requires-Dist: pycocotools
Requires-Dist: pyyaml
Requires-Dist: ffmpegcv>=0.3.15; platform_system != "Windows"
Requires-Dist: typing-extensions
Requires-Dist: jsonschema
Requires-Dist: apprise
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"
Provides-Extra: build
Requires-Dist: build; extra == "build"
Provides-Extra: notifications
Requires-Dist: apprise; extra == "notifications"
Requires-Dist: minio; extra == "notifications"
Provides-Extra: annotator
Requires-Dist: tk; extra == "annotator"
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

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

## Release

Release procedure [is described here](https://degirum.atlassian.net/wiki/spaces/SD/pages/1916076041/degirum+tools+Package+Release+Procedure)
