A Python SDK for writing Airplane tasks
Project description
Airplane Python SDK

SDK for writing Airplane tasks in Python.
Getting started
pip install airplanesdk
Usage
To write a Python task in Airplane, create a .py file and export a function like so:
import airplane
def main(params):
return f"Hello, {params['name']}"
You can configure the parameters that your task will receive in the Airplane UI. They'll be passed through the params argument to your function as a dictionary keyed by the slugs you see in the UI.
To execute your task, first install the Airplane CLI.
Once installed, execute your task locally:
airplane dev ./path/to/file.py -- --name=World
If that looks good, deploy your task to Airplane and give it a run in the UI!
airplane deploy ./path/to/file.py
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file airplanesdk-0.3.6.tar.gz.
File metadata
- Download URL: airplanesdk-0.3.6.tar.gz
- Upload date:
- Size: 12.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.10.4 Darwin/21.5.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2c3cc35b31881a5116ce4e7ee2f7ad20eb305056700041332e55ba667ae0ec3f
|
|
| MD5 |
3c0a4dba36da4341827ae8075bbfe2b4
|
|
| BLAKE2b-256 |
32a75cf458a91067870baa2a0c46d16a36e974e23e6007640fab4fa19e03d162
|
File details
Details for the file airplanesdk-0.3.6-py3-none-any.whl.
File metadata
- Download URL: airplanesdk-0.3.6-py3-none-any.whl
- Upload date:
- Size: 16.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.10.4 Darwin/21.5.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ec6b75844ae647b79ee7e1a5fb7362418e2fc9fb77eb20d9ac32ebaf4c6f1d38
|
|
| MD5 |
d49d5393dfc54757f6729fc6f8966e31
|
|
| BLAKE2b-256 |
621ad27f7d37d9eb37b811ef91aa46ae07a63dd5dd416ee3543968be81145718
|