High-level Python interface to Delair.ai API
Project description
This SDK offers a high-level Python interface to Delair.ai APIs.
⚠️ Deprecation
This repo is replaced by alteia-python-sdk.
python-delairstack
is now deprecated, and you should consinder to upgrade to the alteia
package.
Refer to the documentation for installation and usage instructions.
Installation
pip install python-delairstack
*requires Python >= 3.4
Basic usage
from delairstack import DelairStackSDK
sdk = DelairStackSDK(user="YOUR_EMAIL_ADDRESS",
password="YOUR_PASSWORD_ON_DELAIR.AI")
projects = sdk.projects.search(name='*')
for project in projects:
print(project.name)
# My awesome project
📕 Documentation
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
python-delairstack-1.7.9.tar.gz
(47.1 kB
view details)
File details
Details for the file python-delairstack-1.7.9.tar.gz
.
File metadata
- Download URL: python-delairstack-1.7.9.tar.gz
- Upload date:
- Size: 47.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 713cbe09671df1351266e4bd11817694a43468549b02d9bc6b828b9ce1107d5e |
|
MD5 | fca0094a51ad13339c7881d2a95271e1 |
|
BLAKE2b-256 | 02c6b4f424efac0eb5f02146264847ff53432d75b807a26b4d31f9ca21113321 |