Skip to main content

High-level Python interface to Delair.ai API

Project description

logo

pypi version compatible python versions

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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page