Skip to main content

All in Jarvis

Jarvis是一个基于工作流的计算框架,用以简化工程和算法的协同开发。

一、Install

pip install jarvis-python

二、Example

在jarvis中编写Flow和编写普通的python函数一样简单,如下:

import jarvis
import asyncio


@jarvis.operator()
async def add(a, b):
    await asyncio.sleep(1)
    return a + b


@jarvis.operator()
async def sub(a, b):
    await asyncio.sleep(1)
    return a - b


@jarvis.flow()
async def demo(a, b):
    c = await add(a, b)
    d = await sub(a, b)
    if a < b:
        return d
    else:
        return c

Release files for jarvis-python 1.0.3

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Built distribution (wheel)

Table of built distributions (wheels) for jarvis-python 1.0.3
File Interpreter ABI Platform
jarvis_python-1.0.3-py3-none-any.whl Python 3 none any Details

Release files / jarvis_python-1.0.3-py3-none-any.whl

Download URL jarvis_python-1.0.3-py3-none-any.whl
Size 3.2 kB
Tags Python 3
SHA-256 checksum
How to use checksums
1b44c84bc575316f2ee38ee632debdadd8a54e6da248c63fcce69380f4ca96c9
BLAKE2b-256 checksum
How to use checksums
5d2cf19e3abdcdb0fb47182bafa332f49e733888e35f685ee4deb06a0f9e7c7a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.7

Release history Release notifications | RSS feed

This release

1.0.3 This release

1 release file

1.0.2

1 release file

1.0.1

1 release file

1.0.0

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page