Skip to main content

Flyte SDK for Python

Project description

# Flytekit

Library for easily authoring, testing, deploying, and interacting with Flyte tasks, workflows, and launch plans.

## Installation

Flytekit is designed for minimal footprint, and thus some features must be installed as extras.

### Base Installation

This is the lightest-weight SDK install. This installation includes everything you need to interact with Flyte.

Modules include: 1. The full Flyte IDL and an additional model layer for easier extension of the data model. 2. gRPC client for communicating with the platform. 3. Implementations for authoring and extending all Flyte entities (including tasks, workflows, and launch plans).

Tools include: 1. flyte-cli (Command-Line Interface for Interacting with the Flyte Platform) 2. pyflyte (Command-Line tool for easing the registration of Flyte entities)

`bash pip install flytekit `

### Spark Plugin Installation

If @spark_task is to be used, one should install the spark plugin.

`bash pip install flytekit[spark] `

### Schema Plugin Installation

If Types.Schema() is to be used for computations involving large dataframes, one should install the schema extension.

`bash pip install flytekit[schema] `

### Sidecar Plugin Installation

If @sidecar_task is to be used, one should install the sidecar plugin.

`bash pip install flytekit[sidecar] `

### Full Installation

To install all or multiple available plugins, one can specify them individually:

`bash pip install flytekit[sidecar,spark,schema] `

Or install them with the all directive.

`bash pip install flytekit[all] `

## Testing

Flytekit is Python 2.7+ compatible, so when feasible, it is recommended to test with both Python 2 and 3.

### Unit Testing

#### Setup (Do Once) `bash virtualenv ~/.virtualenvs/flytekit source ~/.virtualenvs/flytekit/bin/activate python -m pip install -r requirements.txt python -m pip install -U .[all] `

#### Execute `bash source ~/.virtualenvs/flytekit/bin/activate python -m pytest tests/flytekit/unit shellcheck **/*.sh `

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

flytekit-0.6.0b1.tar.gz (171.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

flytekit-0.6.0b1-py3-none-any.whl (233.5 kB view details)

Uploaded Python 3

File details

Details for the file flytekit-0.6.0b1.tar.gz.

File metadata

  • Download URL: flytekit-0.6.0b1.tar.gz
  • Upload date:
  • Size: 171.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.2

File hashes

Hashes for flytekit-0.6.0b1.tar.gz
Algorithm Hash digest
SHA256 62c1dedd60e59cf74db98c878e7920c57ff09ee3dc985b1e6d8e2519eac7b161
MD5 1d009f389246f0c95eeb1ce9aac08153
BLAKE2b-256 c82a049b3ff8c27126604538d6964e52ac1e6497e78540f1df725af3adc7b972

See more details on using hashes here.

File details

Details for the file flytekit-0.6.0b1-py3-none-any.whl.

File metadata

  • Download URL: flytekit-0.6.0b1-py3-none-any.whl
  • Upload date:
  • Size: 233.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.2

File hashes

Hashes for flytekit-0.6.0b1-py3-none-any.whl
Algorithm Hash digest
SHA256 4e73cb666312c8ae65d7094e03334ee1b70b55dfdc95e5359100dae77e2152bc
MD5 332ea03fb04d6c4b77468206bc663f9f
BLAKE2b-256 454e394eafe6e8e694694daa17d052a0ba0565bad71c75adb8638cd79298e482

See more details on using hashes here.

Supported by

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