Metadata-Version: 2.4
Name: isahitlab
Version: 0.11.0
Summary: Python client for isahit lab
Project-URL: Documentation, https://sdk-docs.lab.isahit.com/latest/
Author-email: Isahit <dev@isahit.com>
License-Expression: MIT
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.8
Requires-Dist: jsonschema>=4
Requires-Dist: requests<3.0.0,>=2.0.0
Requires-Dist: tqdm<5.0.0,>=4.0.0
Requires-Dist: typeguard<5,>=4
Provides-Extra: image
Requires-Dist: numpy; extra == 'image'
Requires-Dist: opencv-python<5.0.0,>=4.0.0; extra == 'image'
Description-Content-Type: text/markdown

# isahitlab

[![PyPI - Version](https://img.shields.io/pypi/v/isahitlab.svg)](https://pypi.org/project/isahitlab)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/isahitlab.svg)](https://pypi.org/project/isahitlab)

-----

## Table of Contents

- [Installation](#installation)
- [Documentation](https://sdk-docs.lab.isahit.com/latest)
- [License](#license)

## Installation

```console
pip install isahitlab
```


## License

`isahitlab` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
