Metadata-Version: 2.1
Name: decthings-api
Version: 0.0.2
Summary: Official Python API client for Decthings
Project-URL: Homepage, https://github.com/decthings/api-client-py
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
Requires-Dist: requests >=2
Requires-Dist: aiohttp >=3
Requires-Dist: websockets >=11

<img src="https://decthings.com/logo.png" alt="decthings logo" width="33%" />

## Decthings API-client for Python

[![PyPI version](https://badge.fury.io/py/decthings-api.svg)](https://badge.fury.io/py/decthings-api)

[Decthings](https://decthings.com) is a cloud-based API for artificial intelligence and machine learning. This package is officially supported by Decthings.

`pip install decthings-api`

---
#### Documentation

Documentation for this package is available [here](https://decthings.com/reference/python).

---

With Decthings, you can create AI models that run in the cloud. Then, use an API client to send input data and receive the output.
