معرفی شرکت ها


flytekit-1.6.0b2


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Flyte SDK for Python
ویژگی مقدار
سیستم عامل -
نام فایل flytekit-1.6.0b2
نام flytekit
نسخه کتابخانه 1.6.0b2
نگهدارنده ['Flyte Contributors']
ایمیل نگهدارنده ['admin@flyte.org']
نویسنده -
ایمیل نویسنده -
آدرس صفحه اصلی https://github.com/flyteorg/flytekit
آدرس اینترنتی https://pypi.org/project/flytekit/
مجوز apache2
<p align="center"> <img src="https://raw.githubusercontent.com/flyteorg/static-resources/main/common/flyte_circle_gradient_1_4x4.png" alt="Flyte Logo" width="100"> </p> <h1 align="center"> Flytekit Python </h1> <p align="center"> Flytekit Python is the Python SDK built on top of Flyte </p> <h3 align="center"> <a href="plugins/README.md">Plugins</a> <span> · </span> <a href="https://docs.flyte.org/projects/flytekit/en/latest/contributing.html">Contribution Guide</a> </h3> [![PyPI version fury.io](https://badge.fury.io/py/flytekit.svg)](https://pypi.python.org/pypi/flytekit/) [![PyPI download day](https://img.shields.io/pypi/dd/flytekit.svg)](https://pypi.python.org/pypi/flytekit/) [![PyPI download month](https://img.shields.io/pypi/dm/flytekit.svg)](https://pypi.python.org/pypi/flytekit/) [![PyPI format](https://img.shields.io/pypi/format/flytekit.svg)](https://pypi.python.org/pypi/flytekit/) [![PyPI implementation](https://img.shields.io/pypi/implementation/flytekit.svg)](https://pypi.python.org/pypi/flytekit/) ![Codecov](https://img.shields.io/codecov/c/github/flyteorg/flytekit?style=plastic) [![PyPI pyversions](https://img.shields.io/pypi/pyversions/flytekit.svg)](https://pypi.python.org/pypi/flytekit/) [![Docs](https://readthedocs.org/projects/flytekit/badge/?version=latest&style=plastic)](https://flytekit.rtfd.io) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) [![Slack](https://img.shields.io/badge/slack-join_chat-white.svg?logo=slack&style=social)](https://slack.flyte.org) Flytekit Python is the Python Library for easily authoring, testing, deploying, and interacting with Flyte tasks, workflows, and launch plans. If you haven't explored Flyte yet, please refer to: - [Flyte homepage](https://flyte.org) - [Flyte core repository](https://github.com/flyteorg/flyte) ## 🚀 Quick Start Flytekit is the core extensible library to author Flyte workflows and tasks and interact with Flyte backend services. ### Installation ```bash pip install flytekit ``` ### A Simple Example ```python from flytekit import task, workflow @task(cache=True, cache_version="1", retries=3) def sum(x: int, y: int) -> int: return x + y @task(cache=True, cache_version="1", retries=3) def square(z: int) -> int: return z*z @workflow def my_workflow(x: int, y: int) -> int: return sum(x=square(z=x), y=square(z=y)) ``` ## 📦 Resources - [Learn Flytekit by examples](https://flytecookbook.readthedocs.io/) - [Flytekit API documentation](https://flytekit.readthedocs.io/) ## 📖 How to Contribute to Flytekit You can find the detailed contribution guide [here](https://docs.flyte.org/projects/flytekit/en/latest/contributing.html). Plugins' contribution guide is included as well. ## Code Structure Please see the [contributor's guide](https://docs.flyte.org/projects/flytekit/en/latest/contributing.html) for a quick summary of how this code is structured. ## 🐞 File an Issue Refer to the [issues](https://docs.flyte.org/en/latest/community/contribute.html#file-an-issue) section in the contribution guide if you'd like to file an issue. ## 🔌 Flytekit Plugins Refer to [plugins/README.md](plugins/README.md) for a list of available plugins. There may be plugins outside of this list, but the core maintainers maintain this list.


نیازمندی

مقدار نام
>=1.57 googleapis-common-protos
<1.4.0,>=1.3.12 flyteidl
<1.0.0,>=0.30.0 wheel
<2.0.0,>=1.0.0 pandas
<11.0.0,>=4.0.0 pyarrow
<9.0,>=6.6 click
<4.0.0,>=0.3.20 croniter
<2.0,>=1.0 deprecated
<7.0.0,>=4.0.0 docker
>=2.1 python-dateutil
<2.0,>=1.50.0 grpcio
<2.0,>=1.50.0 grpcio-status
- importlib-metadata
>=2023.3.0 fsspec
- adlfs
- s3fs
- gcsfs
- pyopenssl
- joblib
>=2.0.0 python-json-logger
<2.0.0,>=1.1.8 pytimeparse
- pytz
- pyyaml
>=18.0.1 keyring
<3.0.0,>=2.18.4 requests
>=0.10.7 responses
<3.0.0,>=1.5.9 sortedcontainers
<4.0.0,>=3.0.0 statsd
<2.0.0,>=1.22 urllib3
<2.0.0,>=1.0.0 wrapt
>=0.5.2 dataclasses-json
>=0.12.0 marshmallow-jsonschema
>=7.0.1 natsort
>=0.1.10 docker-image-py
- typing-extensions
>=0.9.0 docstring-parser
>=5.2.1 diskcache
>=2.0.0 cloudpickle
>=1.7.3 cookiecutter
- numpy
- gitpython
>=12.0.1 kubernetes
- singledispatchmethod


زبان مورد نیاز

مقدار نام
>=3.8,<3.12 Python


نحوه نصب


نصب پکیج whl flytekit-1.6.0b2:

    pip install flytekit-1.6.0b2.whl


نصب پکیج tar.gz flytekit-1.6.0b2:

    pip install flytekit-1.6.0b2.tar.gz