Metadata-Version: 2.4
Name: deepdots
Version: 1.0.19
Summary: Deepdots Python SDK — installs magicfeedback, which provides the deepdots_sdk package
Author-email: Francisco Arias <farias@deepdots.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/MagicFeedback/magicfeedback_python_sdk
Project-URL: Issues, https://github.com/MagicFeedback/magicfeedback_python_sdk/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENCE
Requires-Dist: magicfeedback>=1.0.18
Dynamic: license-file

# Deepdots Python SDK

`deepdots` is the Deepdots name for the Python SDK formerly published as
**magicfeedback**. Installing it pulls in the `magicfeedback` distribution,
which ships the actual code.

```bash
pip install deepdots
```

```python
from deepdots_sdk import Deepdots

client = Deepdots("email", "password")
```

The original names remain fully supported — `magicfeedback_sdk` and the
`MagicFeedback` class refer to the very same objects, so existing code needs no
changes.

Source, documentation and issues:
https://github.com/MagicFeedback/magicfeedback_python_sdk
