Metadata-Version: 2.1
Name: dtlpy
Version: 1.73.8
Summary: SDK and CLI for Dataloop platform
Home-page: https://github.com/dataloop-ai/dtlpy
Author: Dataloop Team
Author-email: info@dataloop.ai
License: Apache License 2.0
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: urllib3 (>=1.26)
Requires-Dist: tqdm (>=4.63)
Requires-Dist: certifi (>=2020.12.5)
Requires-Dist: webvtt-py (==0.4.3)
Requires-Dist: aiohttp (>=3.8)
Requires-Dist: requests-toolbelt (==0.9.1)
Requires-Dist: requests (>=2.25.0)
Requires-Dist: numpy (>=1.16.2)
Requires-Dist: pandas (>=0.24.2)
Requires-Dist: tabulate (==0.8.9)
Requires-Dist: Pillow (>=7.2)
Requires-Dist: PyJWT (>=2.4)
Requires-Dist: jinja2 (>=2.11.3)
Requires-Dist: attrs (<20.0.0)
Requires-Dist: prompt-toolkit (>=2.0.9)
Requires-Dist: fuzzyfinder (<=2.1.0)
Requires-Dist: dictdiffer (>=0.8.1)
Requires-Dist: validators (<=0.18.2)
Requires-Dist: pathspec (>=0.8.1)
Requires-Dist: filelock (>=3.0.12)
Requires-Dist: diskcache (>=5.4)
Requires-Dist: redis (>=3.5)
Requires-Dist: pydantic
Requires-Dist: inquirer

![logo](https://mk0dataloop4fni44fjg.kinstacdn.com/wp-content/uploads/2020/03/logo.svg)  
[![Documentation Status](https://readthedocs.org/projects/dtlpy/badge/?version=latest)](https://sdk-docs.dataloop.ai/en/latest/?badge=latest)
[![pypi](https://img.shields.io/pypi/v/dtlpy.svg)](https://pypi.org/project/dtlpy/)
[![versions](https://img.shields.io/pypi/pyversions/dtlpy.svg)](https://github.com/dataloop-ai/dtlpy)
[![license](https://img.shields.io/github/license/dataloop-ai/dtlpy.svg)](https://github.com/dataloop-ai/dtlpy/blob/master/LICENSE)
[![Downloads](https://static.pepy.tech/personalized-badge/dtlpy?period=total&units=international_system&left_color=grey&right_color=green&left_text=Downloads)](https://pepy.tech/project/dtlpy)

This is the SDK and CLI open source repository for [Dataloop.ai](https://dataloop.ai/) platform

For full platform documentation click [here](https://dataloop.ai/docs)

For full SDK documentation click [here](https://console.dataloop.ai/sdk-docs/latest)

### Python Support

#### Dtlpy supports these Python versions.

| Python            | 3.10 | 3.9 | 3.8 | 3.7 | 3.6 | 3.5 |
|-------------------|------|-----|-----|-----|-----|-----|
| dtlpy >= 1.61     | Yes  | Yes | Yes | Yes | Yes |     |
| dtlpy 1.60 - 1.50 |      | Yes | Yes | Yes | Yes |     |
| dtlpy <= 1.49     |      | Yes | Yes | Yes | Yes | Yes |           


