معرفی شرکت ها


flaightkit-0.4.0


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Flyte SDK for Python (Latch fork)
ویژگی مقدار
سیستم عامل -
نام فایل flaightkit-0.4.0
نام flaightkit
نسخه کتابخانه 0.4.0
نگهدارنده ['maximsmol']
ایمیل نگهدارنده ['max@latch.bio']
نویسنده -
ایمیل نویسنده -
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/flaightkit/
مجوز apache2
# Flytekit [![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) Python Library for easily authoring, testing, deploying, and interacting with Flyte tasks, workflows, and launch plans. To understand more about Flyte please refer to, - [Flyte homepage](https://flyte.org) - [Flyte core repository](https://github.com/flyteorg/flyte) ## Installation Flytekit is the core extensible library to author Flyte workflows and tasks and interact with Flyte Backend services. Flyte plugins can be installed separately. ### Base Installation ```bash pip install flytekit ``` ### Simple getting started ```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)) ``` ### Learn Flytekit by example using - [Learn flytekit by examples](https://flytecookbook.readthedocs.io/) - [Flytekit API documentation](http://flytekit.readthedocs.io/) - [Flyte documentation Hub](http://flytekit.readthedocs.io/) ### Contributions and Issues Please see the [contributor guide](https://docs.flyte.org/projects/flytekit/en/latest/contributing.html) and file issues against the main [Flyte repo](https://github.com/flyteorg/flyte/issues). ### Plugins: Refer to [plugins/README.md](plugins/README.md) for a list of available plugins. There may be plugins outside of this list, but this list is maintained by the core maintainers.


نیازمندی

مقدار نام
==0.1.1 flaightidl
<1.0.0,>=0.30.0 wheel
<1.4.0,>=1.0.0 pandas
<8.0,>=6.6 click
<4.0.0,>=0.3.20 croniter
<2.0,>=1.0 deprecated
<=2.8.1,>=2.1 python-dateutil
<2.0,>=1.3.0 grpcio
<4,>=3.6.1 protobuf
>=2.0.0 python-json-logger
<2.0.0,>=1.1.8 pytimeparse
<2018.5,>=2017.2 pytz
>=18.0.1 keyring
<3.0.0,>=2.18.4 requests
>=0.10.7 responses
<2.0.0,>=1.9.0 six
<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.9.2 retry
>=0.5.2 dataclasses-json
>=0.12.0 marshmallow-jsonschema
>=7.0.1 natsort
>=0.2.1 dirhash
>=0.1.10 docker-image-py
>=0.9.0 docstring-parser
>=1.0.0 joblib
==5.4.1 pyyaml
- singledispatchmethod
>=3.0.0 pyspark
<1.0.0,>=0.0.3 k8s-proto
<2.0.0,>=1.14.0 numpy
<2.0.0,>=0.22.0 pandas
<1.0.0,>=0.0.1 hmsclient
>=1.2.0 papermill
>=6.0.7 nbconvert
<6.0.0,>=5.0.0 ipykernel
<4.0.0,>=3.6.2 sagemaker-training
<3.0.0,>=2.4.0 pyspark
<1.0.0,>=0.0.3 k8s-proto
<2.0.0,>=1.14.0 numpy
<2.0.0,>=0.22.0 pandas
<1.0.0,>=0.0.1 hmsclient
>=1.2.0 papermill
>=6.0.7 nbconvert
<6.0.0,>=5.0.0 ipykernel
<4.0.0,>=3.6.2 sagemaker-training
<1.0.0,>=0.0.1 hmsclient
>=1.2.0 papermill
>=6.0.7 nbconvert
<6.0.0,>=5.0.0 ipykernel
<4.0.0,>=3.6.2 sagemaker-training
<2.0.0,>=1.14.0 numpy
<2.0.0,>=0.22.0 pandas
<1.0.0,>=0.0.3 k8s-proto
<3.0.0,>=2.4.0 pyspark
>=3.0.0 pyspark


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

مقدار نام
>=3.6 Python


نحوه نصب


نصب پکیج whl flaightkit-0.4.0:

    pip install flaightkit-0.4.0.whl


نصب پکیج tar.gz flaightkit-0.4.0:

    pip install flaightkit-0.4.0.tar.gz